From a1814d2dbf15dcc7950ad8a15c8b2c930633f99c Mon Sep 17 00:00:00 2001 From: arthsmn Date: Mon, 22 Jul 2024 21:12:47 -0300 Subject: [PATCH] ffmpeg: remove arthsmn from the maintainers --- pkgs/development/libraries/ffmpeg/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/ffmpeg/generic.nix b/pkgs/development/libraries/ffmpeg/generic.nix index 6d54d63c6ca8..cb6d5a50b4a0 100644 --- a/pkgs/development/libraries/ffmpeg/generic.nix +++ b/pkgs/development/libraries/ffmpeg/generic.nix @@ -928,7 +928,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 {