about summary refs log tree commit diff
path: root/pkgs/applications/networking/netperf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/netperf/default.nix')
-rw-r--r--pkgs/applications/networking/netperf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/netperf/default.nix b/pkgs/applications/networking/netperf/default.nix
index 40aa326362972..9bad7a8b42a3f 100644
--- a/pkgs/applications/networking/netperf/default.nix
+++ b/pkgs/applications/networking/netperf/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = {
-    description = "benchmark to measure the performance of many different types of networking";
+    description = "Benchmark to measure the performance of many different types of networking";
     homepage = "http://www.netperf.org/netperf/";
     license = "Hewlett-Packard BSD-like license";