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:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Devilspie2 is a window matching utility.";
|
||||
description = "Devilspie2 is a window matching utility";
|
||||
longDescription = ''
|
||||
Devilspie2 is a window matching utility, allowing the user to
|
||||
perform scripted actions on windows as they are created. For
|
||||
|
||||
Reference in New Issue
Block a user