summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/popfile
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-02-27 17:24:00 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-02-27 17:30:29 +0000
commit17348dc094e53f52fd48ad26443093662dd08212 (patch)
tree3d94f8e37b593c6462ada5a9476cfdfe94d3295d /pkgs/tools/text/popfile
parent158ff99ae41ff8f00a3b1efcdac56926304c6a14 (diff)
Remove all dots at end of descriptions
Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
Diffstat (limited to 'pkgs/tools/text/popfile')
-rw-r--r--pkgs/tools/text/popfile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/popfile/default.nix b/pkgs/tools/text/popfile/default.nix
index 3310c1a2fe4a..4048093a3958 100644
--- a/pkgs/tools/text/popfile/default.nix
+++ b/pkgs/tools/text/popfile/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
'';
meta = {
- description = "An email classification system that automatically sorts messages and fights spam.";
+ description = "An email classification system that automatically sorts messages and fights spam";
homepage = http://getpopfile.org;
license = stdenv.lib.licenses.gpl2;