diff options
Diffstat (limited to 'cmd/planterette/proc.go')
| -rw-r--r-- | cmd/planterette/proc.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/planterette/proc.go b/cmd/planterette/proc.go index 78677fab..d374e13d 100644 --- a/cmd/planterette/proc.go +++ b/cmd/planterette/proc.go @@ -9,9 +9,9 @@ import ( "os" "os/exec" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/internal" - "git.gensokyo.uk/security/hakurei/internal/hlog" + "hakurei.app/hst" + "hakurei.app/internal" + "hakurei.app/internal/hlog" ) var hakureiPath = internal.MustHakureiPath() |
