move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/layout.go → templates/layout.go
@@ -5,10 +5,10 @@ "io" "github.com/Southclaws/fault" "github.com/alanpearce/htmlformat" - "go.alanpearce.eu/homestead/internal/config" + "alin.ovh/homestead/internal/config" - g "go.alanpearce.eu/gomponents" - . "go.alanpearce.eu/gomponents/html" + g "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" ) type SiteSettings struct {