]> Untitled Git - bdk/commitdiff
Fix crates.io license info
authorSteve Myers <steve@notmandatory.org>
Fri, 8 Jan 2021 18:20:02 +0000 (10:20 -0800)
committerSteve Myers <steve@notmandatory.org>
Sat, 9 Jan 2021 18:41:48 +0000 (10:41 -0800)
Cargo.toml
macros/Cargo.toml
testutils-macros/Cargo.toml
testutils/Cargo.toml

index 9464047e6d14e42823a4f954879ecc77698b1241..c4cccea334fc6910ec7b23fe22a3c651a756336c 100644 (file)
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/bdk"
 description = "A modern, lightweight, descriptor-based wallet library"
 keywords = ["bitcoin", "wallet", "descriptor", "psbt"]
 readme = "README.md"
-license-file = "LICENSE"
+license = "MIT"
 
 [dependencies]
 bdk-macros = "0.2"
index 4dada2de24e2173497fb7add4f5e2071606d5c00..c8338cdf1ca686e4dd1011c5b08ec7fc19787b6d 100644 (file)
@@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
 documentation = "https://docs.rs/bdk-macros"
 description = "Supporting macros for `bdk`"
 keywords = ["bdk"]
-license-file = "../LICENSE"
+license = "MIT"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
index e92d324b76f9fb25fe8042da975d26bbb349153b..5bd8a3db7ce84fefa2dedf62821dc4796d56413c 100644 (file)
@@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
 documentation = "https://docs.rs/bdk-testutils-macros"
 description = "Supporting testing macros for `bdk`"
 keywords = ["bdk"]
-license-file = "../LICENSE"
+license = "MIT"
 
 [lib]
 proc-macro = true
index 294acc3d978fb44129a1bc6032da5f60e3fd860e..0800fe4d9098085d23de33d191f01daebb379f91 100644 (file)
@@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
 documentation = "https://docs.rs/bdk-testutils"
 description = "Supporting testing utilities for `bdk`"
 keywords = ["bdk"]
-license-file = "../LICENSE"
+license = "MIT"
 
 [lib]
 name = "testutils"