Loading pkgs/tools/networking/openapi-generator-cli/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
pkgs/tools/networking/openapi-generator-cli/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading