diff options
Diffstat (limited to 'cmd/planterette/main.go')
| -rw-r--r-- | cmd/planterette/main.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/planterette/main.go b/cmd/planterette/main.go index a9f45d82..75983a4b 100644 --- a/cmd/planterette/main.go +++ b/cmd/planterette/main.go @@ -10,10 +10,10 @@ import ( "path" "syscall" - "git.gensokyo.uk/security/hakurei/command" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/internal" - "git.gensokyo.uk/security/hakurei/internal/hlog" + "hakurei.app/command" + "hakurei.app/hst" + "hakurei.app/internal" + "hakurei.app/internal/hlog" ) const shellPath = "/run/current-system/sw/bin/bash" |
