http => https
authorGabor Szabo <gabor@szabgab.com>
Sun, 23 Jul 2023 05:58:41 +0000 (08:58 +0300)
committerGabor Szabo <gabor@szabgab.com>
Sun, 23 Jul 2023 05:58:41 +0000 (08:58 +0300)
lightning-background-processor/Cargo.toml
lightning-block-sync/Cargo.toml
lightning-custom-message/Cargo.toml
lightning-transaction-sync/Cargo.toml

index ac2524f84fed62ff964987abd3195c422af2f203..bb7399ddde46e05b787b029af941a7934182eebc 100644 (file)
@@ -3,7 +3,7 @@ name = "lightning-background-processor"
 version = "0.0.116"
 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
 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.
 """
index 933215ea914365378f1df759d353533f2484d963..619bbb425c096b006f4b41724f5f133b9c75d83e 100644 (file)
@@ -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.
 """
index e86360d2b3c18fe50028e8051da2681ed4227da7..ad0f1835f97d1bd14e177afe4b03251ebeef3d60 100644 (file)
@@ -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.
 """
index 3c1b6b5fe482f6df44b8afa6b3a8cba4cbcd5cbd..4dce05202a63fea3584684c1cf904717a5936f3b 100644 (file)
@@ -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.
 """