meshoptimizer: add bouk to maintainers (#358198)

This commit is contained in:
Masum Reza 2024-11-22 23:07:05 +05:30 committed by GitHub
commit 89b870bfb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
description = "Mesh optimization library that makes meshes smaller and faster to render";
homepage = "https://github.com/zeux/meshoptimizer";
license = licenses.mit;
maintainers = [ maintainers.lillycham ];
maintainers = with maintainers; [ bouk lillycham ];
platforms = platforms.all;
mainProgram = "gltfpack";
};