maintainers: remove j0lol (#471517)

This commit is contained in:
Michael Daniels
2025-12-17 23:14:00 +00:00
committed by GitHub
3 changed files with 1 additions and 11 deletions
-6
View File
@@ -11551,12 +11551,6 @@
github = "j0hax";
githubId = 3802620;
};
j0lol = {
name = "Jo";
email = "me@j0.lol";
github = "j0lol";
githubId = 24716467;
};
j0xaf = {
email = "j0xaf@j0xaf.de";
name = "Jörn Gersdorf";
-1
View File
@@ -51,7 +51,6 @@ let
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
cig0
j0lol
keysmashes
];
platforms = [
+1 -4
View File
@@ -288,10 +288,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "PC port of Ocarina of Time with modern controls, widescreen, high-resolution, and more";
mainProgram = "soh";
platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = with lib.maintainers; [
j0lol
matteopacini
];
maintainers = with lib.maintainers; [ matteopacini ];
license = with lib.licenses; [
# OTRExporter, OTRGui, ZAPDTR, libultraship
mit