vscode-extensions.davidlday.languagetool-linter: styling fixup
This commit is contained in:
parent
cc57077ac5
commit
cfcabdb268
1 changed files with 2 additions and 3 deletions
|
@ -414,9 +414,8 @@ let
|
|||
sha256 = "sha256-AYINgq1BMfh7p4xhwSC2Www6dQvyQAGTA45HJsmMGDg=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "LanguageTool integration for VS Code.";
|
||||
downloadPage =
|
||||
"https://marketplace.visualstudio.com/items?itemName=davidlday.languagetool-linter";
|
||||
description = "LanguageTool integration for VS Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=davidlday.languagetool-linter";
|
||||
homepage = "https://github.com/davidlday/vscode-languagetool-linter";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ebbertd ];
|
||||
|
|
Loading…
Reference in a new issue