maintainers: add olduser101 (#495328)

This commit is contained in:
Yohann Boniface
2026-02-28 22:52:55 +00:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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";
+1 -1
View File
@@ -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;
};