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

authored by

Pol Dellaiera and committed by
GitHub
a2eb223c 17030fd4

+2 -8
+1 -7
maintainers/maintainer-list.nix
··· 4186 github = "carlthome"; 4187 githubId = 1595907; 4188 }; 4189 - carpinchomug = { 4190 - email = "aki.suda@protonmail.com"; 4191 - github = "carpinchomug"; 4192 - githubId = 101536256; 4193 - name = "Akiyoshi Suda"; 4194 - }; 4195 cartr = { 4196 email = "carter.sande@duodecima.technology"; 4197 github = "cartr"; ··· 23000 seylerius = { 23001 name = "Sable Seyler"; 23002 email = "sable@seyleri.us"; 23003 - github = "seylerius"; 23004 githubId = 1145981; 23005 keys = [ { fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE"; } ]; 23006 };
··· 4186 github = "carlthome"; 4187 githubId = 1595907; 4188 }; 4189 cartr = { 4190 email = "carter.sande@duodecima.technology"; 4191 github = "cartr"; ··· 22994 seylerius = { 22995 name = "Sable Seyler"; 22996 email = "sable@seyleri.us"; 22997 + github = "sableseyler"; 22998 githubId = 1145981; 22999 keys = [ { fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE"; } ]; 23000 };
+1 -1
pkgs/by-name/li/libctl/package.nix
··· 33 mainProgram = "gen-ctl-io"; 34 homepage = "https://github.com/NanoComp/libctl"; 35 license = licenses.gpl2Only; 36 - maintainers = with maintainers; [ carpinchomug ]; 37 }; 38 }
··· 33 mainProgram = "gen-ctl-io"; 34 homepage = "https://github.com/NanoComp/libctl"; 35 license = licenses.gpl2Only; 36 + maintainers = [ ]; 37 }; 38 }