about summary refs log tree commit diff
path: root/pkgs/tools/misc/moreutils
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-04-28 10:54:58 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-04-28 10:55:20 +0200
commitf99d5cf2fc9c97df6853eab6187c79c299fb897f (patch)
tree66d9b9093b115cab0bddc719e8300cc5f3404f19 /pkgs/tools/misc/moreutils
parent74742ad584fba8439aa971727764e890dbdf94d0 (diff)
Fixed some descriptions
Diffstat (limited to 'pkgs/tools/misc/moreutils')
-rw-r--r--pkgs/tools/misc/moreutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/moreutils/default.nix b/pkgs/tools/misc/moreutils/default.nix
index 5a42a5d851543..843672fa26cf6 100644
--- a/pkgs/tools/misc/moreutils/default.nix
+++ b/pkgs/tools/misc/moreutils/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   postInstall = "wrapProgram $out/bin/chronic --prefix PERL5LIB : $PERL5LIB";
 
   meta = {
-    description = "Growing collection of the unix tools that nobody thought to write long ago when unix was young.";
+    description = "Growing collection of the unix tools that nobody thought to write long ago when unix was young";
     homepage = https://joeyh.name/code/moreutils/;
     maintainers = with maintainers; [ koral ];
   };