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:
@@ -82,7 +82,7 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A Visual Studio Code extension with rich support for the Python language";
|
||||
description = "Visual Studio Code extension with rich support for the Python language";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.python";
|
||||
homepage = "https://github.com/Microsoft/vscode-python";
|
||||
changelog = "https://github.com/microsoft/vscode-python/releases";
|
||||
|
||||
Reference in New Issue
Block a user