diff options
Diffstat (limited to 'bridge/core/auth/credential.go')
-rw-r--r-- | bridge/core/auth/credential.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge/core/auth/credential.go b/bridge/core/auth/credential.go index 20343c9c..cb8e2baf 100644 --- a/bridge/core/auth/credential.go +++ b/bridge/core/auth/credential.go @@ -10,8 +10,8 @@ import ( "github.com/pkg/errors" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/repository" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/repository" ) const ( |