Unverified Commit c55cce8e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

vscode-extensions.42crunch.vscode-openapi: fix meta.changelog url (#514168)

parents 4662b245 3c30eb14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ let
        };
      };

      "42crunch".vscode-openapi = buildVscodeMarketplaceExtension {
      "42crunch".vscode-openapi = buildVscodeMarketplaceExtension rec {
        mktplcRef = {
          publisher = "42Crunch";
          name = "vscode-openapi";
@@ -93,7 +93,7 @@ let
          hash = "sha256-nV7RZpDd+15YmINKrFSIlFurC955bnE4A8esrKWYVnE=";
        };
        meta = {
          changelog = "https://marketplace.visualstudio.com/items/42Crunch.vscode-openapi/changelog";
          changelog = "https://github.com/42Crunch/vscode-openapi/blob/v${mktplcRef.version}/CHANGELOG.md";
          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";