maintainers: drop tgunnoe

Banned from the community on 2024-11-09.
This commit is contained in:
Martin Weinelt
2025-02-23 01:43:58 +01:00
parent 6f7bcb6e43
commit a5e6cc2ffe
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -23165,12 +23165,6 @@
github = "tfmoraes";
githubId = 351108;
};
tgunnoe = {
email = "t@gvno.net";
github = "tgunnoe";
githubId = 7254833;
name = "Taylor Gunnoe";
};
tg-x = {
email = "*@tg-x.net";
github = "tg-x";
+1 -1
View File
@@ -115,6 +115,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/JACoders/OpenJK";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ tgunnoe ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -87,6 +87,6 @@ stdenv.mkDerivation rec {
mainProgram = "lzwolf";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ tgunnoe ];
maintainers = with maintainers; [ ];
};
}