diff --git a/client/Cargo.toml b/client/Cargo.toml index dce76fa..2f82d4f 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -3,7 +3,7 @@ name = "corepc-client" version = "0.4.0" authors = ["Tobin C. Harding "] license = "CC0-1.0" -repository = "https://github.com/tcharding/corepc" +repository = "https://github.com/rust-bitcoin/corepc" description = "Bitcoin Core JSON-RPC client" categories = ["cryptography::cryptocurrencies"] keywords = ["bitcoin", "bitcoind", "json-rpc"] diff --git a/node/Cargo.toml b/node/Cargo.toml index 6d8805d..abf1313 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -3,7 +3,7 @@ name = "corepc-node" version = "0.4.0" authors = ["Riccardo Casatta ", "Tobin C. Harding "] license = "MIT" -repository = "https://github.com/tcharding/corepc/corepc-node" +repository = "https://github.com/rust-bitcoin/corepc/corepc-node" description = "Utility to run a regtest bitcoind process, useful in integration testing environments" categories = ["cryptography::cryptocurrencies", "development-tools::testing"] keywords = ["bitcoin", "bitcoind", "json-rpc"] diff --git a/types/Cargo.toml b/types/Cargo.toml index 074e2b5..3c5724f 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -3,7 +3,7 @@ name = "corepc-types" version = "0.4.0" authors = ["Tobin C. Harding "] license = "CC0-1.0" -repository = "https://github.com/tcharding/corepc" +repository = "https://github.com/rust-bitcoin/corepc" description = "Bitcoin Core JSON-RPC API types" categories = ["cryptography::cryptocurrencies"] keywords = ["bitcoin", "bitcoind", "json-rpc"]