all repos — elgit @ d11c34e5b61195bd7279d1015b302bac418d455a

fork of legit: web frontend for git, written in go

move package domain to alin.ovh

Alan Pearce
commit

d11c34e5b61195bd7279d1015b302bac418d455a

parent

c10b15a75fb16832a4e2162c4adddf5519aa9659

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M routes/template.goroutes/template.go
@@ -10,8 +10,8 @@
"github.com/alecthomas/chroma/v2/formatters/html" "github.com/alecthomas/chroma/v2/lexers" "github.com/alecthomas/chroma/v2/styles" - "go.alanpearce.eu/elgit/git" - "go.alanpearce.eu/elgit/templates" + "alin.ovh/elgit/git" + "alin.ovh/elgit/templates" ) func (d *deps) Write404(w http.ResponseWriter) {