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 --- test/sandbox/fs_test.go | 2 +- test/sandbox/mount_test.go | 2 +- test/sandbox/tool/main.go | 2 +- test/sandbox/tool/package.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/sandbox') diff --git a/test/sandbox/fs_test.go b/test/sandbox/fs_test.go index e7253af7..44868723 100644 --- a/test/sandbox/fs_test.go +++ b/test/sandbox/fs_test.go @@ -8,7 +8,7 @@ import ( "testing" "testing/fstest" - "git.gensokyo.uk/security/hakurei/test/sandbox" + "hakurei.app/test/sandbox" ) var ( diff --git a/test/sandbox/mount_test.go b/test/sandbox/mount_test.go index 6a8fc7a2..43970b29 100644 --- a/test/sandbox/mount_test.go +++ b/test/sandbox/mount_test.go @@ -5,7 +5,7 @@ import ( "path" "testing" - "git.gensokyo.uk/security/hakurei/test/sandbox" + "hakurei.app/test/sandbox" ) func TestMountinfo(t *testing.T) { diff --git a/test/sandbox/tool/main.go b/test/sandbox/tool/main.go index a9a9ee04..77310744 100644 --- a/test/sandbox/tool/main.go +++ b/test/sandbox/tool/main.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "git.gensokyo.uk/security/hakurei/test/sandbox" + "hakurei.app/test/sandbox" ) func main() { diff --git a/test/sandbox/tool/package.nix b/test/sandbox/tool/package.nix index d003cfa8..43e21ca5 100644 --- a/test/sandbox/tool/package.nix +++ b/test/sandbox/tool/package.nix @@ -21,7 +21,7 @@ buildGoModule rec { nativeBuildInputs = [ pkg-config ]; preBuild = '' - go mod init git.gensokyo.uk/security/hakurei/test/sandbox >& /dev/null + go mod init hakurei.app/test/sandbox >& /dev/null ''; postInstall = '' -- cgit v1.3.1