diff options
Diffstat (limited to 'routes/handler.go')
-rw-r--r-- | routes/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/handler.go b/routes/handler.go index 2a35168..38a57ee 100644 --- a/routes/handler.go +++ b/routes/handler.go @@ -3,7 +3,7 @@ package routes import ( "net/http" - "git.icyphox.sh/legit/config" + "git.sr.ht/~runxiyu/legitrx/config" ) // Checks for gitprotocol-http(5) specific smells; if found, passes |