treewide: Remove indefinite article from meta.description

nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
This commit is contained in:
Alexis Hildebrandt
2024-06-09 23:07:45 +02:00
parent bf995e3641
commit 755b915a15
6503 changed files with 6778 additions and 6777 deletions
@@ -338,7 +338,7 @@ in with passthru; stdenv.mkDerivation ({
meta = {
homepage = "http://python.org";
description = "A high-level dynamically-typed programming language";
description = "High-level dynamically-typed programming language";
longDescription = ''
Python is a remarkably powerful dynamic programming language that
is used in a wide variety of application domains. Some of its key
@@ -654,7 +654,7 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
"https://docs.python.org/release/${version}/whatsnew/changelog.html"
else
"https://docs.python.org/${majorMinor}/whatsnew/changelog.html#python-${dashedVersion}";
description = "A high-level dynamically-typed programming language";
description = "High-level dynamically-typed programming language";
longDescription = ''
Python is a remarkably powerful dynamic programming language that
is used in a wide variety of application domains. Some of its key