openapi-generator-cli: add booxter as maintainer

This commit is contained in:
Ihar Hrachyshka
2025-09-22 20:50:27 -04:00
parent 26016750ee
commit eea32e0b8b

View File

@@ -57,7 +57,10 @@ let
changelog = "https://github.com/OpenAPITools/openapi-generator/releases/tag/v${version}";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ shou ];
maintainers = with lib.maintainers; [
booxter
shou
];
inherit mainProgram;
};
};