Skip to content

Commit d98ef88

Browse files
authored
Merge pull request #6 from tcharding/11-26-update-repository
Update repository
2 parents cb2a3e0 + 97fa8cf commit d98ef88

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)