Change s.d.o. username from mdosch-guest to mdosch.

This commit is contained in:
Martin Dosch 2020-05-14 16:09:08 +02:00
parent d6f44d987e
commit 808615cccd
3 changed files with 4 additions and 4 deletions

View file

@ -26,8 +26,8 @@ If you have *[GOPATH](https://github.com/golang/go/wiki/SettingGOPATH)*
set just run this commands: set just run this commands:
```bash ```bash
$ go get salsa.debian.org/mdosch-guest/feed-to-muc $ go get salsa.debian.org/mdosch/feed-to-muc
$ go install salsa.debian.org/mdosch-guest/feed-to-muc $ go install salsa.debian.org/mdosch/feed-to-muc
``` ```
You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`. You will find the binary in `$GOPATH/bin` or, if set, `$GOBIN`.

2
go.mod
View file

@ -1,4 +1,4 @@
module salsa.debian.org/mdosch-guest/feed-to-muc module salsa.debian.org/mdosch/feed-to-muc
go 1.14 go 1.14

View file

@ -85,7 +85,7 @@ func processStanzas(client *xmpp.Client, muc string, mucNick string, feeds []str
case "source": case "source":
reply := "My source can be found at " + 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" { if v.Type == "groupchat" {
_, err = client.Send(xmpp.Chat{Remote: muc, _, err = client.Send(xmpp.Chat{Remote: muc,