From db6f7a872ae5404e813f461b63e3f3d8158a3a8d Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Wed, 21 Mar 2018 09:36:44 +0100 Subject: cargo only seems to support spdx v2 licenses --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ", 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" -- cgit v1.2.1