Skip to content

Commit a36c8c9

Browse files
authored
maintainers: remove 48cf, sanana -> lzcunt (#385342)
2 parents 8d8d8cf + 91042af commit a36c8c9

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

maintainers/maintainer-list.nix

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,6 @@
242242
name = "Kenzie";
243243
keys = [ { fingerprint = "D292 365E 3C46 A5AA 75EE B30B 78DB 7EDE 3540 794B"; } ];
244244
};
245-
_48cf = {
246-
name = "czapek";
247-
email = "[email protected]";
248-
github = "48cf";
249-
githubId = 32851089;
250-
};
251245
_4ever2 = {
252246
email = "[email protected]";
253247
github = "4ever2";
@@ -14012,6 +14006,14 @@
1401214006
githubId = 39707188;
1401314007
name = "Lynn Dong";
1401414008
};
14009+
lzcunt = {
14010+
email = "[email protected]";
14011+
github = "lzcunt";
14012+
githubId = 40492846;
14013+
keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ];
14014+
matrix = "@sananatheskenana:matrix.org";
14015+
name = "sanana the skenana";
14016+
};
1401514017
m00wl = {
1401614018
name = "Moritz Lumme";
1401714019
email = "[email protected]";
@@ -20793,13 +20795,6 @@
2079320795
githubId = 34161949;
2079420796
keys = [ { fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B"; } ];
2079520797
};
20796-
sanana = {
20797-
email = "[email protected]";
20798-
github = "lunabunja";
20799-
githubId = 40492846;
20800-
keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ];
20801-
name = "sanana the skenana";
20802-
};
2080320798
sander = {
2080420799
email = "[email protected]";
2080520800
github = "svanderburg";

pkgs/by-name/fr/freesweep/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ stdenv.mkDerivation {
6060
mainProgram = "freesweep";
6161
homepage = "https://github.com/rwestlund/freesweep";
6262
license = lib.licenses.gpl2Only;
63-
maintainers = with lib.maintainers; [ sanana ];
63+
maintainers = with lib.maintainers; [ lzcunt ];
6464
platforms = lib.platforms.unix;
6565
};
6666
}

pkgs/by-name/li/limine/package.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ stdenv.mkDerivation {
109109
licenses.zlib # tinf
110110
];
111111
maintainers = [
112-
maintainers._48cf
112+
maintainers.lzcunt
113113
maintainers.phip1611
114-
maintainers.sanana
115114
maintainers.surfaceflinger
116115
];
117116
};

0 commit comments

Comments
 (0)