Skip to content

Commit

Permalink
cargo: point repository metadata to clonable URLs (#1079)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lucab committed Jun 11, 2024
1 parent 3db6690 commit b15cc6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmov/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and CSEL on AArch64.
version = "0.3.1"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/utils/tree/master/cmov"
homepage = "https://github.com/RustCrypto/utils/tree/master/cmov"
repository = "https://github.com/RustCrypto/utils"
categories = ["cryptography", "hardware-support", "no-std"]
keywords = ["crypto", "intrinsics"]
readme = "README.md"
Expand Down
3 changes: 2 additions & 1 deletion fiat-constify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ them as `const fn`
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/fiat-constify"
repository = "https://github.com/RustCrypto/utils/tree/master/fiat-constify"
homepage = "https://github.com/RustCrypto/utils/tree/master/fiat-constify"
repository = "https://github.com/RustCrypto/utils"
categories = ["cryptography"]
keywords = ["fiat-crypto", "field"]
readme = "README.md"
Expand Down

0 comments on commit b15cc6c

Please sign in to comment.