diff options
Diffstat (limited to 'commands/cmdjson/bug.go')
-rw-r--r-- | commands/cmdjson/bug.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/cmdjson/bug.go b/commands/cmdjson/bug.go index c5489caa..a7f894ed 100644 --- a/commands/cmdjson/bug.go +++ b/commands/cmdjson/bug.go @@ -1,8 +1,8 @@ package cmdjson import ( - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/entities/bug" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/entities/bug" ) type BugSnapshot struct { |