diff options
Diffstat (limited to 'helper/container.go')
| -rw-r--r-- | helper/container.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helper/container.go b/helper/container.go index dbff3687..14afde81 100644 --- a/helper/container.go +++ b/helper/container.go @@ -9,8 +9,8 @@ import ( "slices" "sync" - "git.gensokyo.uk/security/hakurei/container" - "git.gensokyo.uk/security/hakurei/helper/proc" + "hakurei.app/container" + "hakurei.app/helper/proc" ) // New initialises a Helper instance with wt as the null-terminated argument writer. |
