aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/config.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-02 21:52:07 +0900
committerOphestra <cat@gensokyo.uk>2025-07-02 21:52:07 +0900
commit82561d62b66f17c05604e87f18187bb3a91f00d2 (patch)
treec1543f85b4458b7d5cb2cf7b1baa9dee318debfe /hst/config.go
parenteec021cc4b4eb42bc9c8311755826828bfba1996 (diff)
system: move system access packages
These packages loosely belong in the "system" package and "system" provides high level wrappers for all of them. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/config.go')
-rw-r--r--hst/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/config.go b/hst/config.go
index 1c3390bf..48ce2301 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -2,8 +2,8 @@
package hst
import (
- "git.gensokyo.uk/security/hakurei/dbus"
"git.gensokyo.uk/security/hakurei/system"
+ "git.gensokyo.uk/security/hakurei/system/dbus"
)
const Tmp = "/.hakurei"