maintainers: remove chattered

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:54:27 +02:00
parent a111cc0c2c
commit fd75d8c2d3
5 changed files with 4 additions and 8 deletions

View file

@ -2162,10 +2162,6 @@
githubId = 89596;
name = "Florian Friesdorf";
};
chattered = {
email = "me@philscotted.com";
name = "Phil Scott";
};
chekoopa = {
email = "chekoopa@mail.ru";
github = "chekoopa";

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://angband.github.io/angband";
description = "A single-player roguelike dungeon exploration game";
maintainers = [ maintainers.chattered ];
maintainers = [ ];
license = licenses.gpl2;
};
}

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
description = "A dungeon management rogue-like";
homepage = "https://keeperrl.com/";
license = licenses.gpl2;
maintainers = with maintainers; [ chattered ];
maintainers = with maintainers; [ ];
# TODO: Add OS X
platforms = with platforms; [ "i686-linux" "x86_64-linux" ];
};

View file

@ -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" ];
};
}

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/scanmem/scanmem";
description = "Memory scanner for finding and poking addresses in executing processes";
maintainers = [ maintainers.chattered ];
maintainers = [ ];
platforms = platforms.linux;
license = licenses.gpl3;
};