move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M internal/website/mux.go → internal/website/mux.go
@@ -7,9 +7,9 @@ "regexp" "slices" "strings" - ihttp "go.alanpearce.eu/homestead/internal/http" - "go.alanpearce.eu/homestead/internal/server" - "go.alanpearce.eu/homestead/templates" + ihttp "alin.ovh/homestead/internal/http" + "alin.ovh/homestead/internal/server" + "alin.ovh/homestead/templates" "github.com/kevinpollet/nego" )