vscode-extensions.42crunch.vscode-openapi: 4.27.0 -> 4.33.1 and fix license (#396424)
This commit is contained in:
@@ -90,15 +90,15 @@ let
|
|||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
publisher = "42Crunch";
|
publisher = "42Crunch";
|
||||||
name = "vscode-openapi";
|
name = "vscode-openapi";
|
||||||
version = "4.27.0";
|
version = "4.33.1";
|
||||||
hash = "sha256-urXGyHpIDWQ0Bc+8LODC0DcEo6jQ5tA/QptyxCej9yU=";
|
hash = "sha256-iq0UpVaZMOzh4NIRPLk49ciFuO4A6PDSEMe1KKhfSxA=";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://marketplace.visualstudio.com/items/42Crunch.vscode-openapi/changelog";
|
changelog = "https://marketplace.visualstudio.com/items/42Crunch.vscode-openapi/changelog";
|
||||||
description = "Visual Studio Code extension with rich support for the OpenAPI Specification (OAS)";
|
description = "Visual Studio Code extension with rich support for the OpenAPI Specification (OAS)";
|
||||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi";
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi";
|
||||||
homepage = "https://github.com/42Crunch/vscode-openapi";
|
homepage = "https://github.com/42Crunch/vscode-openapi";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.agpl3Only;
|
||||||
maintainers = [ lib.maintainers.benhiemer ];
|
maintainers = [ lib.maintainers.benhiemer ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user