meshoptimizer: add bouk to maintainers (#358198)
This commit is contained in:
commit
89b870bfb6
@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
|
|||||||
description = "Mesh optimization library that makes meshes smaller and faster to render";
|
description = "Mesh optimization library that makes meshes smaller and faster to render";
|
||||||
homepage = "https://github.com/zeux/meshoptimizer";
|
homepage = "https://github.com/zeux/meshoptimizer";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.lillycham ];
|
maintainers = with maintainers; [ bouk lillycham ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
mainProgram = "gltfpack";
|
mainProgram = "gltfpack";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user