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