Move calmh/syncthing -> syncthing/syncthing

This commit is contained in:
Jakob Borg
2014-08-01 16:35:37 +02:00
parent 9312e3c7de
commit cec3bad373
47 changed files with 218 additions and 252 deletions

View File

@@ -11,8 +11,8 @@ import (
"testing"
"time"
"github.com/calmh/syncthing/config"
"github.com/calmh/syncthing/protocol"
"github.com/syncthing/syncthing/config"
"github.com/syncthing/syncthing/protocol"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/storage"
)