Skip to content

Commit 23eb5c9

Browse files
Merge pull request #228 from robinkrahl/fix-url
hkd32, secrecy: Fix branch name in repository URL
2 parents 9af01d1 + 36f29de commit 23eb5c9

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)