diff options
Diffstat (limited to 'cmd/planterette/with.go')
| -rw-r--r-- | cmd/planterette/with.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/planterette/with.go b/cmd/planterette/with.go index 76e0861f..7d9fc7b8 100644 --- a/cmd/planterette/with.go +++ b/cmd/planterette/with.go @@ -5,9 +5,9 @@ import ( "path" "strings" - "git.gensokyo.uk/security/hakurei/container/seccomp" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/internal" + "hakurei.app/container/seccomp" + "hakurei.app/hst" + "hakurei.app/internal" ) func withNixDaemon( |
