maintainers: remove j0lol (#471517)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -51,7 +51,6 @@ let
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
cig0
|
||||
j0lol
|
||||
keysmashes
|
||||
];
|
||||
platforms = [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user