summaryrefslogtreecommitdiff
path: root/src/globster/hub/hub.go
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-04-13 18:29:19 +0200
committerYorhel <git@yorhel.nl>2012-04-13 18:29:19 +0200
commitf4af5fc86471865a13d911ff160fd44fb764fce5 (patch)
tree9cfb9facced752ec48687b446585ec8d076533e8 /src/globster/hub/hub.go
parentb5fa905ea22d4d166760fe82f8912c145579d05d (diff)
Use blicky.net as tanja import path instead of go.blicky.net
Shorter, yay!
Diffstat (limited to 'src/globster/hub/hub.go')
-rw-r--r--src/globster/hub/hub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globster/hub/hub.go b/src/globster/hub/hub.go
index 810e758..f17c2e7 100644
--- a/src/globster/hub/hub.go
+++ b/src/globster/hub/hub.go
@@ -2,7 +2,7 @@ package hub
import (
"globster/adc"
- "go.blicky.net/tanja"
+ "blicky.net/tanja"
"net"
"time"
)