diff --git a/round-based-derive/Cargo.toml b/round-based-derive/Cargo.toml index c6f8811..469a667 100644 --- a/round-based-derive/Cargo.toml +++ b/round-based-derive/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Proc-macro for deriving `round-based` traits" -repository = "https://github.com/dfns/round-based" +repository = "https://github.com/LFDT-Lockness/round-based" [lib] proc-macro = true diff --git a/round-based/CHANGELOG.md b/round-based/CHANGELOG.md index cf49efb..3e69586 100644 --- a/round-based/CHANGELOG.md +++ b/round-based/CHANGELOG.md @@ -1,20 +1,20 @@ ## v0.3.1 * Add `rounds_router::simple_store::RoundMsgs::into_iter_including_me()` [#9] -[#9] https://github.com/dfns/round-based/pull/9 +[#9]: https://github.com/LFDT-Lockness/round-based/pull/9 ## v0.3.0 * Add no_std and wasm support [#6] * Add state machine wrapper that provides sync API to carry out the protocol defined as async function [#7] -[#6]: https://github.com/dfns/round-based/pull/6 -[#7]: https://github.com/dfns/round-based/pull/7 +[#6]: https://github.com/LFDT-Lockness/round-based/pull/6 +[#7]: https://github.com/LFDT-Lockness/round-based/pull/7 ## v0.2.2 * fix: correct handling of stores that need no messages in RoundsRouter [#4] -[#4]: https://github.com/dfns/round-based/pull/4 +[#4]: https://github.com/LFDT-Lockness/round-based/pull/4 ## v0.2.1 diff --git a/round-based/Cargo.toml b/round-based/Cargo.toml index 0b8bc6a..f3b7398 100644 --- a/round-based/Cargo.toml +++ b/round-based/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Driver for MPC protocols" -repository = "https://github.com/dfns/round-based" +repository = "https://github.com/LFDT-Lockness/round-based" categories = ["asynchronous", "cryptography", "network-programming"] keywords = ["round-based", "mpc", "protocol"] readme = "../README.md"