X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-invoice%2FCargo.toml;h=47bf9d744dcb91f554a69400521e439759e03f66;hb=5e8b6833339a67f2f9a498db74b43ef93629755c;hp=e19c7ac3f3131c1aeabe97eb0125d104343bac6b;hpb=f00bb10a82c122102f712675e6e4523bb5678e2a;p=rust-lightning diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index e19c7ac3..47bf9d74 100644 --- a/lightning-invoice/Cargo.toml +++ b/lightning-invoice/Cargo.toml @@ -3,9 +3,8 @@ name = "lightning-invoice" description = "Data structures to parse and serialize BOLT11 lightning invoices" version = "0.4.0" authors = ["Sebastian Geisler "] -license = "Apache-2.0" documentation = "https://docs.rs/lightning-invoice/" -repository = "https://github.com/rust-bitcoin/rust-lightning-invoice" +license = "MIT OR Apache-2.0" keywords = [ "lightning", "bitcoin", "invoice", "BOLT11" ] readme = "README.md"