From d917f891e824c39fbe796797c00aa0e4a613a963 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Tue, 10 Sep 2024 13:14:36 +0200 Subject: [PATCH] Update URLs in `Cargo.toml` .. while it's still magical, the URLs seem to be outdated .. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9707156..261713d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "electrum-client" version = "0.21.0" authors = ["Alekos Filini "] license = "MIT" -homepage = "https://github.com/MagicalBitcoin/rust-electrum-client" -repository = "https://github.com/MagicalBitcoin/rust-electrum-client" +homepage = "https://github.com/bitcoindevkit/rust-electrum-client" +repository = "https://github.com/bitcoindevkit/rust-electrum-client" documentation = "https://docs.rs/electrum-client/" description = "Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers." keywords = ["bitcoin", "electrum"]