summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index da82ff8..ad32fed 100644
--- a/main.go
+++ b/main.go
@@ -129,7 +129,7 @@ func (_ Duck) Handle(conn *irc.Conn, line *irc.Line) {
func (_ Blame) Handle(conn *irc.Conn, line *irc.Line) {
src := []string{
- "Source: http://www.dim13.org/cgi-bin/cgit.cgi/bot.git/",
+ "Source: http://cgit.dim13.org/bot.git",
"Install: go get dim13.org/bot",
}
for _, s := range src {