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:
@@ -23,7 +23,7 @@ buildNpmPackage rec {
|
||||
dontNpmBuild = true;
|
||||
|
||||
meta = {
|
||||
description = "A little language that compiles into JavaScript";
|
||||
description = "Little language that compiles into JavaScript";
|
||||
homepage = "https://github.com/jashkenas/coffeescript";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "coffee";
|
||||
|
||||
Reference in New Issue
Block a user