summaryrefslogtreecommitdiffstatshomepage
path: root/bridge/core/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/core/config.go')
-rw-r--r--bridge/core/config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridge/core/config.go b/bridge/core/config.go
index ed079eb8..4fc9501d 100644
--- a/bridge/core/config.go
+++ b/bridge/core/config.go
@@ -3,9 +3,9 @@ package core
import (
"fmt"
- "github.com/MichaelMure/git-bug/cache"
- "github.com/MichaelMure/git-bug/entities/identity"
- "github.com/MichaelMure/git-bug/entity"
+ "github.com/git-bug/git-bug/cache"
+ "github.com/git-bug/git-bug/entities/identity"
+ "github.com/git-bug/git-bug/entity"
)
func FinishConfig(repo *cache.RepoCache, metaKey string, login string) error {