From c158672dcd87e9f7b487f3ff5b7622161f90cdb5 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Thu, 12 Feb 2026 15:20:45 -0800 Subject: [PATCH] Update manifest link to new location in rust-bitcoin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74e0494..91a51bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "psbt-v2" version = "0.2.0" authors = ["Tobin C. Harding "] license = "CC0-1.0" -repository = "https://github.com/tcharding/rust-psbt/" +repository = "https://github.com/rust-bitcoin/rust-psbt/" description = "Partially Signed Bitcoin Transaction, v0 and v2" categories = ["cryptography::cryptocurrencies"] keywords = [ "psbt", "bip-174", "bip174", "bip-370", "bip370"]