diff options
Diffstat (limited to 'routes/git.go')
-rw-r--r-- | routes/git.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/git.go b/routes/git.go index 0ebb6d2..b93790a 100644 --- a/routes/git.go +++ b/routes/git.go @@ -7,7 +7,7 @@ import ( "net/http" "path/filepath" - "git.icyphox.sh/legit/git/service" + "git.sr.ht/~runxiyu/legitrx/git/service" ) func (d *deps) InfoRefs(w http.ResponseWriter, r *http.Request) { |