summary refs log tree commit diff
path: root/pkgs/applications/editors/ed/default.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-04-25 16:14:49 +0000
committerLudovic Courtès <ludo@gnu.org>2008-04-25 16:14:49 +0000
commitd07956e45f170c97936de820b4738fc148816766 (patch)
treed0fae857e03ebfc3cdbf2780c8a13b2ecf5da368 /pkgs/applications/editors/ed/default.nix
parent578b598fbb77366f98053fd24cd2a48a97b2775e (diff)
downloadnixpkgs-d07956e45f170c97936de820b4738fc148816766.tar
nixpkgs-d07956e45f170c97936de820b4738fc148816766.tar.gz
nixpkgs-d07956e45f170c97936de820b4738fc148816766.tar.bz2
nixpkgs-d07956e45f170c97936de820b4738fc148816766.tar.lz
nixpkgs-d07956e45f170c97936de820b4738fc148816766.tar.xz
nixpkgs-d07956e45f170c97936de820b4738fc148816766.tar.zst
nixpkgs-d07956e45f170c97936de820b4738fc148816766.zip
GNU ed: Fix typo in description.
svn path=/nixpkgs/trunk/; revision=11717
Diffstat (limited to 'pkgs/applications/editors/ed/default.nix')
-rw-r--r--pkgs/applications/editors/ed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/ed/default.nix b/pkgs/applications/editors/ed/default.nix
index 86914ab14e0..e40143c409e 100644
--- a/pkgs/applications/editors/ed/default.nix
+++ b/pkgs/applications/editors/ed/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = {
-    description = "GNU ed, an implementation of the standard Unix stream editor";
+    description = "GNU ed, an implementation of the standard Unix editor";
 
     longDescription = ''
       GNU ed is a line-oriented text editor.  It is used to create,