diff --git a/Cargo.lock b/Cargo.lock index 82b4c4d0..4626ed4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,7 +1654,7 @@ dependencies = [ [[package]] name = "netservices" version = "0.1.0" -source = "git+https://github.com/cyphernet-dao/rust-netservices#ddc1fdfec6ce4ec7f94efb0efefc6cd79048686f" +source = "git+https://github.com/radicle-dev/rust-netservices#485a81c49adb4ced02aad7df7c9a70cd13d66df2" dependencies = [ "amplify", "cyphernet", diff --git a/Cargo.toml b/Cargo.toml index 35bbdccd..97745daf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ debug = true incremental = false [patch.crates-io.netservices] -git = "https://github.com/cyphernet-dao/rust-netservices" +git = "https://github.com/radicle-dev/rust-netservices" version = "0.1.0" [patch.crates-io.radicle-git-ext]