ffmpeg: add myself to maintainers

😣
This commit is contained in:
Emily
2024-07-29 11:06:59 +01:00
parent 6921160271
commit 801cacf89b
@@ -907,7 +907,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 jopejoe1 ];
maintainers = with maintainers; [ atemu jopejoe1 emily ];
mainProgram = "ffmpeg";
};
} // lib.optionalAttrs withCudaLLVM {