Skip to content

Commit

Permalink
Update repository (#37)
Browse files Browse the repository at this point in the history
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
tcharding authored Sep 6, 2024
2 parents e024d1b + db7a23e commit 97ec8e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
3 changes: 1 addition & 2 deletions jsonrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion regtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 97ec8e8

Please sign in to comment.