update url for golang-dbus

This commit is contained in:
Unrud 2018-08-01 13:01:14 +02:00
parent 1fe8ae8b75
commit 67e1f31362
2 changed files with 3 additions and 3 deletions

View file

@ -38,9 +38,9 @@
}, },
{ {
"type" : "git", "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", "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", "type" : "git",

View file

@ -22,7 +22,7 @@
package main package main
import ( import (
dbus "anonscm.debian.org/git/pkg-go/packages/golang-dbus.git" dbus "salsa.debian.org/go-team/packages/golang-dbus.git"
"errors" "errors"
"fmt" "fmt"
"sync" "sync"