Add 'repository' to lightning-invoice's Cargo.toml
authorJustin Moon <mail@justinmoon.com>
Wed, 1 Jun 2022 18:17:16 +0000 (13:17 -0500)
committerJustin Moon <mail@justinmoon.com>
Wed, 1 Jun 2022 18:17:16 +0000 (13:17 -0500)
lightning-invoice/Cargo.toml

index f65d7ac886992dd488e7ed449486d755067d41ae..9382d66303f05fae9947549b12b0ddbba8e21b16 100644 (file)
@@ -7,6 +7,7 @@ documentation = "https://docs.rs/lightning-invoice/"
 license = "MIT OR Apache-2.0"
 keywords = [ "lightning", "bitcoin", "invoice", "BOLT11" ]
 readme = "README.md"
+repository = "https://github.com/lightningdevkit/rust-lightning/"
 
 [package.metadata.docs.rs]
 all-features = true