maintainers: add olduser101 (#495328)
This commit is contained in:
@@ -19872,6 +19872,13 @@
|
||||
githubId = 20923;
|
||||
name = "Erik Timan";
|
||||
};
|
||||
olduser101 = {
|
||||
email = "nathan.j.gill@outlook.com";
|
||||
github = "OldUser101";
|
||||
githubId = 64069240;
|
||||
matrix = "@olduser101:matrix.org";
|
||||
name = "Nathan Gill";
|
||||
};
|
||||
olebedev = {
|
||||
email = "ole6edev@gmail.com";
|
||||
github = "olebedev";
|
||||
|
||||
@@ -241,7 +241,7 @@ stdenvUsed.mkDerivation (finalAttrs: {
|
||||
homepage = "http://nethack.org/";
|
||||
license = lib.licenses.ngpl;
|
||||
platforms = if x11Mode then lib.platforms.linux else lib.platforms.unix;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ olduser101 ];
|
||||
mainProgram = "nethack";
|
||||
broken = if qtMode then stdenv.hostPlatform.isDarwin else false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user