about summary refs log tree commit diff
path: root/pkgs/development/perl-modules/ham/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/perl-modules/ham/default.nix')
-rw-r--r--pkgs/development/perl-modules/ham/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/perl-modules/ham/default.nix b/pkgs/development/perl-modules/ham/default.nix
index 8d1fce1ab8979..b25adff4c800d 100644
--- a/pkgs/development/perl-modules/ham/default.nix
+++ b/pkgs/development/perl-modules/ham/default.nix
@@ -39,7 +39,7 @@ buildPerlPackage {
   '';
 
   meta = with lib; {
-    description = "A tool to manage big projects consisting of multiple loosely-coupled git repositories";
+    description = "Tool to manage big projects consisting of multiple loosely-coupled git repositories";
     homepage = "https://github.com/kernkonzept/ham";
     license = licenses.bsd2;
     maintainers = with maintainers; [ aw ];