From 774420e45690b5b3fc46e93e1752ee101fdc455e Mon Sep 17 00:00:00 2001 From: Jason Yundt Date: Tue, 31 Jan 2023 16:17:56 -0500 Subject: [PATCH] ecwolf: add jayman2000 as maintainer --- pkgs/games/ecwolf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/ecwolf/default.nix b/pkgs/games/ecwolf/default.nix index e4da23d2fbcc..b5f0c5152c18 100644 --- a/pkgs/games/ecwolf/default.nix +++ b/pkgs/games/ecwolf/default.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { description = "Enhanched SDL-based port of Wolfenstein 3D for various platforms"; homepage = "https://maniacsvault.net/ecwolf/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ sander ]; + maintainers = with maintainers; [ jayman2000 sander ]; platforms = platforms.all; # On Darwin, the linker fails to find a bunch of symbols. broken = stdenv.isDarwin;