From 2c9df7aad1136ebbedf1d985208cd559a4304ea4 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 2 Aug 2014 08:25:17 +0200 Subject: [PATCH] Update import paths, calmh -> syncthing --- cmd/discosrv/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/discosrv/main.go b/cmd/discosrv/main.go index c65629d03..f31179cf1 100644 --- a/cmd/discosrv/main.go +++ b/cmd/discosrv/main.go @@ -16,10 +16,10 @@ import ( "sync" "time" - "github.com/calmh/syncthing/discover" - "github.com/calmh/syncthing/protocol" "github.com/golang/groupcache/lru" "github.com/juju/ratelimit" + "github.com/syncthing/syncthing/discover" + "github.com/syncthing/syncthing/protocol" ) type node struct {