move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/gopkg.go → templates/gopkg.go
@@ -4,9 +4,9 @@ import ( "fmt" "net/url" - g "go.alanpearce.eu/gomponents" - . "go.alanpearce.eu/gomponents/html" - "go.alanpearce.eu/homestead/internal/config" + g "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" + "alin.ovh/homestead/internal/config" ) type GoPackageVars struct {