Skip to content

Commit 663a48d

Browse files
authored
cargo: point repository metadata to clonable URLs (#29)
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 a5f83a7 commit 663a48d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ml-kem/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ edition = "2021"
99
rust-version = "1.74"
1010
license = "Apache-2.0 OR MIT"
1111
readme = "README.md"
12-
repository = "https://github.com/RustCrypto/KEMs/tree/master/ml-kem"
12+
homepage = "https://github.com/RustCrypto/KEMs/tree/master/ml-kem"
13+
repository = "https://github.com/RustCrypto/KEMs"
1314
categories = ["cryptography", "no-std"]
1415
keywords = ["crypto", "kyber", "lattice", "post-quantum"]
1516

0 commit comments

Comments
 (0)