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 --- container/mount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/mount.go') diff --git a/container/mount.go b/container/mount.go index eddec2f6..52563d78 100644 --- a/container/mount.go +++ b/container/mount.go @@ -7,7 +7,7 @@ import ( "path/filepath" . "syscall" - "git.gensokyo.uk/security/hakurei/container/vfs" + "hakurei.app/container/vfs" ) func (p *procPaths) bindMount(source, target string, flags uintptr, eq bool) error { -- cgit v1.3.1