Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-04-28 10:55:20 +02:00
parent 74742ad584
commit f99d5cf2fc
54 changed files with 77 additions and 78 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
installPhase = "scons --prefix=$out install";
meta = {
description = "Extremely fast tool to remove duplicates and other lint from your filesystem.";
description = "Extremely fast tool to remove duplicates and other lint from your filesystem";
homepage = http://rmlint.readthedocs.org;
platforms = platforms.linux;
license = licenses.gpl3;