From: Gabor Szabo Date: Sun, 23 Jul 2023 05:58:41 +0000 (+0300) Subject: http => https X-Git-Tag: v0.0.117-alpha1~80^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=1da6fc2ded7a266daf1bffcc49b406b8d839df17;p=rust-lightning http => https --- diff --git a/lightning-background-processor/Cargo.toml b/lightning-background-processor/Cargo.toml index ac2524f8..bb7399dd 100644 --- a/lightning-background-processor/Cargo.toml +++ b/lightning-background-processor/Cargo.toml @@ -3,7 +3,7 @@ name = "lightning-background-processor" version = "0.0.116" authors = ["Valentine Wallace "] license = "MIT OR Apache-2.0" -repository = "http://github.com/lightningdevkit/rust-lightning" +repository = "https://github.com/lightningdevkit/rust-lightning" description = """ Utilities to perform required background tasks for Rust Lightning. """ diff --git a/lightning-block-sync/Cargo.toml b/lightning-block-sync/Cargo.toml index 933215ea..619bbb42 100644 --- a/lightning-block-sync/Cargo.toml +++ b/lightning-block-sync/Cargo.toml @@ -3,7 +3,7 @@ name = "lightning-block-sync" version = "0.0.116" authors = ["Jeffrey Czyz", "Matt Corallo"] license = "MIT OR Apache-2.0" -repository = "http://github.com/lightningdevkit/rust-lightning" +repository = "https://github.com/lightningdevkit/rust-lightning" description = """ Utilities to fetch the chain data from a block source and feed them into Rust Lightning. """ diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index e86360d2..ad0f1835 100644 --- a/lightning-custom-message/Cargo.toml +++ b/lightning-custom-message/Cargo.toml @@ -3,7 +3,7 @@ name = "lightning-custom-message" version = "0.0.116" authors = ["Jeffrey Czyz"] license = "MIT OR Apache-2.0" -repository = "http://github.com/lightningdevkit/rust-lightning" +repository = "https://github.com/lightningdevkit/rust-lightning" description = """ Utilities for supporting custom peer-to-peer messages in LDK. """ diff --git a/lightning-transaction-sync/Cargo.toml b/lightning-transaction-sync/Cargo.toml index 3c1b6b5f..4dce0520 100644 --- a/lightning-transaction-sync/Cargo.toml +++ b/lightning-transaction-sync/Cargo.toml @@ -3,7 +3,7 @@ name = "lightning-transaction-sync" version = "0.0.116" authors = ["Elias Rohrer"] license = "MIT OR Apache-2.0" -repository = "http://github.com/lightningdevkit/rust-lightning" +repository = "https://github.com/lightningdevkit/rust-lightning" description = """ Utilities for syncing LDK via the transaction-based `Confirm` interface. """