Update licenses and add missing fields in Cargo.toml files
[rust-lightning] / lightning-persister / Cargo.toml
index 8eb889dd0d217fc4f0185a08fc997ec29ace1d54..0a9821f14cfc86768a57f48b1e31af2e80c07868 100644 (file)
@@ -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]