vscode-extensions.42crunch.vscode-openapi: update license gpl3 -> agpl3Only

Set license as in https://github.com/42Crunch/vscode-openapi/blob/v4.33.1/LICENSE.txt
This commit is contained in:
Benedikt Hiemer
2025-04-06 12:40:32 +02:00
parent 299546646c
commit ccd5417905
@@ -98,7 +98,7 @@ let
description = "Visual Studio Code extension with rich support for the OpenAPI Specification (OAS)";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi";
homepage = "https://github.com/42Crunch/vscode-openapi";
license = lib.licenses.gpl3;
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.benhiemer ];
};
};