Skip to content

Commit d002455

Browse files
committed
update repo links in Cargo.toml files
1 parent c9219a1 commit d002455

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
documentation = "https://docs.rs/hpke-rs"
88
description = "HPKE Implementation"
99
readme = "Readme.md"
10-
repository = "https://github.com/franziskuskiefer/hpke-rs"
10+
repository = "https://github.com/cryspen/hpke-rs"
1111
exclude = ["/tests"]
1212

1313
[dependencies]

rust_crypto_provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
documentation = "https://docs.rs/hpke-rs-rust-crypto"
88
description = "Crypto backend for HPKE using native Rust crypto."
99
readme = "Readme.md"
10-
repository = "https://github.com/franziskuskiefer/hpke-rs"
10+
repository = "https://github.com/cryspen/hpke-rs"
1111

1212
[dependencies]
1313
hpke-rs-crypto = { version = "0.3.0-alpha.1", path = "../traits" }

traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
documentation = "https://docs.rs/hpke-rs-crypto"
88
description = "Traits and types for HPKE crypto backends"
99
readme = "Readme.md"
10-
repository = "https://github.com/franziskuskiefer/hpke-rs"
10+
repository = "https://github.com/cryspen/hpke-rs"
1111

1212
[dependencies]
1313
serde = { version = "1.0", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)