Skip to content

Commit 78f59a5

Browse files
authored
Merge pull request #2444 from szabgab/https
http => https
2 parents 4938be6 + 1da6fc2 commit 78f59a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lightning-background-processor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lightning-background-processor"
33
version = "0.0.116"
44
authors = ["Valentine Wallace <[email protected]>"]
55
license = "MIT OR Apache-2.0"
6-
repository = "http://github.com/lightningdevkit/rust-lightning"
6+
repository = "https://github.com/lightningdevkit/rust-lightning"
77
description = """
88
Utilities to perform required background tasks for Rust Lightning.
99
"""

lightning-block-sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lightning-block-sync"
33
version = "0.0.116"
44
authors = ["Jeffrey Czyz", "Matt Corallo"]
55
license = "MIT OR Apache-2.0"
6-
repository = "http://github.com/lightningdevkit/rust-lightning"
6+
repository = "https://github.com/lightningdevkit/rust-lightning"
77
description = """
88
Utilities to fetch the chain data from a block source and feed them into Rust Lightning.
99
"""

lightning-custom-message/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lightning-custom-message"
33
version = "0.0.116"
44
authors = ["Jeffrey Czyz"]
55
license = "MIT OR Apache-2.0"
6-
repository = "http://github.com/lightningdevkit/rust-lightning"
6+
repository = "https://github.com/lightningdevkit/rust-lightning"
77
description = """
88
Utilities for supporting custom peer-to-peer messages in LDK.
99
"""

lightning-transaction-sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lightning-transaction-sync"
33
version = "0.0.116"
44
authors = ["Elias Rohrer"]
55
license = "MIT OR Apache-2.0"
6-
repository = "http://github.com/lightningdevkit/rust-lightning"
6+
repository = "https://github.com/lightningdevkit/rust-lightning"
77
description = """
88
Utilities for syncing LDK via the transaction-based `Confirm` interface.
99
"""

0 commit comments

Comments
 (0)