Skip to content

Commit 36f29de

Browse files
committed
hkd32, secrecy: Fix branch name in repository URL
The repository URLs in the Cargo.toml files for both the hkd32 and the secrecy crate pointed to the master branch of this repository. Yet the master branch is no longer available; develop is used instead. This patch fixes the URLs to point to the devlop branch.
1 parent 9af01d1 commit 36f29de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hkd32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Tony Arcieri <[email protected]>"]
1111
license = "Apache-2.0"
1212
edition = "2018"
1313
homepage = "https://github.com/iqlusioninc/crates/"
14-
repository = "https://github.com/iqlusioninc/crates/tree/master/hkd32"
14+
repository = "https://github.com/iqlusioninc/crates/tree/develop/hkd32"
1515
readme = "README.md"
1616
categories = ["cryptography", "no-std"]
1717
keywords = ["bip32", "derivation", "hd", "hmac", "key"]

secrecy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = ["Tony Arcieri <[email protected]>"]
1111
license = "Apache-2.0 OR MIT"
1212
edition = "2018"
1313
homepage = "https://github.com/iqlusioninc/crates/"
14-
repository = "https://github.com/iqlusioninc/crates/tree/master/secrecy"
14+
repository = "https://github.com/iqlusioninc/crates/tree/develop/secrecy"
1515
readme = "README.md"
1616
categories = ["cryptography", "memory-management", "no-std", "os"]
1717
keywords = ["clear", "memory", "secret", "secure", "wipe"]

0 commit comments

Comments
 (0)