From 30c792e69abd4bfed3e2e542a0eadc111134e3c7 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Fri, 26 Sep 2025 14:53:48 +0200 Subject: [PATCH] update outdated links --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ae50f3e1..c02915686 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,9 @@ version = "0.4.1" authors = ["Roman Zeyde "] description = "An efficient re-implementation of Electrum Server in Rust" license = "MIT" -homepage = "https://github.com/romanz/electrs" -repository = "https://github.com/romanz/electrs" +homepage = "https://github.com/blockstream/electrs" +repository = "https://github.com/blockstream/electrs" keywords = ["bitcoin", "electrum", "server", "index", "database"] -documentation = "https://docs.rs/electrs/" readme = "README.md" edition = "2018" default-run = "electrs"