about summary refs log tree commit diff
path: root/pkgs/applications/editors/wily
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/wily')
-rw-r--r--pkgs/applications/editors/wily/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/wily/default.nix b/pkgs/applications/editors/wily/default.nix
index 0e883a51210af..5c6eb5dc5ba3a 100644
--- a/pkgs/applications/editors/wily/default.nix
+++ b/pkgs/applications/editors/wily/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "An emulation of ACME";
+    description = "Emulation of ACME";
     homepage = "http://wily.sourceforge.net";
     license = licenses.artistic1;
     maintainers = [ maintainers.vrthra ];