RustCrypto / PAKEs

Password-Authenticated Key Agreement protocols
105 stars 34 forks source link

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

Closed lucab closed 4 months ago

lucab commented 4 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 4 months ago

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