treewide: Remove the definite article from meta.description

nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
This commit is contained in:
Alexis Hildebrandt
2024-06-09 23:08:46 +02:00
parent 755b915a15
commit f8c4a98e8e
583 changed files with 618 additions and 618 deletions
@@ -33,7 +33,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
description = "The PyPA recommended tool for installing Python packages";
description = "PyPA recommended tool for installing Python packages";
license = with lib.licenses; [ mit ];
homepage = "https://pip.pypa.io/";
priority = 10;