mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
maintainers: add libretro team, use it in retroarch/libretro
This commit is contained in:
parent
8a8ea9bacd
commit
0eadc3bbf2
@ -364,6 +364,17 @@ with lib.maintainers; {
|
||||
shortName = "Kodi";
|
||||
};
|
||||
|
||||
libretro = {
|
||||
members = [
|
||||
aanderse
|
||||
edwtjo
|
||||
MP2E
|
||||
thiagokokada
|
||||
];
|
||||
scope = "Maintain Libretro, RetroArch and related packages.";
|
||||
shortName = "Libretro";
|
||||
};
|
||||
|
||||
linux-kernel = {
|
||||
members = [
|
||||
TredwellGit
|
||||
|
@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
||||
|
||||
{
|
||||
name = "retroarch";
|
||||
meta = with pkgs.lib.maintainers; { maintainers = [ j0hax ]; };
|
||||
meta = with pkgs.lib; { maintainers = teams.libretro.members ++ [ maintainers.j0hax ]; };
|
||||
|
||||
nodes.machine = { ... }:
|
||||
|
||||
|
@ -112,7 +112,7 @@ let
|
||||
meta = with lib; {
|
||||
inherit broken description license platforms;
|
||||
homepage = "https://www.libretro.com/";
|
||||
maintainers = with maintainers; [ edwtjo hrdinka MP2E thiagokokada ];
|
||||
maintainers = with maintainers; teams.libretro.members ++ [ hrdinka ];
|
||||
};
|
||||
}) // builtins.removeAttrs args [ "core" "src" "description" "license" "makeFlags" ]
|
||||
);
|
||||
|
@ -144,6 +144,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
changelog = "https://github.com/libretro/RetroArch/blob/v${version}/CHANGES.md";
|
||||
maintainers = with maintainers; [ MP2E edwtjo matthewbauer kolbycrouch thiagokokada ];
|
||||
maintainers = with maintainers; teams.libretro.members ++ [ matthewbauer kolbycrouch ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user