Skip to content

Commit 08f0e17

Browse files
committed
Update links
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent 3e90ac3 commit 08f0e17

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

round-based-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Proc-macro for deriving `round-based` traits"
7-
repository = "https://github.com/dfns/round-based"
7+
repository = "https://github.com/LFDT-Lockness/round-based"
88

99
[lib]
1010
proc-macro = true

round-based/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
## v0.3.1
22
* Add `rounds_router::simple_store::RoundMsgs::into_iter_including_me()` [#9]
33

4-
[#9] https://github.com/dfns/round-based/pull/9
4+
[#9]: https://github.com/LFDT-Lockness/round-based/pull/9
55

66
## v0.3.0
77
* Add no_std and wasm support [#6]
88
* Add state machine wrapper that provides sync API to carry out the protocol defined as async function [#7]
99

10-
[#6]: https://github.com/dfns/round-based/pull/6
11-
[#7]: https://github.com/dfns/round-based/pull/7
10+
[#6]: https://github.com/LFDT-Lockness/round-based/pull/6
11+
[#7]: https://github.com/LFDT-Lockness/round-based/pull/7
1212

1313
## v0.2.2
1414

1515
* fix: correct handling of stores that need no messages in RoundsRouter [#4]
1616

17-
[#4]: https://github.com/dfns/round-based/pull/4
17+
[#4]: https://github.com/LFDT-Lockness/round-based/pull/4
1818

1919
## v0.2.1
2020

round-based/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Driver for MPC protocols"
7-
repository = "https://github.com/dfns/round-based"
7+
repository = "https://github.com/LFDT-Lockness/round-based"
88
categories = ["asynchronous", "cryptography", "network-programming"]
99
keywords = ["round-based", "mpc", "protocol"]
1010
readme = "../README.md"

0 commit comments

Comments
 (0)