summaryrefslogtreecommitdiffstats
path: root/sop
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-12 15:10:24 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-12 15:13:35 +0200
commitffc7e8055c36f29c528b39084949a6a497236fca (patch)
tree7cbe34d816b40ddd3a35fe95f1c23c4d5caf27c1 /sop
parent865a4084d813006d2dbe3e936330d985e0a0f68b (diff)
sop: Fix keyword.
- Keywords must not exceed 19 characters.
Diffstat (limited to 'sop')
-rw-r--r--sop/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sop/Cargo.toml b/sop/Cargo.toml
index 4e30997f..f392c360 100644
--- a/sop/Cargo.toml
+++ b/sop/Cargo.toml
@@ -9,7 +9,7 @@ documentation = "https://docs.sequoia-pgp.org/0.16.0/sop"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
-keywords = ["cryptography", "openpgp", "pgp", "sop", "stateless-openpgp-protocol"]
+keywords = ["cryptography", "openpgp", "pgp", "sop", "stateless-openpgp"]
categories = ["cryptography", "command-line-utilities"]
license = "GPL-2.0-or-later"
edition = "2018"