]> Untitled Git - bdk/commitdiff
Fix the "repository" field in Cargo.toml
authorDaniela Brozzoni <danielabrozzoni@protonmail.com>
Thu, 2 Mar 2023 18:15:36 +0000 (19:15 +0100)
committerDaniela Brozzoni <danielabrozzoni@protonmail.com>
Fri, 3 Mar 2023 16:44:04 +0000 (17:44 +0100)
crates/chain/Cargo.toml
crates/electrum/Cargo.toml
crates/esplora/Cargo.toml
crates/file_store/Cargo.toml

index 6877b2b86f26bf7355e686b712600dafe9d5b56f..a443076a9299dc9c47e6d0e142cc8f3b127b14ff 100644 (file)
@@ -3,7 +3,7 @@ name = "bdk_chain"
 version = "0.3.1"
 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_chain"
 description = "Collection of core structures for Bitcoin Dev Kit."
 license = "MIT OR Apache-2.0"
index a0f70c7e43d6c824189a033929f63d3601344155..05b93160ef407c9938fa17c2705fd77c562102ec 100644 (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"
index 680ed3c58f0458f1bd133b218a6df99b3517dae7..c76325b7d6eee08c33e758950cd382e679e969f1 100644 (file)
@@ -3,7 +3,7 @@ name = "bdk_esplora"
 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_esplora"
 description = "Fetch data from esplora in the form that accepts"
 license = "MIT OR Apache-2.0"
index 2a5358253ff749eb13ec342b6892a2e6c74f5a58..06d7617126b874dd53032ba011fcc2f2ef9a3d8f 100644 (file)
@@ -3,6 +3,7 @@ name = "bdk_file_store"
 version = "0.0.1"
 edition = "2021"
 license = "MIT OR Apache-2.0"
+repository = "https://github.com/bitcoindevkit/bdk"
 
 [dependencies]
 bdk_chain = { path = "../chain", version = "0.3", features = [ "serde", "miniscript" ] }