diff --git a/README.md b/README.md index 428413f..f8a5c92 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ If you have *[GOPATH](https://github.com/golang/go/wiki/SettingGOPATH)* set just run this commands: ```bash -$ go get salsa.debian.org/mdosch-guest/feed-to-muc -$ go install salsa.debian.org/mdosch-guest/feed-to-muc +$ go get salsa.debian.org/mdosch/feed-to-muc +$ go install salsa.debian.org/mdosch/feed-to-muc ``` You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`. @@ -69,4 +69,5 @@ the bot. If you don't want additional noise in the MUC you can set `Quiet` to disable bot queries (e.g. *contact*) in the MUC (queries per -private message are still available). \ No newline at end of file +private message are still available). + diff --git a/go.mod b/go.mod index 58ad593..ac92eda 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module salsa.debian.org/mdosch-guest/feed-to-muc +module salsa.debian.org/mdosch/feed-to-muc go 1.14 diff --git a/main.go b/main.go index 7a973b7..eecf136 100644 --- a/main.go +++ b/main.go @@ -302,7 +302,7 @@ func processStanzas(client *xmpp.Client, muc string, mucNick string, feeds []str case "source": reply := "My source can be found at " + - "https://salsa.debian.org/mdosch-guest/feed-to-muc" + "https://salsa.debian.org/mdosch/feed-to-muc" if v.Type == "groupchat" { _, err = client.Send(xmpp.Chat{Remote: muc,