Merge pull request #307583 from Artturin/retiremp2e

maintainers: retire inactive `MP2E`

authored by Jörg Thalheim and committed by GitHub f7dcbd94 3438be8f

+13 -21
-6
maintainers/maintainer-list.nix
··· 13582 githubId = 20026143; 13583 name = "Katona László"; 13584 }; 13585 - MP2E = { 13586 - email = "MP2E@archlinux.us"; 13587 - github = "MP2E"; 13588 - githubId = 167708; 13589 - name = "Cray Elliott"; 13590 - }; 13591 mpcsh = { 13592 email = "m@mpc.sh"; 13593 github = "mpcsh";
··· 13582 githubId = 20026143; 13583 name = "Katona László"; 13584 }; 13585 mpcsh = { 13586 email = "m@mpc.sh"; 13587 github = "mpcsh";
-1
maintainers/team-list.nix
··· 524 members = [ 525 aanderse 526 edwtjo 527 - MP2E 528 thiagokokada 529 ]; 530 scope = "Maintain Libretro, RetroArch and related packages.";
··· 524 members = [ 525 aanderse 526 edwtjo 527 thiagokokada 528 ]; 529 scope = "Maintain Libretro, RetroArch and related packages.";
-1
pkgs/applications/emulators/dolphin-emu/default.nix
··· 202 license = licenses.gpl2Plus; 203 platforms = platforms.unix; 204 maintainers = with maintainers; [ 205 - MP2E 206 ashkitten 207 ivar 208 ];
··· 202 license = licenses.gpl2Plus; 203 platforms = platforms.unix; 204 maintainers = with maintainers; [ 205 ashkitten 206 ivar 207 ];
+1 -1
pkgs/applications/emulators/dolphin-emu/primehack.nix
··· 143 homepage = "https://github.com/shiiion/dolphin"; 144 description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8"; 145 license = licenses.gpl2Plus; 146 - maintainers = with maintainers; [ MP2E ashkitten Madouura ]; 147 broken = stdenv.isDarwin; 148 platforms = platforms.unix; 149 };
··· 143 homepage = "https://github.com/shiiion/dolphin"; 144 description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8"; 145 license = licenses.gpl2Plus; 146 + maintainers = with maintainers; [ ashkitten Madouura ]; 147 broken = stdenv.isDarwin; 148 platforms = platforms.unix; 149 };
+1 -1
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 60 downloadPage = "https://discordapp.com/download"; 61 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 62 license = licenses.unfree; 63 - maintainers = with maintainers; [ MP2E Scrumplex artturin infinidoge jopejoe1 ]; 64 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; 65 mainProgram = "discord"; 66 };
··· 60 downloadPage = "https://discordapp.com/download"; 61 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 62 license = licenses.unfree; 63 + maintainers = with maintainers; [ Scrumplex artturin infinidoge jopejoe1 ]; 64 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; 65 mainProgram = "discord"; 66 };
+1 -1
pkgs/applications/video/obs-studio/default.nix
··· 198 video content, efficiently 199 ''; 200 homepage = "https://obsproject.com"; 201 - maintainers = with maintainers; [ eclairevoyant jb55 MP2E materus fpletz ]; 202 license = with licenses; [ gpl2Plus ] ++ optional withFdk fraunhofer-fdk; 203 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; 204 mainProgram = "obs";
··· 198 video content, efficiently 199 ''; 200 homepage = "https://obsproject.com"; 201 + maintainers = with maintainers; [ eclairevoyant jb55 materus fpletz ]; 202 license = with licenses; [ gpl2Plus ] ++ optional withFdk fraunhofer-fdk; 203 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; 204 mainProgram = "obs";
+1 -1
pkgs/development/libraries/SDL2_mixer/default.nix
··· 68 description = "SDL multi-channel audio mixer library"; 69 platforms = platforms.unix; 70 homepage = "https://github.com/libsdl-org/SDL_mixer"; 71 - maintainers = with maintainers; [ MP2E ]; 72 license = licenses.zlib; 73 }; 74 }
··· 68 description = "SDL multi-channel audio mixer library"; 69 platforms = platforms.unix; 70 homepage = "https://github.com/libsdl-org/SDL_mixer"; 71 + maintainers = with maintainers; [ ]; 72 license = licenses.zlib; 73 }; 74 }
+1 -1
pkgs/development/libraries/SDL2_net/default.nix
··· 24 description = "SDL multiplatform networking library"; 25 homepage = "https://www.libsdl.org/projects/SDL_net"; 26 license = licenses.zlib; 27 - maintainers = with maintainers; [ MP2E ]; 28 platforms = platforms.unix; 29 }; 30 }
··· 24 description = "SDL multiplatform networking library"; 25 homepage = "https://www.libsdl.org/projects/SDL_net"; 26 license = licenses.zlib; 27 + maintainers = with maintainers; [ ]; 28 platforms = platforms.unix; 29 }; 30 }
+1 -1
pkgs/games/doom-ports/chocolate-doom/default.nix
··· 44 license = lib.licenses.gpl2Plus; 45 platforms = lib.platforms.unix; 46 hydraPlatforms = lib.platforms.linux; # darwin times out 47 - maintainers = with lib.maintainers; [ MP2E ]; 48 }; 49 }
··· 44 license = lib.licenses.gpl2Plus; 45 platforms = lib.platforms.unix; 46 hydraPlatforms = lib.platforms.linux; # darwin times out 47 + maintainers = with lib.maintainers; [ ]; 48 }; 49 }
+1 -1
pkgs/games/doom-ports/dhewm3/default.nix
··· 40 description = "Doom 3 port to SDL"; 41 mainProgram = "dhewm3"; 42 license = lib.licenses.gpl3; 43 - maintainers = with maintainers; [ MP2E ]; 44 platforms = with platforms; linux; 45 }; 46 }
··· 40 description = "Doom 3 port to SDL"; 41 mainProgram = "dhewm3"; 42 license = lib.licenses.gpl3; 43 + maintainers = with maintainers; [ ]; 44 platforms = with platforms; linux; 45 }; 46 }
+1 -1
pkgs/games/doom-ports/doomseeker/default.nix
··· 30 mainProgram = "doomseeker"; 31 license = licenses.gpl2; 32 platforms = platforms.unix; 33 - maintainers = [ maintainers.MP2E ]; 34 }; 35 }
··· 30 mainProgram = "doomseeker"; 31 license = licenses.gpl2; 32 platforms = platforms.unix; 33 + maintainers = [ ]; 34 }; 35 }
+1 -1
pkgs/games/doom-ports/eternity-engine/default.nix
··· 27 mainProgram = "eternity"; 28 license = lib.licenses.gpl3; 29 platforms = lib.platforms.linux; 30 - maintainers = with lib.maintainers; [ MP2E ]; 31 }; 32 }
··· 27 mainProgram = "eternity"; 28 license = lib.licenses.gpl3; 29 platforms = lib.platforms.linux; 30 + maintainers = with lib.maintainers; [ ]; 31 }; 32 }
+1 -1
pkgs/games/doom-ports/odamex/default.nix
··· 49 description = "A client/server port for playing old-school Doom online"; 50 license = lib.licenses.gpl2Only; 51 platforms = lib.platforms.unix; 52 - maintainers = with lib.maintainers; [ MP2E ]; 53 }; 54 }
··· 49 description = "A client/server port for playing old-school Doom online"; 50 license = lib.licenses.gpl2Only; 51 platforms = lib.platforms.unix; 52 + maintainers = with lib.maintainers; [ ]; 53 }; 54 }
+1 -1
pkgs/games/doom-ports/zandronum/alpha/default.nix
··· 96 meta = with lib; { 97 homepage = "https://zandronum.com/"; 98 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software"; 99 - maintainers = with maintainers; [ lassulus MP2E ]; 100 license = licenses.sleepycat; 101 platforms = platforms.linux; 102 };
··· 96 meta = with lib; { 97 homepage = "https://zandronum.com/"; 98 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software"; 99 + maintainers = with maintainers; [ lassulus ]; 100 license = licenses.sleepycat; 101 platforms = platforms.linux; 102 };
+1 -1
pkgs/games/doom-ports/zandronum/default.nix
··· 97 homepage = "https://zandronum.com/"; 98 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software"; 99 mainProgram = "zandronum-server"; 100 - maintainers = with maintainers; [ lassulus MP2E ]; 101 license = licenses.sleepycat; 102 platforms = platforms.linux; 103 };
··· 97 homepage = "https://zandronum.com/"; 98 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software"; 99 mainProgram = "zandronum-server"; 100 + maintainers = with maintainers; [ lassulus ]; 101 license = licenses.sleepycat; 102 platforms = platforms.linux; 103 };
+1 -1
pkgs/os-specific/linux/mwprocapture/default.nix
··· 60 homepage = "https://www.magewell.com/"; 61 description = "Linux driver for the Magewell Pro Capture family"; 62 license = licenses.unfreeRedistributable; 63 - maintainers = with maintainers; [ flexiondotorg MP2E ]; 64 platforms = platforms.linux; 65 }; 66 }
··· 60 homepage = "https://www.magewell.com/"; 61 description = "Linux driver for the Magewell Pro Capture family"; 62 license = licenses.unfreeRedistributable; 63 + maintainers = with maintainers; [ flexiondotorg ]; 64 platforms = platforms.linux; 65 }; 66 }