Unverified Commit a5ded0b0 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #284772 from SuperSandro2000/drop-scubed2

maintainers: drop inactive scubed2
parents 8131c739 8700612e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -16806,12 +16806,6 @@
      fingerprint = "E173 237A C782 296D 98F5  ADAC E13D FD4B 4712 7951";
    }];
  };
  scubed2 = {
    email = "scubed2@gmail.com";
    github = "scubed2";
    githubId = 7401858;
    name = "Sterling Stein";
  };
  sdier = {
    email = "scott@dier.name";
    matrix = "@sdier:matrix.org";
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "http://www.fceux.com/";
    description = "A Nintendo Entertainment System (NES) Emulator";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ sbruder scubed2 ];
    maintainers = with maintainers; [ sbruder ];
    platforms = platforms.linux;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
      gpl3                   # Game engine
      unfreeRedistributable  # Game assets, freeware
    ];
    maintainers = [ lib.maintainers.scubed2 ];
    maintainers = [ ];
    homepage = "https://github.com/nxengine/nxengine-evo";
    platforms = lib.platforms.linux;
  };