From 3717a549f9fda15dd1abfd603635e99af28f6b2c Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 25 May 2023 14:11:00 +1000 Subject: [PATCH] hashes: Fix stale repository name The repository name is stale since we moved the `hashes` crate into the `rust-bitcoin` repo a while ago. --- hashes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes/Cargo.toml b/hashes/Cargo.toml index c96cc7a8..26931b6b 100644 --- a/hashes/Cargo.toml +++ b/hashes/Cargo.toml @@ -3,7 +3,7 @@ name = "bitcoin_hashes" version = "0.12.0" authors = ["Andrew Poelstra "] 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"]