http => https

This commit is contained in:
Gabor Szabo 2023-07-23 08:58:41 +03:00
parent 4938be6ad7
commit 1da6fc2ded
4 changed files with 4 additions and 4 deletions

View 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.
"""

View 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.
"""

View 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.
"""

View 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.
"""