···4949 description = "A client/server port for playing old-school Doom online";
5050 license = lib.licenses.gpl2Only;
5151 platforms = lib.platforms.unix;
5252- maintainers = with lib.maintainers; [ MP2E ];
5252+ maintainers = with lib.maintainers; [ ];
5353 };
5454}
+1-1
pkgs/games/doom-ports/zandronum/alpha/default.nix
···9696 meta = with lib; {
9797 homepage = "https://zandronum.com/";
9898 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
9999- maintainers = with maintainers; [ lassulus MP2E ];
9999+ maintainers = with maintainers; [ lassulus ];
100100 license = licenses.sleepycat;
101101 platforms = platforms.linux;
102102 };
+1-1
pkgs/games/doom-ports/zandronum/default.nix
···9797 homepage = "https://zandronum.com/";
9898 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
9999 mainProgram = "zandronum-server";
100100- maintainers = with maintainers; [ lassulus MP2E ];
100100+ maintainers = with maintainers; [ lassulus ];
101101 license = licenses.sleepycat;
102102 platforms = platforms.linux;
103103 };
+1-1
pkgs/os-specific/linux/mwprocapture/default.nix
···6060 homepage = "https://www.magewell.com/";
6161 description = "Linux driver for the Magewell Pro Capture family";
6262 license = licenses.unfreeRedistributable;
6363- maintainers = with maintainers; [ flexiondotorg MP2E ];
6363+ maintainers = with maintainers; [ flexiondotorg ];
6464 platforms = platforms.linux;
6565 };
6666}