From d2f9a9b83b1c43304081493eb2305309be1dd504 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 3 Jul 2025 03:30:39 +0900 Subject: treewide: migrate to hakurei.app Signed-off-by: Ophestra --- hst/config.go | 4 ++-- hst/container.go | 2 +- hst/template.go | 6 +++--- hst/template_test.go | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'hst') diff --git a/hst/config.go b/hst/config.go index 48ce2301..8c883c9a 100644 --- a/hst/config.go +++ b/hst/config.go @@ -2,8 +2,8 @@ package hst import ( - "git.gensokyo.uk/security/hakurei/system" - "git.gensokyo.uk/security/hakurei/system/dbus" + "hakurei.app/system" + "hakurei.app/system/dbus" ) const Tmp = "/.hakurei" diff --git a/hst/container.go b/hst/container.go index f0e2dec3..00f74795 100644 --- a/hst/container.go +++ b/hst/container.go @@ -1,7 +1,7 @@ package hst import ( - "git.gensokyo.uk/security/hakurei/container/seccomp" + "hakurei.app/container/seccomp" ) type ( diff --git a/hst/template.go b/hst/template.go index 5e1e8cc7..3f0101ea 100644 --- a/hst/template.go +++ b/hst/template.go @@ -1,9 +1,9 @@ package hst import ( - "git.gensokyo.uk/security/hakurei/container/seccomp" - "git.gensokyo.uk/security/hakurei/system" - "git.gensokyo.uk/security/hakurei/system/dbus" + "hakurei.app/container/seccomp" + "hakurei.app/system" + "hakurei.app/system/dbus" ) // Template returns a fully populated instance of Config. diff --git a/hst/template_test.go b/hst/template_test.go index ad563317..2baf991b 100644 --- a/hst/template_test.go +++ b/hst/template_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - "git.gensokyo.uk/security/hakurei/hst" + "hakurei.app/hst" ) func TestTemplate(t *testing.T) { -- cgit v1.3.1