diff --git a/client/Cargo.toml b/client/Cargo.toml index f21e733..51d3d32 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Tobin C. Harding " ] license = "CC0-1.0" -repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" +repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc" description = "Bitcoin Core JSON-RPC client" categories = ["cryptography::cryptocurrencies"] keywords = ["bitcoin", "bitcoind", "json-rpc"] diff --git a/json/Cargo.toml b/json/Cargo.toml index f23bb10..b711f1d 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Tobin C. Harding " ] license = "CC0-1.0" -repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" +repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc" description = "Bitcoin Core JSON-RPC API types" categories = ["cryptography::cryptocurrencies"] keywords = ["bitcoin", "bitcoind", "json-rpc"] diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml index 249c001..e51394b 100644 --- a/jsonrpc/Cargo.toml +++ b/jsonrpc/Cargo.toml @@ -3,8 +3,7 @@ name = "jsonrpc" version = "0.18.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" -homepage = "https://github.com/apoelstra/rust-jsonrpc/" -repository = "https://github.com/apoelstra/rust-jsonrpc/" +repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/" documentation = "https://docs.rs/jsonrpc/" description = "Rust support for the JSON-RPC 2.0 protocol" keywords = [ "protocol", "json", "http", "jsonrpc" ] diff --git a/regtest/Cargo.toml b/regtest/Cargo.toml index 7560dd1..d4a411c 100644 --- a/regtest/Cargo.toml +++ b/regtest/Cargo.toml @@ -3,7 +3,7 @@ name = "bitcoind-json-rpc-regtest" version = "0.3.0" authors = ["Riccardo Casatta ", "Tobin C. Harding "] license = "MIT" -repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" +repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc" description = "Utility to run a regtest bitcoind process, useful in integration testing environments" categories = ["cryptography::cryptocurrencies", "development-tools::testing"] keywords = ["bitcoin", "bitcoind", "json-rpc"]