maintainers: remove 48cf, sanana -> lzcunt (#385342)

This commit is contained in:
jopejoe1 2025-02-27 17:48:58 +00:00 committed by GitHub
commit a36c8c9eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 16 deletions

View File

@ -242,12 +242,6 @@
name = "Kenzie"; name = "Kenzie";
keys = [ { fingerprint = "D292 365E 3C46 A5AA 75EE B30B 78DB 7EDE 3540 794B"; } ]; keys = [ { fingerprint = "D292 365E 3C46 A5AA 75EE B30B 78DB 7EDE 3540 794B"; } ];
}; };
_48cf = {
name = "czapek";
email = "czapek1337@gmail.com";
github = "48cf";
githubId = 32851089;
};
_4ever2 = { _4ever2 = {
email = "eske@cs.au.dk"; email = "eske@cs.au.dk";
github = "4ever2"; github = "4ever2";
@ -14012,6 +14006,14 @@
githubId = 39707188; githubId = 39707188;
name = "Lynn Dong"; name = "Lynn Dong";
}; };
lzcunt = {
email = "umutinanerdogan@proton.me";
github = "lzcunt";
githubId = 40492846;
keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ];
matrix = "@sananatheskenana:matrix.org";
name = "sanana the skenana";
};
m00wl = { m00wl = {
name = "Moritz Lumme"; name = "Moritz Lumme";
email = "moritz.lumme@gmail.com"; email = "moritz.lumme@gmail.com";
@ -20793,13 +20795,6 @@
githubId = 34161949; githubId = 34161949;
keys = [ { fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B"; } ]; keys = [ { fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B"; } ];
}; };
sanana = {
email = "asya@waifu.club";
github = "lunabunja";
githubId = 40492846;
keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ];
name = "sanana the skenana";
};
sander = { sander = {
email = "s.vanderburg@tudelft.nl"; email = "s.vanderburg@tudelft.nl";
github = "svanderburg"; github = "svanderburg";

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation {
mainProgram = "freesweep"; mainProgram = "freesweep";
homepage = "https://github.com/rwestlund/freesweep"; homepage = "https://github.com/rwestlund/freesweep";
license = lib.licenses.gpl2Only; license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ sanana ]; maintainers = with lib.maintainers; [ lzcunt ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -109,9 +109,8 @@ stdenv.mkDerivation {
licenses.zlib # tinf licenses.zlib # tinf
]; ];
maintainers = [ maintainers = [
maintainers._48cf maintainers.lzcunt
maintainers.phip1611 maintainers.phip1611
maintainers.sanana
maintainers.surfaceflinger maintainers.surfaceflinger
]; ];
}; };