mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
SDL2_net: refactor
- add lib.teams.sdl.members - remove @AndersonTorres (since theey will be in the team)
This commit is contained in:
parent
7cd59482fa
commit
aa4a99c7d6
@ -44,7 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/libsdl-org/SDL_net";
|
||||
description = "SDL multiplatform networking library";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||
maintainers = lib.teams.sdl.members
|
||||
++ (with lib.maintainers; [ ]);
|
||||
inherit (SDL2.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user