Skip to content

Commit

Permalink
cargo: point repository metadata to clonable URLs (#33)
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 authored Jun 11, 2024
1 parent d14a9c2 commit eefadd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aes-kw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.2.1"
description = "NIST 800-38F AES Key Wrap (KW) and Key Wrap with Padding (KWP) modes"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/RustCrypto/key-wraps/"
repository = "https://github.com/RustCrypto/key-wraps/tree/aes-kw"
homepage = "https://github.com/RustCrypto/key-wraps/tree/aes-kw"
repository = "https://github.com/RustCrypto/key-wraps"
keywords = ["crypto", "AES-KW", "KW", "AES-KWP", "KWP"]
categories = ["cryptography", "no-std"]
readme = "README.md"
Expand Down

0 comments on commit eefadd3

Please sign in to comment.