summary refs log tree commit diff
path: root/pkgs/games/tdm
diff options
context:
space:
mode:
authorElmo Todurov <elmo.todurov@eesti.ee>2019-07-26 12:01:10 +0300
committerElmo Todurov <elmo.todurov@eesti.ee>2019-09-15 18:54:36 +0300
commit7cc7645fb0f9c6d6432ba6d72cc4b2774f24e1af (patch)
tree6e98e1d8d66bc0d9b4d153069cbf27c95ccc4fc0 /pkgs/games/tdm
parentc6469ebd8585b71eea8386cd631a7f1b89e24c15 (diff)
downloadnixpkgs-7cc7645fb0f9c6d6432ba6d72cc4b2774f24e1af.tar
nixpkgs-7cc7645fb0f9c6d6432ba6d72cc4b2774f24e1af.tar.gz
nixpkgs-7cc7645fb0f9c6d6432ba6d72cc4b2774f24e1af.tar.bz2
nixpkgs-7cc7645fb0f9c6d6432ba6d72cc4b2774f24e1af.tar.lz
nixpkgs-7cc7645fb0f9c6d6432ba6d72cc4b2774f24e1af.tar.xz
nixpkgs-7cc7645fb0f9c6d6432ba6d72cc4b2774f24e1af.tar.zst
nixpkgs-7cc7645fb0f9c6d6432ba6d72cc4b2774f24e1af.zip
maintainers: renamed myself
Diffstat (limited to 'pkgs/games/tdm')
-rw-r--r--pkgs/games/tdm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tdm/default.nix b/pkgs/games/tdm/default.nix
index 136bac8800e..f0a89adab57 100644
--- a/pkgs/games/tdm/default.nix
+++ b/pkgs/games/tdm/default.nix
@@ -96,7 +96,7 @@ EOF
     description = "The Dark Mod - stealth FPS inspired by the Thief series";
     homepage = "http://www.thedarkmod.com";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ cf6b88f ];
+    maintainers = with maintainers; [ cizra ];
     platforms = with platforms; [ "x86_64-linux" ];  # tdm also supports x86, but I don't have a x86 install at hand to test.
   };
 }