SDL_mixer: remove lovek323
See https://github.com/NixOS/nixpkgs/issues/290642.
This commit is contained in:
parent
aca1dd0ea1
commit
d55409b930
@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
description = "SDL multi-channel audio mixer library";
|
description = "SDL multi-channel audio mixer library";
|
||||||
homepage = "http://www.libsdl.org/projects/SDL_mixer/";
|
homepage = "http://www.libsdl.org/projects/SDL_mixer/";
|
||||||
maintainers = lib.teams.sdl.members
|
maintainers = lib.teams.sdl.members
|
||||||
++ (with lib.maintainers; [ lovek323 ]);
|
++ (with lib.maintainers; [ ]);
|
||||||
license = lib.licenses.zlib;
|
license = lib.licenses.zlib;
|
||||||
inherit (SDL.meta) platforms;
|
inherit (SDL.meta) platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user