From ffc7e8055c36f29c528b39084949a6a497236fca Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 12 Jun 2020 15:10:24 +0200 Subject: sop: Fix keyword. - Keywords must not exceed 19 characters. --- sop/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3