aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/output.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/output.go')
-rw-r--r--system/output.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/output.go b/system/output.go
index d431310d..303f7493 100644
--- a/system/output.go
+++ b/system/output.go
@@ -1,7 +1,7 @@
package system
import (
- "git.gensokyo.uk/security/hakurei/container"
+ "hakurei.app/container"
)
var msg container.Msg = new(container.DefaultMsg)