diff options
Diffstat (limited to 'api/http/git_file_handler.go')
-rw-r--r-- | api/http/git_file_handler.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/http/git_file_handler.go b/api/http/git_file_handler.go index b5676970..5db54a52 100644 --- a/api/http/git_file_handler.go +++ b/api/http/git_file_handler.go @@ -7,8 +7,8 @@ import ( "github.com/gorilla/mux" - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/repository" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/repository" ) // implement a http.Handler that will read and server git blob. |