about summary refs log tree commit diff
path: root/pkgs/tools/misc/nbench/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/nbench/default.nix')
-rw-r--r--pkgs/tools/misc/nbench/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/nbench/default.nix b/pkgs/tools/misc/nbench/default.nix
index f1af32cc0e3f5..c56a76023b5d9 100644
--- a/pkgs/tools/misc/nbench/default.nix
+++ b/pkgs/tools/misc/nbench/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://www.math.utah.edu/~mayer/linux/bmark.html";
-    description = "A synthetic computing benchmark program";
+    description = "Synthetic computing benchmark program";
     platforms = platforms.unix;
     maintainers = with lib.maintainers; [ bennofs ];
     mainProgram = "nbench";