diff options
Diffstat (limited to 'dbus/run.go')
| -rw-r--r-- | dbus/run.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus/run.go b/dbus/run.go index 28f67698..bea820eb 100644 --- a/dbus/run.go +++ b/dbus/run.go @@ -9,9 +9,9 @@ import ( "strconv" "strings" - "git.ophivana.moe/security/fortify/helper" - "git.ophivana.moe/security/fortify/helper/bwrap" - "git.ophivana.moe/security/fortify/ldd" + "git.gensokyo.uk/security/fortify/helper" + "git.gensokyo.uk/security/fortify/helper/bwrap" + "git.gensokyo.uk/security/fortify/ldd" ) // Start launches the D-Bus proxy and sets up the Wait method. |
