X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=0a9821f14cfc86768a57f48b1e31af2e80c07868;hb=5f5bc4120177c493cad1dab1db1dceedaa31e5f0;hp=8eb889dd0d217fc4f0185a08fc997ec29ace1d54;hpb=8a91bd92e1950b2567c02e5063d6e69aa0fa9773;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 8eb889dd..0a9821f1 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -2,9 +2,10 @@ name = "lightning-persister" version = "0.0.13" authors = ["Valentine Wallace", "Matt Corallo"] -license = "Apache-2.0" +license = "MIT OR Apache-2.0" +repository = "https://github.com/rust-bitcoin/rust-lightning/" description = """ -Utilities to manage channel data persistence and retrieval. +Utilities to manage Rust-Lightning channel data persistence and retrieval. """ [dependencies]