mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
maintainers: remove chattered
no github account linked
This commit is contained in:
parent
a111cc0c2c
commit
fd75d8c2d3
@ -2162,10 +2162,6 @@
|
||||
githubId = 89596;
|
||||
name = "Florian Friesdorf";
|
||||
};
|
||||
chattered = {
|
||||
email = "me@philscotted.com";
|
||||
name = "Phil Scott";
|
||||
};
|
||||
chekoopa = {
|
||||
email = "chekoopa@mail.ru";
|
||||
github = "chekoopa";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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" ];
|
||||
};
|
||||
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user