-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the 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.
- Loading branch information
Showing
4 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ authors = [ | |
"Tobin C. Harding <[email protected]>" | ||
] | ||
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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ authors = [ | |
"Tobin C. Harding <[email protected]>" | ||
] | ||
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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,7 @@ name = "jsonrpc" | |
version = "0.18.0" | ||
authors = ["Andrew Poelstra <[email protected]>"] | ||
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" ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "bitcoind-json-rpc-regtest" | |
version = "0.3.0" | ||
authors = ["Riccardo Casatta <[email protected]>", "Tobin C. Harding <[email protected]>"] | ||
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"] | ||
|