File tree 4 files changed +4
-4
lines changed
lightning-background-processor
lightning-transaction-sync
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "lightning-background-processor"
3
3
version = " 0.0.116"
4
4
authors = [
" Valentine Wallace <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
- repository = " http ://github.com/lightningdevkit/rust-lightning"
6
+ repository = " https ://github.com/lightningdevkit/rust-lightning"
7
7
description = """
8
8
Utilities to perform required background tasks for Rust Lightning.
9
9
"""
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "lightning-block-sync"
3
3
version = " 0.0.116"
4
4
authors = [" Jeffrey Czyz" , " Matt Corallo" ]
5
5
license = " MIT OR Apache-2.0"
6
- repository = " http ://github.com/lightningdevkit/rust-lightning"
6
+ repository = " https ://github.com/lightningdevkit/rust-lightning"
7
7
description = """
8
8
Utilities to fetch the chain data from a block source and feed them into Rust Lightning.
9
9
"""
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "lightning-custom-message"
3
3
version = " 0.0.116"
4
4
authors = [" Jeffrey Czyz" ]
5
5
license = " MIT OR Apache-2.0"
6
- repository = " http ://github.com/lightningdevkit/rust-lightning"
6
+ repository = " https ://github.com/lightningdevkit/rust-lightning"
7
7
description = """
8
8
Utilities for supporting custom peer-to-peer messages in LDK.
9
9
"""
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "lightning-transaction-sync"
3
3
version = " 0.0.116"
4
4
authors = [" Elias Rohrer" ]
5
5
license = " MIT OR Apache-2.0"
6
- repository = " http ://github.com/lightningdevkit/rust-lightning"
6
+ repository = " https ://github.com/lightningdevkit/rust-lightning"
7
7
description = """
8
8
Utilities for syncing LDK via the transaction-based `Confirm` interface.
9
9
"""
You can’t perform that action at this time.
0 commit comments