RustCrypto / traits

Collection of cryptography-related traits
593 stars 193 forks source link

cargo: point `repository` metadata to clonable URLs #1588

Closed lucab closed 5 months ago

lucab commented 5 months ago

This tweaks the repository fields in Cargo metadata in order to use the correct (i.e. git clonable) URL. The existing GitHub webUI URLs for each package have been retained and moved to homepage fields.

lucab commented 5 months ago

Same rationale as https://github.com/RustCrypto/elliptic-curves/pull/1055.

lucab commented 5 months ago

CI is red here due to a pre-existing problem. I've opened https://github.com/RustCrypto/traits/pull/1589 to fix that.