mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 06:57:53 +01:00
http => https
This commit is contained in:
parent
4938be6ad7
commit
1da6fc2ded
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue