diff options
Diffstat (limited to 'api/graphql/connections/gen_lazy_bug.go')
-rw-r--r-- | api/graphql/connections/gen_lazy_bug.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/graphql/connections/gen_lazy_bug.go b/api/graphql/connections/gen_lazy_bug.go index a1f06a0e..5a7af08f 100644 --- a/api/graphql/connections/gen_lazy_bug.go +++ b/api/graphql/connections/gen_lazy_bug.go @@ -7,8 +7,8 @@ package connections import ( "fmt" - "github.com/MichaelMure/git-bug/api/graphql/models" - "github.com/MichaelMure/git-bug/entity" + "github.com/git-bug/git-bug/api/graphql/models" + "github.com/git-bug/git-bug/entity" ) // LazyBugEdgeMaker define a function that take a entity.Id and an offset and |