chore: move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M internal/manpages/manpages.go → internal/manpages/manpages.go
@@ -9,10 +9,10 @@ "os" "path/filepath" "time" + "alin.ovh/searchix/internal/config" + "alin.ovh/searchix/internal/fetcher/http" + "alin.ovh/x/log" "gitlab.com/tozd/go/errors" - "go.alanpearce.eu/searchix/internal/config" - "go.alanpearce.eu/searchix/internal/fetcher/http" - "go.alanpearce.eu/x/log" ) const basename = "manpage-urls.json"