Loading pkgs/by-name/me/meshoptimizer/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; }; Loading Loading
pkgs/by-name/me/meshoptimizer/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; }; Loading