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:
@@ -79,7 +79,7 @@ EOF
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A game in which you build and maintain factories.";
|
||||
description = "A game in which you build and maintain factories";
|
||||
longDescription = ''
|
||||
Factorio is a game in which you build and maintain factories.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user