maintainers: remove cge

This commit is contained in:
Constantine Evans 2024-07-16 12:46:45 -04:00 committed by éclairevoyant
parent 63fd15f5e9
commit 577b6a4fc3
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
2 changed files with 1 additions and 11 deletions

View File

@ -3402,16 +3402,6 @@
githubId = 5949913;
name = "Carlos Fernandez Sanz";
};
cge = {
email = "cevans@evanslabs.org";
github = "cgevans";
githubId = 2054509;
name = "Constantine Evans";
keys = [
{ fingerprint = "32B1 6EE7 DBA5 16DE 526E 4C5A B67D B1D2 0A93 A9F9"; }
{ fingerprint = "669C 1D24 5A87 DB34 6BE4 3216 1A1D 58B8 6AE2 AABD"; }
];
};
Ch1keen = {
email = "gihoong7@gmail.com";
github = "Ch1keen";

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
'';
license = lib.licenses.gpl2;
platforms = with lib.platforms; linux ++ darwin;
maintainers = [ lib.maintainers.cge ];
maintainers = [ ];
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
};