diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:30:39 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:30:39 +0900 |
| commit | d2f9a9b83b1c43304081493eb2305309be1dd504 (patch) | |
| tree | 1862e9415d705eff509afb3bdc8e574b78068ce6 /test/sandbox/tool | |
| parent | 1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff) | |
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/tool')
| -rw-r--r-- | test/sandbox/tool/main.go | 2 | ||||
| -rw-r--r-- | test/sandbox/tool/package.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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 = '' |
