Remove all dots at end of descriptions
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user