summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-14 15:21:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-14 15:21:12 +0200
commit31be69e52d1b638981b6c2b0e6766a878fe4f36b (patch)
treeb397e70c8a46b3dd0f3cdb95b079f2316af88ead
parent8a0ef0c5d7615298e6b0ec2774818ec738daeb66 (diff)
Change license in Cargo.toml
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 149cdd8..b15a1c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ documentation = "https://matthiasbeyer.github.io/task-hookrs/task_hookrs/index.h
homepage = "https://github.com/matthiasbeyer/task-hookrs"
repository = "https://github.com/matthiasbeyer/task-hookrs"
readme = "./README.md"
-license = "LGPL-2.1"
+license = "MPL-2.0"
[dependencies]
chrono = "0.2.22"