move package domain to alin.ovh
1 file changed, 5 insertions(+), 5 deletions(-)
changed files
M templates/page.go → templates/page.go
@@ -4,11 +4,11 @@ import ( "fmt" "strings" - "go.alanpearce.eu/elgit/config" - "go.alanpearce.eu/elgit/git" - g "go.alanpearce.eu/gomponents" - c "go.alanpearce.eu/gomponents/components" - . "go.alanpearce.eu/gomponents/html" + "alin.ovh/elgit/config" + "alin.ovh/elgit/git" + g "alin.ovh/gomponents" + c "alin.ovh/gomponents/components" + . "alin.ovh/gomponents/html" ) type PageData struct {