From 7b8f6843f5c1b133eaa3a368c9d39ecbc91680bc Mon Sep 17 00:00:00 2001 From: Justin Moon Date: Wed, 1 Jun 2022 13:17:16 -0500 Subject: [PATCH] Add 'repository' to lightning-invoice's Cargo.toml --- lightning-invoice/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index f65d7ac88..9382d6630 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 -- 2.39.5