about summary refs log tree commit diff
path: root/pkgs/games/tome4
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:54:27 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:55:00 +0200
commitfd75d8c2d398721d1c75df17e3b1d33d315b88ea (patch)
treeea0c085a5b148ada61a41b87d255d45dca51be78 /pkgs/games/tome4
parenta111cc0c2c82852c8aee1bd02de0cc58dae443a0 (diff)
maintainers: remove chattered
no github account linked
Diffstat (limited to 'pkgs/games/tome4')
-rw-r--r--pkgs/games/tome4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tome4/default.nix b/pkgs/games/tome4/default.nix
index 1f148feb9320a..b732777ed3a81 100644
--- a/pkgs/games/tome4/default.nix
+++ b/pkgs/games/tome4/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
     description = "Tales of Maj'eyal (rogue-like game)";
     homepage = "https://te4.org/";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ chattered peterhoeg ];
+    maintainers = with maintainers; [ peterhoeg ];
     platforms = with platforms; [ "i686-linux" "x86_64-linux" ];
   };
 }