move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/refs.go → templates/refs.go
@@ -4,9 +4,9 @@ import ( "fmt" "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" ) // RefsPage renders the repository references page