Fix the "repository" field in Cargo.toml

This commit is contained in:
Daniela Brozzoni
2023-03-02 19:15:36 +01:00
parent c61b3604e1
commit 8c9bcebc71
4 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name = "bdk_electrum"
version = "0.1.0"
edition = "2021"
homepage = "https://bitcoindevkit.org"
repository = "https://github.com/LLFourn/bdk_core_staging"
repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk_electrum"
description = "Fetch data from electrum in the form BDK accepts"
license = "MIT OR Apache-2.0"