summaryrefslogtreecommitdiffstats
path: root/sqv
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-12-05 10:38:54 -0500
committerJustus Winter <justus@sequoia-pgp.org>2019-12-05 17:56:31 +0100
commitc8e61b29c1b8fb85401025e3b7df404d83829f9f (patch)
tree247d4ca1d48d758fce7fae8e24f14cbcd83e9772 /sqv
parent41fd3f08adff856ec558f8b06214e0f392893a26 (diff)
sqv: Indicate that sqv is for OpenPGP signatures in description.
- Until sqv grows the ability to cerify JWS or CMS or other kinds of signatures, we should be clear what it actually offers. - This description is also ported to the debian packaging information, so it shows up in apt listings, etc. Being more descriptive will make the tool findable. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'sqv')
-rw-r--r--sqv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 5b3425ce..af6c30eb 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sequoia-sqv"
-description = "A simple signature verification program"
+description = "A simple OpenPGP signature verification program"
version = "0.12.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",