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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user