From: Justin Moon Date: Wed, 1 Jun 2022 18:17:16 +0000 (-0500) Subject: Add 'repository' to lightning-invoice's Cargo.toml X-Git-Tag: v0.0.107~9^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7b8f6843f5c1b133eaa3a368c9d39ecbc91680bc;p=rust-lightning Add 'repository' to lightning-invoice's Cargo.toml --- diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index f65d7ac8..9382d663 100644 --- a/lightning-invoice/Cargo.toml +++ b/lightning-invoice/Cargo.toml @@ -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