maintainers: fix out-of-date github accounts (#432818)

This commit is contained in:
Pol Dellaiera
2025-08-11 19:40:35 +02:00
committed by GitHub
2 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -4186,12 +4186,6 @@
github = "carlthome";
githubId = 1595907;
};
carpinchomug = {
email = "aki.suda@protonmail.com";
github = "carpinchomug";
githubId = 101536256;
name = "Akiyoshi Suda";
};
cartr = {
email = "carter.sande@duodecima.technology";
github = "cartr";
@@ -23000,7 +22994,7 @@
seylerius = {
name = "Sable Seyler";
email = "sable@seyleri.us";
github = "seylerius";
github = "sableseyler";
githubId = 1145981;
keys = [ { fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE"; } ];
};
+1 -1
View File
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
mainProgram = "gen-ctl-io";
homepage = "https://github.com/NanoComp/libctl";
license = licenses.gpl2Only;
maintainers = with maintainers; [ carpinchomug ];
maintainers = [ ];
};
}