about summary refs log tree commit diff
path: root/pkgs/by-name/se/sequoia-wot/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/se/sequoia-wot/package.nix')
-rw-r--r--pkgs/by-name/se/sequoia-wot/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/se/sequoia-wot/package.nix b/pkgs/by-name/se/sequoia-wot/package.nix
index 34ab460ceb607..38c90c4837fda 100644
--- a/pkgs/by-name/se/sequoia-wot/package.nix
+++ b/pkgs/by-name/se/sequoia-wot/package.nix
@@ -81,7 +81,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    description = "A Rust CLI tool for authenticating bindings and exploring a web of trust";
+    description = "Rust CLI tool for authenticating bindings and exploring a web of trust";
     homepage = "https://gitlab.com/sequoia-pgp/sequoia-wot";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ Cryolitia ];