lol

maintainers: remove chattered

no github account linked

ajs124 fd75d8c2 a111cc0c

+4 -8
-4
maintainers/maintainer-list.nix
··· 2162 2162 githubId = 89596; 2163 2163 name = "Florian Friesdorf"; 2164 2164 }; 2165 - chattered = { 2166 - email = "me@philscotted.com"; 2167 - name = "Phil Scott"; 2168 - }; 2169 2165 chekoopa = { 2170 2166 email = "chekoopa@mail.ru"; 2171 2167 github = "chekoopa";
+1 -1
pkgs/games/angband/default.nix
··· 31 31 meta = with lib; { 32 32 homepage = "https://angband.github.io/angband"; 33 33 description = "A single-player roguelike dungeon exploration game"; 34 - maintainers = [ maintainers.chattered ]; 34 + maintainers = [ ]; 35 35 license = licenses.gpl2; 36 36 }; 37 37 }
+1 -1
pkgs/games/keeperrl/default.nix
··· 68 68 description = "A dungeon management rogue-like"; 69 69 homepage = "https://keeperrl.com/"; 70 70 license = licenses.gpl2; 71 - maintainers = with maintainers; [ chattered ]; 71 + maintainers = with maintainers; [ ]; 72 72 # TODO: Add OS X 73 73 platforms = with platforms; [ "i686-linux" "x86_64-linux" ]; 74 74 };
+1 -1
pkgs/games/tome4/default.nix
··· 70 70 description = "Tales of Maj'eyal (rogue-like game)"; 71 71 homepage = "https://te4.org/"; 72 72 license = licenses.gpl3; 73 - maintainers = with maintainers; [ chattered peterhoeg ]; 73 + maintainers = with maintainers; [ peterhoeg ]; 74 74 platforms = with platforms; [ "i686-linux" "x86_64-linux" ]; 75 75 }; 76 76 }
+1 -1
pkgs/tools/misc/scanmem/default.nix
··· 20 20 meta = with lib; { 21 21 homepage = "https://github.com/scanmem/scanmem"; 22 22 description = "Memory scanner for finding and poking addresses in executing processes"; 23 - maintainers = [ maintainers.chattered ]; 23 + maintainers = [ ]; 24 24 platforms = platforms.linux; 25 25 license = licenses.gpl3; 26 26 };