about summary refs log tree commit diff
path: root/pkgs/applications/editors/elvis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/elvis/default.nix')
-rw-r--r--pkgs/applications/editors/elvis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/elvis/default.nix b/pkgs/applications/editors/elvis/default.nix
index eb288ff8b2a8d..046aac459b53c 100644
--- a/pkgs/applications/editors/elvis/default.nix
+++ b/pkgs/applications/editors/elvis/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://elvis.the-little-red-haired-girl.org/";
-    description = "A vi clone for Unix and other operating systems";
+    description = "Vi clone for Unix and other operating systems";
     license = lib.licenses.free;
   };
 }