diff --git a/flatpak/com.github.unrud.RemoteTouchpad.json b/flatpak/com.github.unrud.RemoteTouchpad.json index db92ec4..4288fb1 100644 --- a/flatpak/com.github.unrud.RemoteTouchpad.json +++ b/flatpak/com.github.unrud.RemoteTouchpad.json @@ -38,9 +38,9 @@ }, { "type" : "git", - "url" : "https://anonscm.debian.org/git/pkg-go/packages/golang-dbus.git", + "url" : "https://salsa.debian.org/go-team/packages/golang-dbus.git", "commit" : "79d96b151df08809558c825f8a75188826e8e228", - "dest" : "src/anonscm.debian.org/git/pkg-go/packages/golang-dbus.git" + "dest" : "src/salsa.debian.org/go-team/packages/golang-dbus.git" }, { "type" : "git", diff --git a/plugin_portal.go b/plugin_portal.go index faa6a5d..a1ddf12 100644 --- a/plugin_portal.go +++ b/plugin_portal.go @@ -22,7 +22,7 @@ package main import ( - dbus "anonscm.debian.org/git/pkg-go/packages/golang-dbus.git" + dbus "salsa.debian.org/go-team/packages/golang-dbus.git" "errors" "fmt" "sync"