Unverified Commit 3effa75f authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

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

ffmpeg: remove arthsmn from the maintainers
parents ce6b68e9 a1814d2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {