move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/log.go → templates/log.go
@@ -5,9 +5,9 @@ "fmt" "strings" "github.com/go-git/go-git/v5/plumbing" - "go.alanpearce.eu/elgit/git" - g "go.alanpearce.eu/gomponents" - . "go.alanpearce.eu/gomponents/html" + "alin.ovh/elgit/git" + g "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" ) // LogPage renders the commit log page