From af8468ecb353970f5d6f8753542bf1d4503df104 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 27 Jul 2024 08:00:00 +0800 Subject: routes/git.go: Fix import path --- routes/git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3