move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/commit.go → templates/commit.go
@@ -7,9 +7,9 @@ "github.com/bluekeyes/go-gitdiff/gitdiff" "github.com/dustin/go-humanize" "github.com/go-git/go-git/v5/plumbing/object" - "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" ) // CommitPage renders a commit diff page