From 8c4ec690a5739bf1bd369f2376c81dd6980c53b4 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Tue, 30 Jun 2020 16:16:21 +0200 Subject: [PATCH] Update s.d.o username from mdosch-guest to mdosch. --- README.md | 7 ++++--- go.mod | 2 +- main.go | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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,