diff options
Diffstat (limited to 'cmd/planterette/app.go')
| -rw-r--r-- | cmd/planterette/app.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/planterette/app.go b/cmd/planterette/app.go index 41e1e026..082bc28e 100644 --- a/cmd/planterette/app.go +++ b/cmd/planterette/app.go @@ -6,10 +6,10 @@ import ( "os" "path" - "git.gensokyo.uk/security/hakurei/container/seccomp" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/system" - "git.gensokyo.uk/security/hakurei/system/dbus" + "hakurei.app/container/seccomp" + "hakurei.app/hst" + "hakurei.app/system" + "hakurei.app/system/dbus" ) type appInfo struct { |
