Merge pull request #307583 from Artturin/retiremp2e
maintainers: retire inactive `MP2E`
This commit is contained in:
commit
f7dcbd94c9
16 changed files with 13 additions and 21 deletions
|
@ -13582,12 +13582,6 @@
|
||||||
githubId = 20026143;
|
githubId = 20026143;
|
||||||
name = "Katona László";
|
name = "Katona László";
|
||||||
};
|
};
|
||||||
MP2E = {
|
|
||||||
email = "MP2E@archlinux.us";
|
|
||||||
github = "MP2E";
|
|
||||||
githubId = 167708;
|
|
||||||
name = "Cray Elliott";
|
|
||||||
};
|
|
||||||
mpcsh = {
|
mpcsh = {
|
||||||
email = "m@mpc.sh";
|
email = "m@mpc.sh";
|
||||||
github = "mpcsh";
|
github = "mpcsh";
|
||||||
|
|
|
@ -524,7 +524,6 @@ with lib.maintainers; {
|
||||||
members = [
|
members = [
|
||||||
aanderse
|
aanderse
|
||||||
edwtjo
|
edwtjo
|
||||||
MP2E
|
|
||||||
thiagokokada
|
thiagokokada
|
||||||
];
|
];
|
||||||
scope = "Maintain Libretro, RetroArch and related packages.";
|
scope = "Maintain Libretro, RetroArch and related packages.";
|
||||||
|
|
|
@ -202,7 +202,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
MP2E
|
|
||||||
ashkitten
|
ashkitten
|
||||||
ivar
|
ivar
|
||||||
];
|
];
|
||||||
|
|
|
@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/shiiion/dolphin";
|
homepage = "https://github.com/shiiion/dolphin";
|
||||||
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
|
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ MP2E ashkitten Madouura ];
|
maintainers = with maintainers; [ ashkitten Madouura ];
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
|
@ -60,7 +60,7 @@ let
|
||||||
downloadPage = "https://discordapp.com/download";
|
downloadPage = "https://discordapp.com/download";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ MP2E Scrumplex artturin infinidoge jopejoe1 ];
|
maintainers = with maintainers; [ Scrumplex artturin infinidoge jopejoe1 ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||||
mainProgram = "discord";
|
mainProgram = "discord";
|
||||||
};
|
};
|
||||||
|
|
|
@ -198,7 +198,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
video content, efficiently
|
video content, efficiently
|
||||||
'';
|
'';
|
||||||
homepage = "https://obsproject.com";
|
homepage = "https://obsproject.com";
|
||||||
maintainers = with maintainers; [ eclairevoyant jb55 MP2E materus fpletz ];
|
maintainers = with maintainers; [ eclairevoyant jb55 materus fpletz ];
|
||||||
license = with licenses; [ gpl2Plus ] ++ optional withFdk fraunhofer-fdk;
|
license = with licenses; [ gpl2Plus ] ++ optional withFdk fraunhofer-fdk;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
|
||||||
mainProgram = "obs";
|
mainProgram = "obs";
|
||||||
|
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "SDL multi-channel audio mixer library";
|
description = "SDL multi-channel audio mixer library";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
homepage = "https://github.com/libsdl-org/SDL_mixer";
|
homepage = "https://github.com/libsdl-org/SDL_mixer";
|
||||||
maintainers = with maintainers; [ MP2E ];
|
maintainers = with maintainers; [ ];
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "SDL multiplatform networking library";
|
description = "SDL multiplatform networking library";
|
||||||
homepage = "https://www.libsdl.org/projects/SDL_net";
|
homepage = "https://www.libsdl.org/projects/SDL_net";
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
maintainers = with maintainers; [ MP2E ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
hydraPlatforms = lib.platforms.linux; # darwin times out
|
hydraPlatforms = lib.platforms.linux; # darwin times out
|
||||||
maintainers = with lib.maintainers; [ MP2E ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Doom 3 port to SDL";
|
description = "Doom 3 port to SDL";
|
||||||
mainProgram = "dhewm3";
|
mainProgram = "dhewm3";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = with maintainers; [ MP2E ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation {
|
||||||
mainProgram = "doomseeker";
|
mainProgram = "doomseeker";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.MP2E ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||||
mainProgram = "eternity";
|
mainProgram = "eternity";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ MP2E ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A client/server port for playing old-school Doom online";
|
description = "A client/server port for playing old-school Doom online";
|
||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ MP2E ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://zandronum.com/";
|
homepage = "https://zandronum.com/";
|
||||||
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
|
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
|
||||||
maintainers = with maintainers; [ lassulus MP2E ];
|
maintainers = with maintainers; [ lassulus ];
|
||||||
license = licenses.sleepycat;
|
license = licenses.sleepycat;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://zandronum.com/";
|
homepage = "https://zandronum.com/";
|
||||||
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
|
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
|
||||||
mainProgram = "zandronum-server";
|
mainProgram = "zandronum-server";
|
||||||
maintainers = with maintainers; [ lassulus MP2E ];
|
maintainers = with maintainers; [ lassulus ];
|
||||||
license = licenses.sleepycat;
|
license = licenses.sleepycat;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.magewell.com/";
|
homepage = "https://www.magewell.com/";
|
||||||
description = "Linux driver for the Magewell Pro Capture family";
|
description = "Linux driver for the Magewell Pro Capture family";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ flexiondotorg MP2E ];
|
maintainers = with maintainers; [ flexiondotorg ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue