From 97fa8cf5846ce009470dbf993702880bc5e23778 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 26 Nov 2024 09:29:10 +1100 Subject: [PATCH] Update repository We have moved this code to `rust-bitcoin` org; update the repository. FTR on crates.io owner invites were sent to - RCassata for `corepc-node`. - apoelstra for all three (`node`, `client`, `types`). Will be released as part of `v0.5.0` - soonish. --- client/Cargo.toml | 2 +- node/Cargo.toml | 2 +- types/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"]