aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/models/models.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/graphql/models/models.go')
-rw-r--r--api/graphql/models/models.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/models/models.go b/api/graphql/models/models.go
index 816a04a8..5355b722 100644
--- a/api/graphql/models/models.go
+++ b/api/graphql/models/models.go
@@ -2,7 +2,7 @@
package models
import (
- "github.com/MichaelMure/git-bug/cache"
+ "github.com/git-bug/git-bug/cache"
)
type ConnectionInput struct {