tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: remove chattered
no github account linked
ajs124
3 years ago
fd75d8c2
a111cc0c
+4
-8
5 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
games
angband
default.nix
keeperrl
default.nix
tome4
default.nix
tools
misc
scanmem
default.nix
-4
maintainers/maintainer-list.nix
reviewed
···
2162
2162
githubId = 89596;
2163
2163
name = "Florian Friesdorf";
2164
2164
};
2165
2165
-
chattered = {
2166
2166
-
email = "me@philscotted.com";
2167
2167
-
name = "Phil Scott";
2168
2168
-
};
2169
2165
chekoopa = {
2170
2166
email = "chekoopa@mail.ru";
2171
2167
github = "chekoopa";
+1
-1
pkgs/games/angband/default.nix
reviewed
···
31
31
meta = with lib; {
32
32
homepage = "https://angband.github.io/angband";
33
33
description = "A single-player roguelike dungeon exploration game";
34
34
-
maintainers = [ maintainers.chattered ];
34
34
+
maintainers = [ ];
35
35
license = licenses.gpl2;
36
36
};
37
37
}
+1
-1
pkgs/games/keeperrl/default.nix
reviewed
···
68
68
description = "A dungeon management rogue-like";
69
69
homepage = "https://keeperrl.com/";
70
70
license = licenses.gpl2;
71
71
-
maintainers = with maintainers; [ chattered ];
71
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
reviewed
···
70
70
description = "Tales of Maj'eyal (rogue-like game)";
71
71
homepage = "https://te4.org/";
72
72
license = licenses.gpl3;
73
73
-
maintainers = with maintainers; [ chattered peterhoeg ];
73
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
reviewed
···
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
23
-
maintainers = [ maintainers.chattered ];
23
23
+
maintainers = [ ];
24
24
platforms = platforms.linux;
25
25
license = licenses.gpl3;
26
26
};