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:
Tobin C. Harding 2023-05-25 14:11:00 +10:00
parent b5aa482532
commit 3717a549f9
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -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"]