about summary refs log tree commit diff
path: root/pkgs/development/libraries/leatherman/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/leatherman/default.nix')
-rw-r--r--pkgs/development/libraries/leatherman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/leatherman/default.nix b/pkgs/development/libraries/leatherman/default.nix
index 80038b79442af..d3bd349cc8e01 100644
--- a/pkgs/development/libraries/leatherman/default.nix
+++ b/pkgs/development/libraries/leatherman/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://github.com/puppetlabs/leatherman/";
-    description = "A collection of C++ and CMake utility libraries";
+    description = "Collection of C++ and CMake utility libraries";
     license = licenses.asl20;
     maintainers = [ maintainers.womfoo ];
     platforms = platforms.unix;