SDL_mixer: remove lovek323

See https://github.com/NixOS/nixpkgs/issues/290642.
This commit is contained in:
Anderson Torres 2024-05-10 20:09:04 -03:00
parent aca1dd0ea1
commit d55409b930

View File

@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "SDL multi-channel audio mixer library";
homepage = "http://www.libsdl.org/projects/SDL_mixer/";
maintainers = lib.teams.sdl.members
++ (with lib.maintainers; [ lovek323 ]);
++ (with lib.maintainers; [ ]);
license = lib.licenses.zlib;
inherit (SDL.meta) platforms;
};