Skip to content

Commit b15cc6c

Browse files
authored
cargo: point repository metadata to clonable URLs (#1079)
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.
1 parent 3db6690 commit b15cc6c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cmov/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ and CSEL on AArch64.
99
version = "0.3.1"
1010
authors = ["RustCrypto Developers"]
1111
license = "Apache-2.0 OR MIT"
12-
repository = "https://github.com/RustCrypto/utils/tree/master/cmov"
12+
homepage = "https://github.com/RustCrypto/utils/tree/master/cmov"
13+
repository = "https://github.com/RustCrypto/utils"
1314
categories = ["cryptography", "hardware-support", "no-std"]
1415
keywords = ["crypto", "intrinsics"]
1516
readme = "README.md"

fiat-constify/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ them as `const fn`
88
authors = ["RustCrypto Developers"]
99
license = "MIT OR Apache-2.0"
1010
documentation = "https://docs.rs/fiat-constify"
11-
repository = "https://github.com/RustCrypto/utils/tree/master/fiat-constify"
11+
homepage = "https://github.com/RustCrypto/utils/tree/master/fiat-constify"
12+
repository = "https://github.com/RustCrypto/utils"
1213
categories = ["cryptography"]
1314
keywords = ["fiat-crypto", "field"]
1415
readme = "README.md"

0 commit comments

Comments
 (0)