summary refs log tree commit diff
path: root/pkgs/applications/science/programming/scyther/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/programming/scyther/default.nix')
-rw-r--r--pkgs/applications/science/programming/scyther/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/programming/scyther/default.nix b/pkgs/applications/science/programming/scyther/default.nix
index d1e948fe187..ca6b57de611 100644
--- a/pkgs/applications/science/programming/scyther/default.nix
+++ b/pkgs/applications/science/programming/scyther/default.nix
@@ -13,7 +13,7 @@ let
   };
 
   meta = with lib; {
-    description = "Scyther is a tool for the automatic verification of security protocols";
+    description = "A tool for the automatic verification of security protocols";
     homepage = "https://www.cs.ox.ac.uk/people/cas.cremers/scyther/";
     license = licenses.gpl2;
     maintainers = with maintainers; [ infinisil ];