Skip to content

Commit 97fa8cf

Browse files
committed
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.
1 parent cb2a3e0 commit 97fa8cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "corepc-client"
33
version = "0.4.0"
44
authors = ["Tobin C. Harding <[email protected]>"]
55
license = "CC0-1.0"
6-
repository = "https://github.com/tcharding/corepc"
6+
repository = "https://github.com/rust-bitcoin/corepc"
77
description = "Bitcoin Core JSON-RPC client"
88
categories = ["cryptography::cryptocurrencies"]
99
keywords = ["bitcoin", "bitcoind", "json-rpc"]

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "corepc-node"
33
version = "0.4.0"
44
authors = ["Riccardo Casatta <[email protected]>", "Tobin C. Harding <[email protected]>"]
55
license = "MIT"
6-
repository = "https://github.com/tcharding/corepc/corepc-node"
6+
repository = "https://github.com/rust-bitcoin/corepc/corepc-node"
77
description = "Utility to run a regtest bitcoind process, useful in integration testing environments"
88
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
99
keywords = ["bitcoin", "bitcoind", "json-rpc"]

types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "corepc-types"
33
version = "0.4.0"
44
authors = ["Tobin C. Harding <[email protected]>"]
55
license = "CC0-1.0"
6-
repository = "https://github.com/tcharding/corepc"
6+
repository = "https://github.com/rust-bitcoin/corepc"
77
description = "Bitcoin Core JSON-RPC API types"
88
categories = ["cryptography::cryptocurrencies"]
99
keywords = ["bitcoin", "bitcoind", "json-rpc"]

0 commit comments

Comments
 (0)