meshoptimizer: add bouk to maintainers

This commit is contained in:
Bouke van der Bijl
2024-11-22 17:54:39 +01:00
committed by GitHub
parent 9461bfbeea
commit 8acb39b5a7

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";
};