chore: canonical URLs now live (self-hosted Gitea + wiki.pom.loca.zone)

This commit is contained in:
Antigravity
2026-08-19 11:08:38 +02:00
parent 1c7b113e99
commit 971e89e600
5 changed files with 54 additions and 58 deletions

View File

@@ -395,7 +395,7 @@ checks.push((index) =>
}
const repository = typeof pkg.repository?.url === "string" ? pkg.repository.url : "";
if (repository.includes(CANONICAL_HOST))
note(`${repository} is reserved on owned infrastructure and is not yet serving Git`);
note(`${repository} is served by the owned Gitea instance and accepts anonymous clones`);
}),
);