treewide: Remove ending period from meta.description

nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
This commit is contained in:
Alexis Hildebrandt
2024-06-09 23:04:51 +02:00
parent 55ce7a10b6
commit bf995e3641
541 changed files with 591 additions and 591 deletions
@@ -19,7 +19,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
description = "Updated configparser from Python 3.7 for Python 2.6+.";
description = "Updated configparser from Python 3.7 for Python 2.6+";
license = licenses.mit;
homepage = "https://github.com/jaraco/configparser";
};