Unverified Commit 7fde11a0 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

maintainers: remove j0lol (#471517)

parents d38686f2 756f0f03
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ let
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [
      cig0
      j0lol
      keysmashes
    ];
    platforms = [
+1 −4
Original line number Diff line number Diff line
@@ -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