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