From c8e61b29c1b8fb85401025e3b7df404d83829f9f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 5 Dec 2019 10:38:54 -0500 Subject: 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 --- sqv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqv/Cargo.toml') 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 ", -- cgit v1.2.3