hashes: Fix stale repository name
The repository name is stale since we moved the `hashes` crate into the `rust-bitcoin` repo a while ago.
This commit is contained in:
parent
b5aa482532
commit
3717a549f9
|
@ -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