blender: add myself as maintainer

Have done quite a few commits to this package, and most of the recent
bumps, so I suppose it makes sense, especially given only one
maintainer currently.
This commit is contained in:
Andrew Marshall 2024-08-22 11:44:47 -04:00
parent d1938c997c
commit 9218a080e9

View File

@ -427,7 +427,10 @@ stdenv.mkDerivation (finalAttrs: {
];
# the current apple sdk is too old (currently 11_0) and fails to build "metal" on x86_64-darwin
broken = stdenv.hostPlatform.system == "x86_64-darwin";
maintainers = with lib.maintainers; [ veprbl ];
maintainers = with lib.maintainers; [
amarshall
veprbl
];
mainProgram = "blender";
};
})