meshoptimizer: add bouk to maintainers
This commit is contained in:
committed by
GitHub
parent
9461bfbeea
commit
8acb39b5a7
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user