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 --- system/dbus/proc.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/dbus/proc.go') diff --git a/system/dbus/proc.go b/system/dbus/proc.go index cb041d01..879bc775 100644 --- a/system/dbus/proc.go +++ b/system/dbus/proc.go @@ -11,10 +11,10 @@ import ( "strconv" "syscall" - "git.gensokyo.uk/security/hakurei/container" - "git.gensokyo.uk/security/hakurei/container/seccomp" - "git.gensokyo.uk/security/hakurei/helper" - "git.gensokyo.uk/security/hakurei/ldd" + "hakurei.app/container" + "hakurei.app/container/seccomp" + "hakurei.app/helper" + "hakurei.app/ldd" ) // Start starts and configures a D-Bus proxy process. -- cgit v1.3.1