summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-27 21:46:13 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-27 21:49:37 +0200
commit1a9c0554adc827a6c452cc23da680fc9e5271566 (patch)
treeacecf9dc8c1bfd7de719b969875c0cce35d7f3b1 /Cargo.toml
parent7291a5d3a9e756e5e96f3443bc09f61d3edbc3fc (diff)
Fix license
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d750789..5089265 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,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 = "./LICENSE"
+license = "LGPL-2.1"
[dependencies]
chrono = "0.2.20"