clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
468 stars 114 forks source link

Self-service VCS verification should verify io domains, not net #864

Closed tobias closed 1 year ago

tobias commented 1 year ago

Our docs and the manual verification process verified com.github.org and io.github.org, but the self-service system verifies com.github.org and net.github.org, which is incorrect.

We should instead verify the io groups, and backfill io for anyone that has net.

This should also be fixed for gitlab.

tobias commented 1 year ago

This was fixed by #865 and all net.github group verifications now have a corresponding io.github verification. We had no net.gitlab verifications.