move package domain to alin.ovh
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M routes/git.go → routes/git.go
@@ -7,7 +7,7 @@ "log" "net/http" "path" - "go.alanpearce.eu/elgit/git/service" + "alin.ovh/elgit/git/service" ) func (d *deps) InfoRefs(w http.ResponseWriter, r *http.Request, params map[string]string) {