Merge rust-bitcoin/rust-bitcoin#1876: hashes: Fix stale repository name
3717a549f9
hashes: Fix stale repository name (Tobin C. Harding) Pull request description: The repository name is stale since we moved the `hashes` crate into the `rust-bitcoin` repo a while ago. ACKs for top commit: apoelstra: ACK3717a549f9
Kixunil: ACK3717a549f9
Tree-SHA512: ac4553547f1912c8242e3b87d3cc8951598999b5512ad1b49494b3c504449939e0e60905d96464b22c71b67ca975d18814a92af6e0aa66ff4f46effb97ac0733
This commit is contained in:
commit
c041aea51a
|
@ -3,7 +3,7 @@ name = "bitcoin_hashes"
|
|||
version = "0.12.0"
|
||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||
license = "CC0-1.0"
|
||||
repository = "https://github.com/rust-bitcoin/bitcoin_hashes/"
|
||||
repository = "https://github.com/rust-bitcoin/rust-bitcoin"
|
||||
documentation = "https://docs.rs/bitcoin_hashes/"
|
||||
description = "Hash functions used by the rust-bitcoin eccosystem"
|
||||
categories = ["algorithms"]
|
||||
|
|
Loading…
Reference in New Issue