about summary refs log tree commit diff
path: root/pkgs/games/ecwolf
diff options
context:
space:
mode:
authorJason Yundt <jason@jasonyundt.email>2023-01-31 16:17:56 -0500
committerJason Yundt <jason@jasonyundt.email>2023-02-04 13:49:15 -0500
commit774420e45690b5b3fc46e93e1752ee101fdc455e (patch)
treed7fa021635bf70b53e53657b1f0f006cf9feaf92 /pkgs/games/ecwolf
parent33bcd301cd3cfe37c185806390aae6ccc8d07f1a (diff)
ecwolf: add jayman2000 as maintainer
Diffstat (limited to 'pkgs/games/ecwolf')
-rw-r--r--pkgs/games/ecwolf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ecwolf/default.nix b/pkgs/games/ecwolf/default.nix
index e4da23d2fbcc6..b5f0c5152c181 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;