summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-10-31 11:57:50 +0100
committerNeal H. Walfield <neal@pep.foundation>2019-10-31 11:57:50 +0100
commit4f5699ef4ad8f84147edfa4785ed26d27c64d380 (patch)
tree695e06bb1ade4647633b0890bda7138c2003616e /store/Cargo.toml
parent8fd085be5cc0c1f60e6f23626782bde226d88183 (diff)
Change license to GPLv2+.
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 004b7084..2389ea4a 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
keywords = ["cryptography", "openpgp", "pgp", "keyring"]
categories = ["cryptography", "authentication", "email"]
-license = "GPL-3.0"
+license = "GPL-2.0-or-later"
edition = "2018"
[badges]