Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit db7a23e

Browse files
committed
Update repository
When we moved this repo over to the `rust-bitcoin` org we forgot to change the repository field in all the manifests. Also, when we imported `jsonrpc` we forgot it as well. While we are at it remove the `homepage` field from `jsonrpc` which also points at Andrew's repo.
1 parent e024d1b commit db7a23e

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
"Tobin C. Harding <[email protected]>"
99
]
1010
license = "CC0-1.0"
11-
repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
11+
repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc"
1212
description = "Bitcoin Core JSON-RPC client"
1313
categories = ["cryptography::cryptocurrencies"]
1414
keywords = ["bitcoin", "bitcoind", "json-rpc"]

json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
"Tobin C. Harding <[email protected]>"
99
]
1010
license = "CC0-1.0"
11-
repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
11+
repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc"
1212
description = "Bitcoin Core JSON-RPC API types"
1313
categories = ["cryptography::cryptocurrencies"]
1414
keywords = ["bitcoin", "bitcoind", "json-rpc"]

jsonrpc/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name = "jsonrpc"
33
version = "0.18.0"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
6-
homepage = "https://github.com/apoelstra/rust-jsonrpc/"
7-
repository = "https://github.com/apoelstra/rust-jsonrpc/"
6+
repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/"
87
documentation = "https://docs.rs/jsonrpc/"
98
description = "Rust support for the JSON-RPC 2.0 protocol"
109
keywords = [ "protocol", "json", "http", "jsonrpc" ]

regtest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "bitcoind-json-rpc-regtest"
33
version = "0.3.0"
44
authors = ["Riccardo Casatta <[email protected]>", "Tobin C. Harding <[email protected]>"]
55
license = "MIT"
6-
repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
6+
repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc"
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"]

0 commit comments

Comments
 (0)