From 808615cccd75f42bc4a7ba239205b2f8e5357fb3 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 14 May 2020 16:09:08 +0200 Subject: [PATCH] Change s.d.o. username from mdosch-guest to mdosch. --- README.md | 4 ++-- go.mod | 2 +- processStanzas.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f545773..cd3ade6 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`. diff --git a/go.mod b/go.mod index 6547310..42200b9 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/processStanzas.go b/processStanzas.go index 81a9dbb..48aaa85 100644 --- a/processStanzas.go +++ b/processStanzas.go @@ -85,7 +85,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,