move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/error.go → templates/error.go
@@ -3,10 +3,10 @@ import ( "strconv" - "go.alanpearce.eu/homestead/internal/http" + "alin.ovh/homestead/internal/http" - g "go.alanpearce.eu/gomponents" - . "go.alanpearce.eu/gomponents/html" + g "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" ) func Error(site SiteSettings, err *http.Error) g.Node {