Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintainers: retire inactive MP2E #307583

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13576,12 +13576,6 @@
githubId = 20026143;
name = "Katona László";
};
MP2E = {
email = "[email protected]";
github = "MP2E";
githubId = 167708;
name = "Cray Elliott";
};
mpcsh = {
email = "[email protected]";
github = "mpcsh";
Expand Down
1 change: 0 additions & 1 deletion maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ with lib.maintainers; {
members = [
aanderse
edwtjo
MP2E
thiagokokada
];
scope = "Maintain Libretro, RetroArch and related packages.";
Expand Down
1 change: 0 additions & 1 deletion pkgs/applications/emulators/dolphin-emu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [
MP2E
ashkitten
ivar
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/emulators/dolphin-emu/primehack.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/shiiion/dolphin";
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ MP2E ashkitten Madouura ];
maintainers = with maintainers; [ ashkitten Madouura ];
broken = stdenv.isDarwin;
platforms = platforms.unix;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let
downloadPage = "https://discordapp.com/download";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
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" ];
mainProgram = "discord";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/video/obs-studio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ stdenv.mkDerivation (finalAttrs: {
video content, efficiently
'';
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;
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
mainProgram = "obs";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/SDL2_mixer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
description = "SDL multi-channel audio mixer library";
platforms = platforms.unix;
homepage = "https://github.com/libsdl-org/SDL_mixer";
maintainers = with maintainers; [ MP2E ];
maintainers = with maintainers; [ ];
license = licenses.zlib;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/SDL2_net/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "SDL multiplatform networking library";
homepage = "https://www.libsdl.org/projects/SDL_net";
license = licenses.zlib;
maintainers = with maintainers; [ MP2E ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/games/doom-ports/chocolate-doom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
hydraPlatforms = lib.platforms.linux; # darwin times out
maintainers = with lib.maintainers; [ MP2E ];
maintainers = with lib.maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/games/doom-ports/dhewm3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
description = "Doom 3 port to SDL";
mainProgram = "dhewm3";
license = lib.licenses.gpl3;
maintainers = with maintainers; [ MP2E ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/games/doom-ports/doomseeker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ stdenv.mkDerivation {
mainProgram = "doomseeker";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.MP2E ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/games/doom-ports/eternity-engine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
mainProgram = "eternity";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ MP2E ];
maintainers = with lib.maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/games/doom-ports/odamex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
description = "A client/server port for playing old-school Doom online";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ MP2E ];
maintainers = with lib.maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/games/doom-ports/zandronum/alpha/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://zandronum.com/";
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;
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/doom-ports/zandronum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
homepage = "https://zandronum.com/";
description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
mainProgram = "zandronum-server";
maintainers = with maintainers; [ lassulus MP2E ];
maintainers = with maintainers; [ lassulus ];
license = licenses.sleepycat;
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/mwprocapture/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.magewell.com/";
description = "Linux driver for the Magewell Pro Capture family";
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ flexiondotorg MP2E ];
maintainers = with maintainers; [ flexiondotorg ];
platforms = platforms.linux;
};
}