Skip to content

Commit

Permalink
curve: update repository in Cargo.toml (dalek-cryptography#575)
Browse files Browse the repository at this point in the history
Point to the subdirectory which contains the crate
  • Loading branch information
tarcieri authored and pinkforest committed Sep 12, 2023
1 parent e0cacf4 commit c7ca51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
"Henry de Valence <hdevalence@hdevalence.ca>"]
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
repository = "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek"
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
documentation = "https://docs.rs/curve25519-dalek"
categories = ["cryptography", "no-std"]
Expand Down

0 comments on commit c7ca51e

Please sign in to comment.