about summary refs log tree commit diff
path: root/pkgs/tools/misc/clpeak/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/clpeak/default.nix')
-rw-r--r--pkgs/tools/misc/clpeak/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/clpeak/default.nix b/pkgs/tools/misc/clpeak/default.nix
index 4539602320f3f..4b190acf19b7c 100644
--- a/pkgs/tools/misc/clpeak/default.nix
+++ b/pkgs/tools/misc/clpeak/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ ocl-icd opencl-clhpp ];
 
   meta = with lib; {
-    description = "A tool which profiles OpenCL devices to find their peak capacities";
+    description = "Tool which profiles OpenCL devices to find their peak capacities";
     homepage = "https://github.com/krrishnarraj/clpeak/";
     license = licenses.unlicense;
     maintainers = with maintainers; [ ];