diff options
Diffstat (limited to 'cache/identity_excerpt.go')
-rw-r--r-- | cache/identity_excerpt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/identity_excerpt.go b/cache/identity_excerpt.go index 79d88537..8e654c86 100644 --- a/cache/identity_excerpt.go +++ b/cache/identity_excerpt.go @@ -5,7 +5,7 @@ import ( "fmt" "strings" - "github.com/MichaelMure/git-bug/entity" + "github.com/git-bug/git-bug/entity" ) // Package initialisation used to register the type for (de)serialization |