openapi-generator-cli: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-13 09:31:25 +02:00 committed by GitHub
parent e1ec0f3a9b
commit 2e121a25dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,9 +31,10 @@ let this = stdenv.mkDerivation rec {
meta = with lib; {
description = "Allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec";
homepage = "https://github.com/OpenAPITools/openapi-generator";
changelog = "https://github.com/OpenAPITools/openapi-generator/releases/tag/v${version}";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
maintainers = [ maintainers.shou ];
maintainers = with maintainers; [ shou ];
};
passthru.tests.example = callPackage ./example.nix {