HomeSoftware Heritage

Adapt maven lister to list canonical gh urls if any

Description

Adapt maven lister to list canonical gh urls if any

That means detected github urls {https,git,http}://github.com/${user_repo}(.git) are
canonicalized to https://github.com/${user_repo} format.

This avoids duplication of origins.

Related to T4232

Details