Merge pull request #329281 from arthsmn/ffmpeg-remove-maintainer

ffmpeg: remove arthsmn from the maintainers
This commit is contained in:
éclairevoyant 2024-07-23 01:51:24 +00:00 committed by GitHub
commit 3effa75f8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -934,7 +934,7 @@ stdenv.mkDerivation (finalAttrs: {
platforms = platforms.all;
# See https://github.com/NixOS/nixpkgs/pull/295344#issuecomment-1992263658
broken = stdenv.hostPlatform.isMinGW && stdenv.hostPlatform.is64bit;
maintainers = with maintainers; [ atemu arthsmn jopejoe1 ];
maintainers = with maintainers; [ atemu jopejoe1 ];
mainProgram = "ffmpeg";
};
} // lib.optionalAttrs withCudaLLVM {