maintainers: drop inactive scubed2

This commit is contained in:
Sandro Jäckel 2024-01-29 14:35:18 +01:00
parent 6c4a1e1db7
commit 8700612e7e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 2 additions and 8 deletions

View File

@ -16790,12 +16790,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";

View File

@ -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;
};
})

View File

@ -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;
};