RustCrypto / JOSE

Pure Rust implementation of Javascript Object Signing and Encryption (JOSE)
52 stars 12 forks source link

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

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 due to a pre-existing failure, I've opened https://github.com/RustCrypto/JOSE/pull/69 to fix that.

lucab commented 5 months ago

Rebased, CI is green now.