about summary refs log tree commit diff
path: root/pkgs/tools/networking/bwm-ng/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/bwm-ng/default.nix')
-rw-r--r--pkgs/tools/networking/bwm-ng/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/bwm-ng/default.nix b/pkgs/tools/networking/bwm-ng/default.nix
index c7376ad47b42..62dea1e6cd4f 100644
--- a/pkgs/tools/networking/bwm-ng/default.nix
+++ b/pkgs/tools/networking/bwm-ng/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ ncurses ];
 
   meta = with stdenv.lib; {
-    description = "Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor";
+    description = "A small and simple console-based live network and disk io bandwidth monitor";
     homepage = "http://www.gropp.org/?id=projects&sub=bwm-ng";
     license = licenses.gpl2;
     platforms = platforms.unix;