summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-06-06 00:58:34 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-06-06 00:58:34 +0200
commit93cf42b1d6e0afad48f2730c5471857a952823ad (patch)
treef524ff2af0116a903e35922675dc918e598487ac
parentf611bb5506b3720ddbe6464671a8f9f865a4b7d5 (diff)
Update git repo URI
-rw-r--r--blame.go2
1 files changed, 1 insertions, 1 deletions
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 <demon@dim13.org>",
- "Source: http://cgit.dim13.org/bot.git",
+ "Source: http://git.dim13.org/bot.git",
"Install: go get dim13.org/bot",
}
for _, s := range src {