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:
@@ -53,7 +53,7 @@ maven.buildMavenPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Java language server based on v3.0 of the protocol and implemented using the Java compiler API";
|
||||
description = "Java language server based on v3.0 of the protocol and implemented using the Java compiler API";
|
||||
mainProgram = "java-language-server";
|
||||
homepage = "https://github.com/georgewfraser/java-language-server";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user