Skip to content

Commit 37641d6

Browse files
committed
jsonrpc: Update repository in manifest
Currently lists the repository name from before we did the `corepc` rename. Note this was never released, as such crates.io still points at Andrew's repo.
1 parent 52cd6e1 commit 37641d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "jsonrpc"
33
version = "0.18.0"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
6-
repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc/"
6+
repository = "https://github.com/rust-bitcoin/corepc/"
77
documentation = "https://docs.rs/jsonrpc/"
88
description = "Rust support for the JSON-RPC 2.0 protocol"
99
keywords = [ "protocol", "json", "http", "jsonrpc" ]

0 commit comments

Comments
 (0)