diff options
Diffstat (limited to 'hst/template.go')
| -rw-r--r-- | hst/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/template.go b/hst/template.go index 4c0930ec..60cbfa7b 100644 --- a/hst/template.go +++ b/hst/template.go @@ -1,9 +1,9 @@ package hst import ( - "git.gensokyo.uk/security/hakurei/dbus" "git.gensokyo.uk/security/hakurei/seccomp" "git.gensokyo.uk/security/hakurei/system" + "git.gensokyo.uk/security/hakurei/system/dbus" ) // Template returns a fully populated instance of Config. |
