From 93cf42b1d6e0afad48f2730c5471857a952823ad Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 6 Jun 2016 00:58:34 +0200 Subject: Update git repo URI --- blame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blame.go b/blame.go index 3d86882..8758f43 100644 --- a/blame.go +++ b/blame.go @@ -9,7 +9,7 @@ type Blame struct{} func (Blame) Handle(conn *irc.Conn, line *irc.Line) { src := []string{ "Author: Dimitri Sokolyuk ", - "Source: http://cgit.dim13.org/bot.git", + "Source: http://git.dim13.org/bot.git", "Install: go get dim13.org/bot", } for _, s := range src { -- cgit v1.2.3