mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +00:00
cargo: point repository metadata to clonable URLs (#77)
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.
This commit is contained in:
parent
3c63bd4e6c
commit
a30ba7775c
@ -8,7 +8,8 @@ authors = [
|
||||
]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
documentation = "https://docs.rs/ascon"
|
||||
repository = "https://github.com/RustCrypto/sponges/tree/master/ascon"
|
||||
homepage = "https://github.com/RustCrypto/sponges/tree/master/ascon"
|
||||
repository = "https://github.com/RustCrypto/sponges"
|
||||
keywords = ["Ascon", "crypto", "permutation"]
|
||||
categories = ["cryptography", "no-std"]
|
||||
readme = "README.md"
|
||||
|
||||
@ -8,7 +8,8 @@ and keccak-p variants
|
||||
authors = ["RustCrypto Developers"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
documentation = "https://docs.rs/keccak"
|
||||
repository = "https://github.com/RustCrypto/sponges/tree/master/keccak"
|
||||
homepage = "https://github.com/RustCrypto/sponges/tree/master/keccak"
|
||||
repository = "https://github.com/RustCrypto/sponges"
|
||||
keywords = ["crypto", "sponge", "keccak", "keccak-f", "keccak-p"]
|
||||
categories = ["cryptography", "no-std"]
|
||||
readme = "README.md"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user