Skip to content

Commit 1ec4a36

Browse files
authored
curve: update repository in Cargo.toml (#575)
Point to the subdirectory which contains the crate
1 parent a3a08b0 commit 1ec4a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curve25519-dalek/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Isis Lovecruft <[email protected]>",
1111
"Henry de Valence <[email protected]>"]
1212
readme = "README.md"
1313
license = "BSD-3-Clause"
14-
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
14+
repository = "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek"
1515
homepage = "https://github.com/dalek-cryptography/curve25519-dalek"
1616
documentation = "https://docs.rs/curve25519-dalek"
1717
categories = ["cryptography", "no-std"]

0 commit comments

Comments
 (0)