aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-03-21 09:36:44 +0100
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-03-21 09:36:44 +0100
commitdb6f7a872ae5404e813f461b63e3f3d8158a3a8d (patch)
tree27f40045f9dbe3bcbd3767c6d867dd62a6d8dfb1 /Cargo.toml
parentbaf4a61a6879ed2b94106ab627e88585359395f4 (diff)
downloadmail-db6f7a872ae5404e813f461b63e3f3d8158a3a8d.tar.gz
cargo only seems to support spdx v2 licenses
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 2b7f414..65358ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["C. Morgan Hamill <me@cmhamill.org>",
homepage = "https://github.com/vhdirk/notmuch-rs"
repository = "https://github.com/vhdirk/notmuch-rs"
description = "Rust interface and bindings for notmuch"
-license = "GPL-3.0-or-later"
+license = "GPL-3.0+"
[dependencies]
libc = "0.2"