RustCrypto / utils

Utility crates used in RustCrypto
450 stars 130 forks source link

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

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.