From 39b8bf09e80fecbf9b3bf069d8844ccd1ba37e90 Mon Sep 17 00:00:00 2001 From: Aaron Feickert <66188213+AaronFeickert@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:55:07 -0600 Subject: [PATCH] Fix repository link --- node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 9c80d8f6..2d55eb87 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -3,7 +3,7 @@ name = "corepc-node" version = "0.4.0" authors = ["Riccardo Casatta ", "Tobin C. Harding "] license = "MIT" -repository = "https://github.com/rust-bitcoin/corepc/corepc-node" +repository = "https://github.com/rust-bitcoin/corepc" description = "Utility to run a regtest bitcoind process, useful in integration testing environments" categories = ["cryptography::cryptocurrencies", "development-tools::testing"] keywords = ["bitcoin", "bitcoind", "json-rpc"]