Merge pull request #140136 from rnhmjoj/matrix-ids

maintainers/maintainers-list: add Matrix IDs

authored by Michele Guerini Rocco and committed by GitHub dd7cbf0c d5b67885

+146 -1
+4
lib/tests/maintainers.nix
··· 16 email = lib.mkOption { 17 type = types.str; 18 }; 19 github = lib.mkOption { 20 type = types.nullOr types.str; 21 default = null;
··· 16 email = lib.mkOption { 17 type = types.str; 18 }; 19 + matrix = lib.mkOption { 20 + type = types.nullOr types.str; 21 + default = null; 22 + }; 23 github = lib.mkOption { 24 type = types.nullOr types.str; 25 default = null;
+142 -1
maintainers/maintainer-list.nix
··· 6 email = "address@example.org"; 7 8 # Optional 9 github = "GithubUsername"; 10 githubId = your-github-id; 11 keys = [{ ··· 19 20 - `handle` is the handle you are going to use in nixpkgs expressions, 21 - `name` is your, preferably real, name, 22 - - `email` is your maintainer email address, and 23 - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/<userhandle>`), 24 - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/<userhandle>`, 25 - `keys` is a list of your PGP/GPG key IDs and fingerprints. ··· 56 }; 57 _0x4A6F = { 58 email = "mail-maintainer@0x4A6F.dev"; 59 name = "Joachim Ernst"; 60 github = "0x4A6F"; 61 githubId = 9675338; ··· 118 }; 119 aanderse = { 120 email = "aaron@fosslib.net"; 121 github = "aanderse"; 122 githubId = 7755101; 123 name = "Aaron Andersen"; 124 }; 125 aaronjanse = { 126 email = "aaron@ajanse.me"; 127 github = "aaronjanse"; 128 githubId = 16829510; 129 name = "Aaron Janse"; ··· 242 }; 243 addict3d = { 244 email = "nickbathum@gmail.com"; 245 github = "addict3d"; 246 githubId = 49227; 247 name = "Nick Bathum"; 248 }; 249 adisbladis = { 250 email = "adisbladis@gmail.com"; 251 github = "adisbladis"; 252 githubId = 63286; 253 name = "Adam Hose"; ··· 362 }; 363 ajs124 = { 364 email = "nix@ajs124.de"; 365 github = "ajs124"; 366 githubId = 1229027; 367 name = "Andreas Schrägle"; ··· 948 }; 949 asbachb = { 950 email = "asbachb-nixpkgs-5c2a@impl.it"; 951 github = "asbachb"; 952 githubId = 1482768; 953 name = "Benjamin Asbach"; ··· 1118 }; 1119 artturin = { 1120 email = "artturin@artturin.com"; 1121 github = "artturin"; 1122 githubId = 56650223; 1123 name = "Artturi N"; ··· 1154 }; 1155 bachp = { 1156 email = "pascal.bach@nextrem.ch"; 1157 github = "bachp"; 1158 githubId = 333807; 1159 name = "Pascal Bach"; ··· 1228 }; 1229 bb010g = { 1230 email = "me@bb010g.com"; 1231 github = "bb010g"; 1232 githubId = 340132; 1233 name = "Brayden Banks"; ··· 1288 }; 1289 bendlas = { 1290 email = "herwig@bendlas.net"; 1291 github = "bendlas"; 1292 githubId = 214787; 1293 name = "Herwig Hochleitner"; ··· 1334 }; 1335 berberman = { 1336 email = "berberman@yandex.com"; 1337 github = "berberman"; 1338 githubId = 26041945; 1339 name = "Potato Hatsue"; ··· 1440 }; 1441 blitz = { 1442 email = "js@alien8.de"; 1443 github = "blitz"; 1444 githubId = 37907; 1445 name = "Julian Stecklina"; ··· 1477 bobby285271 = { 1478 name = "Bobby Rong"; 1479 email = "rjl931189261@126.com"; 1480 github = "bobby285271"; 1481 githubId = 20080233; 1482 }; ··· 1628 }; 1629 buckley310 = { 1630 email = "sean.bck@gmail.com"; 1631 github = "buckley310"; 1632 githubId = 2379774; 1633 name = "Sean Buckley"; ··· 1807 }; 1808 cdepillabout = { 1809 email = "cdep.illabout@gmail.com"; 1810 github = "cdepillabout"; 1811 githubId = 64804; 1812 name = "Dennis Gosnell"; ··· 2021 }; 2022 chvp = { 2023 email = "nixpkgs@cvpetegem.be"; 2024 github = "chvp"; 2025 githubId = 42220376; 2026 name = "Charlotte Van Petegem"; ··· 2085 }; 2086 cleverca22 = { 2087 email = "cleverca22@gmail.com"; 2088 github = "cleverca22"; 2089 githubId = 848609; 2090 name = "Michael Bishop"; ··· 2155 }; 2156 colemickens = { 2157 email = "cole.mickens@gmail.com"; 2158 github = "colemickens"; 2159 githubId = 327028; 2160 name = "Cole Mickens"; ··· 2168 cole-h = { 2169 name = "Cole Helbling"; 2170 email = "cole.e.helbling@outlook.com"; 2171 github = "cole-h"; 2172 githubId = 28582702; 2173 keys = [{ ··· 2271 }; 2272 CRTified = { 2273 email = "carl.schneider+nixos@rub.de"; 2274 github = "CRTified"; 2275 githubId = 2440581; 2276 name = "Carl Richard Theodor Schneider"; ··· 2349 }; 2350 cyplo = { 2351 email = "nixos@cyplo.dev"; 2352 github = "cyplo"; 2353 githubId = 217899; 2354 name = "Cyryl Płotnicki"; ··· 2411 }; 2412 dandellion = { 2413 email = "daniel@dodsorf.as"; 2414 github = "dali99"; 2415 githubId = 990767; 2416 name = "Daniel Olsen"; ··· 2459 }; 2460 das_j = { 2461 email = "janne@hess.ooo"; 2462 github = "dasJ"; 2463 githubId = 4971975; 2464 name = "Janne Heß"; ··· 2503 }; 2504 davidak = { 2505 email = "post@davidak.de"; 2506 github = "davidak"; 2507 githubId = 91113; 2508 name = "David Kleuker"; ··· 2867 }; 2868 dotlambda = { 2869 email = "rschuetz17@gmail.com"; 2870 github = "dotlambda"; 2871 githubId = 6806011; 2872 name = "Robert Schütz"; ··· 2940 drupol = { 2941 name = "Pol Dellaiera"; 2942 email = "pol.dellaiera@protonmail.com"; 2943 github = "drupol"; 2944 githubId = 252042; 2945 keys = [{ ··· 3003 }; 3004 dywedir = { 3005 email = "dywedir@gra.red"; 3006 github = "dywedir"; 3007 githubId = 399312; 3008 name = "Vladyslav M."; ··· 3211 }; 3212 eliasp = { 3213 email = "mail@eliasprobst.eu"; 3214 github = "eliasp"; 3215 githubId = 48491; 3216 name = "Elias Probst"; ··· 3271 }; 3272 emmanuelrosa = { 3273 email = "emmanuel_rosa@aol.com"; 3274 github = "emmanuelrosa"; 3275 githubId = 13485450; 3276 name = "Emmanuel Rosa"; ··· 3351 }; 3352 ereslibre = { 3353 email = "ereslibre@ereslibre.es"; 3354 github = "ereslibre"; 3355 githubId = 8706; 3356 name = "Rafael Fernández López"; ··· 3375 }; 3376 ericson2314 = { 3377 email = "John.Ericson@Obsidian.Systems"; 3378 github = "ericson2314"; 3379 githubId = 1055245; 3380 name = "John Ericson"; ··· 3459 }; 3460 etu = { 3461 email = "elis@hirwing.se"; 3462 github = "etu"; 3463 githubId = 461970; 3464 name = "Elis Hirwing"; ··· 3476 evalexpr = { 3477 name = "Jonathan Wilkins"; 3478 email = "nixos@wilkins.tech"; 3479 github = "evalexpr"; 3480 githubId = 23485511; 3481 keys = [{ ··· 3545 }; 3546 expipiplus1 = { 3547 email = "nix@monoid.al"; 3548 github = "expipiplus1"; 3549 githubId = 857308; 3550 name = "Joe Hermaszewski"; ··· 3557 }; 3558 eyjhb = { 3559 email = "eyjhbb@gmail.com"; 3560 github = "eyJhb"; 3561 githubId = 25955146; 3562 name = "eyJhb"; ··· 3575 }; 3576 fab = { 3577 email = "mail@fabian-affolter.ch"; 3578 name = "Fabian Affolter"; 3579 github = "fabaff"; 3580 githubId = 116184; ··· 3661 }; 3662 felschr = { 3663 email = "dev@felschr.com"; 3664 github = "felschr"; 3665 githubId = 3314323; 3666 name = "Felix Tenley"; ··· 3677 }; 3678 fgaz = { 3679 email = "fgaz@fgaz.me"; 3680 github = "fgaz"; 3681 githubId = 8182846; 3682 name = "Francesco Gazzetta"; 3683 }; 3684 figsoda = { 3685 email = "figsoda@pm.me"; 3686 github = "figsoda"; 3687 githubId = 40620903; 3688 name = "figsoda"; ··· 3801 }; 3802 fortuneteller2k = { 3803 email = "lythe1107@gmail.com"; 3804 github = "fortuneteller2k"; 3805 githubId = 20619776; 3806 name = "fortuneteller2k"; ··· 4041 }; 4042 ggpeti = { 4043 email = "ggpeti@gmail.com"; 4044 github = "ggpeti"; 4045 githubId = 3217744; 4046 name = "Peter Ferenczy"; ··· 4274 gytis-ivaskevicius = { 4275 name = "Gytis Ivaskevicius"; 4276 email = "me@gytis.io"; 4277 github = "gytis-ivaskevicius"; 4278 githubId = 23264966; 4279 }; ··· 4319 }; 4320 happysalada = { 4321 email = "raphael@megzari.com"; 4322 github = "happysalada"; 4323 githubId = 5317234; 4324 name = "Raphael Megzari"; ··· 4349 }; 4350 hax404 = { 4351 email = "hax404foogit@hax404.de"; 4352 github = "hax404"; 4353 githubId = 1379411; 4354 name = "Georg Haas"; ··· 4425 }; 4426 hexa = { 4427 email = "hexa@darmstadt.ccc.de"; 4428 github = "mweinelt"; 4429 githubId = 131599; 4430 name = "Martin Weinelt"; ··· 4543 }; 4544 hoverbear = { 4545 email = "operator+nix@hoverbear.org"; 4546 github = "hoverbear"; 4547 githubId = 130903; 4548 name = "Ana Hobden"; ··· 4631 }; 4632 iammrinal0 = { 4633 email = "nixpkgs@mrinalpurohit.in"; 4634 github = "iammrinal0"; 4635 githubId = 890062; 4636 name = "Mrinal"; ··· 4662 icy-thought = { 4663 name = "Icy-Thought"; 4664 email = "gilganyx@pm.me"; 4665 github = "Icy-Thought"; 4666 githubId = 53710398; 4667 }; ··· 4769 }; 4770 immae = { 4771 email = "ismael@bouya.org"; 4772 github = "immae"; 4773 githubId = 510202; 4774 name = "Ismaël Bouya"; ··· 4781 }; 4782 infinisil = { 4783 email = "contact@infinisil.com"; 4784 github = "infinisil"; 4785 githubId = 20525370; 4786 name = "Silvan Mosberger"; ··· 4798 irenes = { 4799 name = "Irene Knapp"; 4800 email = "ireneista@gmail.com"; 4801 github = "IreneKnapp"; 4802 githubId = 157678; 4803 keys = [{ ··· 5027 }; 5028 jbedo = { 5029 email = "cu@cua0.org"; 5030 github = "jbedo"; 5031 githubId = 372912; 5032 name = "Justin Bedő"; ··· 5158 jfroche = { 5159 name = "Jean-François Roche"; 5160 email = "jfroche@pyxel.be"; 5161 github = "jfroche"; 5162 githubId = 207369; 5163 keys = [{ ··· 5233 }; 5234 jk = { 5235 email = "hello+nixpkgs@j-k.io"; 5236 github = "06kellyjac"; 5237 githubId = 9866621; 5238 name = "Jack"; ··· 5333 }; 5334 joepie91 = { 5335 email = "admin@cryto.net"; 5336 name = "Sven Slootweg"; 5337 github = "joepie91"; 5338 githubId = 1663259; ··· 5388 jojosch = { 5389 name = "Johannes Schleifenbaum"; 5390 email = "johannes@js-webcoding.de"; 5391 github = "jojosch"; 5392 githubId = 327488; 5393 keys = [{ ··· 5426 }; 5427 jonringer = { 5428 email = "jonringer117@gmail.com"; 5429 github = "jonringer"; 5430 githubId = 7673602; 5431 name = "Jonathan Ringer"; ··· 5498 }; 5499 jschievink = { 5500 email = "jonasschievink@gmail.com"; 5501 github = "jonas-schievink"; 5502 githubId = 1786438; 5503 name = "Jonas Schievink"; ··· 5532 }; 5533 jtojnar = { 5534 email = "jtojnar@gmail.com"; 5535 github = "jtojnar"; 5536 githubId = 705123; 5537 name = "Jan Tojnar"; ··· 5654 }; 5655 kalbasit = { 5656 email = "wael.nasreddine@gmail.com"; 5657 github = "kalbasit"; 5658 githubId = 87115; 5659 name = "Wael Nasreddine"; ··· 5744 }; 5745 kevincox = { 5746 email = "kevincox@kevincox.ca"; 5747 github = "kevincox"; 5748 githubId = 494012; 5749 name = "Kevin Cox"; ··· 5844 }; 5845 kirelagin = { 5846 email = "kirelagin@gmail.com"; 5847 github = "kirelagin"; 5848 githubId = 451835; 5849 name = "Kirill Elagin"; ··· 5898 }; 5899 kloenk = { 5900 email = "me@kloenk.de"; 5901 name = "Finn Behrens"; 5902 github = "kloenk"; 5903 githubId = 12898828; ··· 6111 }; 6112 l-as = { 6113 email = "las@protonmail.ch"; 6114 github = "L-as"; 6115 githubId = 22075344; 6116 keys = [{ ··· 6121 }; 6122 l3af = { 6123 email = "L3afMeAlon3@gmail.com"; 6124 github = "L3afMe"; 6125 githubId = 72546287; 6126 name = "L3af"; ··· 6161 }; 6162 lassulus = { 6163 email = "lassulus@gmail.com"; 6164 github = "Lassulus"; 6165 githubId = 621759; 6166 name = "Lassulus"; ··· 6222 }; 6223 ldesgoui = { 6224 email = "ldesgoui@gmail.com"; 6225 github = "ldesgoui"; 6226 githubId = 2472678; 6227 name = "Lucas Desgouilles"; ··· 6264 }; 6265 legendofmiracles = { 6266 email = "legendofmiracles@protonmail.com"; 6267 github = "legendofmiracles"; 6268 githubId = 30902201; 6269 name = "legendofmiracles"; ··· 6312 }; 6313 lewo = { 6314 email = "lewo@abesis.fr"; 6315 github = "nlewo"; 6316 githubId = 3425311; 6317 name = "Antoine Eiche"; ··· 6510 }; 6511 lovesegfault = { 6512 email = "meurerbernardo@gmail.com"; 6513 github = "lovesegfault"; 6514 githubId = 7243783; 6515 name = "Bernardo Meurer"; ··· 6536 }; 6537 lschuermann = { 6538 email = "leon.git@is.currently.online"; 6539 github = "lschuermann"; 6540 githubId = 5341193; 6541 name = "Leon Schuermann"; ··· 6612 }; 6613 lukegb = { 6614 email = "nix@lukegb.com"; 6615 github = "lukegb"; 6616 githubId = 246745; 6617 name = "Luke Granger-Brown"; ··· 6630 }; 6631 lunik1 = { 6632 email = "ch.nixpkgs@themaw.xyz"; 6633 github = "lunik1"; 6634 githubId = 13547699; 6635 name = "Corin Hoad"; ··· 6678 }; 6679 ma27 = { 6680 email = "maximilian@mbosch.me"; 6681 github = "ma27"; 6682 githubId = 6025220; 6683 name = "Maximilian Bosch"; ··· 6768 }; 6769 manveru = { 6770 email = "m.fellinger@gmail.com"; 6771 github = "manveru"; 6772 githubId = 3507; 6773 name = "Michael Fellinger"; 6774 }; 6775 maralorn = { 6776 email = "malte.brandy@maralorn.de"; 6777 github = "maralorn"; 6778 githubId = 1651325; 6779 name = "Malte Brandy"; ··· 6912 }; 6913 matthiasbeyer = { 6914 email = "mail@beyermatthias.de"; 6915 github = "matthiasbeyer"; 6916 githubId = 427866; 6917 name = "Matthias Beyer"; ··· 7194 }; 7195 mic92 = { 7196 email = "joerg@thalheim.io"; 7197 github = "mic92"; 7198 githubId = 96200; 7199 name = "Jörg Thalheim"; ··· 7241 }; 7242 midchildan = { 7243 email = "git@midchildan.org"; 7244 github = "midchildan"; 7245 githubId = 7343721; 7246 name = "midchildan"; ··· 7347 }; 7348 mjlbach = { 7349 email = "m.j.lbach@gmail.com"; 7350 github = "mjlbach"; 7351 githubId = 13316262; 7352 name = "Michael Lingelbach"; ··· 7387 }; 7388 mkg20001 = { 7389 email = "mkg20001+nix@gmail.com"; 7390 github = "mkg20001"; 7391 githubId = 7735145; 7392 name = "Maciej Krüger"; ··· 7717 }; 7718 mvnetbiz = { 7719 email = "mvnetbiz@gmail.com"; 7720 github = "mvnetbiz"; 7721 githubId = 6455574; 7722 name = "Matt Votava"; ··· 7803 }; 7804 ncfavier = { 7805 email = "n@monade.li"; 7806 github = "ncfavier"; 7807 githubId = 4323933; 7808 name = "Naïm Favier"; ··· 7894 }; 7895 nh2 = { 7896 email = "mail@nh2.me"; 7897 github = "nh2"; 7898 githubId = 399535; 7899 name = "Niklas Hambüchen"; ··· 7980 }; 7981 ninjatrappeur = { 7982 email = "felix@alternativebit.fr"; 7983 github = "ninjatrappeur"; 7984 githubId = 1219785; 7985 name = "Félix Baylac-Jacqué"; ··· 8034 }; 8035 nixinator = { 8036 email = "33lockdown33@protonmail.com"; 8037 github = "nixinator"; 8038 githubId = 66913205; 8039 name = "Rick Sanchez"; ··· 8082 }; 8083 noneucat = { 8084 email = "andy@lolc.at"; 8085 github = "noneucat"; 8086 githubId = 40049608; 8087 name = "Andy Chun"; ··· 8124 }; 8125 nrdxp = { 8126 email = "tim.deh@pm.me"; 8127 github = "nrdxp"; 8128 githubId = 34083928; 8129 name = "Tim DeHerrera"; ··· 8165 numkem = { 8166 name = "Sebastien Bariteau"; 8167 email = "numkem@numkem.org"; 8168 github = "numkem"; 8169 githubId = 332423; 8170 }; ··· 8206 }; 8207 obfusk = { 8208 email = "flx@obfusk.net"; 8209 github = "obfusk"; 8210 githubId = 1260687; 8211 name = "Felix C. Stegerman"; ··· 8400 }; 8401 pacman99 = { 8402 email = "pachum99@gmail.com"; 8403 github = "Pacman99"; 8404 githubId = 16345849; 8405 name = "Parthiv Seetharaman"; ··· 8560 }; 8561 petabyteboy = { 8562 email = "milan@petabyte.dev"; 8563 github = "petabyteboy"; 8564 githubId = 3250809; 8565 name = "Milan Pässler"; ··· 8657 piegames = { 8658 name = "piegames"; 8659 email = "nix@piegames.de"; 8660 github = "piegamesde"; 8661 githubId = 14054505; 8662 }; ··· 8904 }; 8905 primeos = { 8906 email = "dev.primeos@gmail.com"; 8907 github = "primeos"; 8908 githubId = 7537109; 8909 name = "Michael Weiss"; ··· 8972 }; 8973 psibi = { 8974 email = "sibi@psibi.in"; 8975 github = "psibi"; 8976 githubId = 737477; 8977 name = "Sibi Prabakaran"; 8978 }; 8979 pstn = { 8980 email = "philipp@xndr.de"; 8981 name = "Philipp Steinpaß"; 8982 }; 8983 pSub = { ··· 9024 }; 9025 putchar = { 9026 email = "slim.cadoux@gmail.com"; 9027 github = "putchar"; 9028 githubId = 8208767; 9029 name = "Slim Cadoux"; ··· 9094 }; 9095 raboof = { 9096 email = "arnout@bzzt.net"; 9097 github = "raboof"; 9098 githubId = 131856; 9099 name = "Arnout Engelen"; ··· 9124 }; 9125 ralith = { 9126 email = "ben.e.saunders@gmail.com"; 9127 github = "ralith"; 9128 githubId = 104558; 9129 name = "Benjamin Saunders"; ··· 9363 risson = { 9364 name = "Marc Schmitt"; 9365 email = "marc.schmitt@risson.space"; 9366 github = "rissson"; 9367 githubId = 18313093; 9368 keys = [ ··· 9420 }; 9421 rmcgibbo = { 9422 email = "rmcgibbo@gmail.com"; 9423 github = "rmcgibbo"; 9424 githubId = 641278; 9425 name = "Robert T. McGibbon"; ··· 9466 }; 9467 roberth = { 9468 email = "nixpkgs@roberthensing.nl"; 9469 github = "roberth"; 9470 githubId = 496447; 9471 name = "Robert Hensing"; ··· 9726 }; 9727 s1341 = { 9728 email = "s1341@shmarya.net"; 9729 name = "Shmarya Rubenstein"; 9730 github = "s1341"; 9731 githubId = 5682183; ··· 9778 }; 9779 samueldr = { 9780 email = "samuel@dionne-riel.com"; 9781 github = "samueldr"; 9782 githubId = 132835; 9783 name = "Samuel Dionne-Riel"; ··· 9918 }; 9919 Scriptkiddi = { 9920 email = "nixos@scriptkiddi.de"; 9921 github = "scriptkiddi"; 9922 githubId = 3598650; 9923 name = "Fritz Otlinghaus"; ··· 9930 }; 9931 sdier = { 9932 email = "scott@dier.name"; 9933 github = "sdier"; 9934 githubId = 11613056; 9935 name = "Scott Dier"; ··· 10198 }; 10199 siraben = { 10200 email = "bensiraphob@gmail.com"; 10201 github = "siraben"; 10202 githubId = 8219659; 10203 name = "Siraphob Phipathananunth"; ··· 10270 }; 10271 SlothOfAnarchy = { 10272 email = "slothofanarchy1@gmail.com"; 10273 github = "SlothOfAnarchy"; 10274 githubId = 12828415; 10275 name = "Michel Weitbrecht"; ··· 10344 }; 10345 solson = { 10346 email = "scott@solson.me"; 10347 github = "solson"; 10348 githubId = 26806; 10349 name = "Scott Olson"; ··· 10396 }; 10397 spencerjanssen = { 10398 email = "spencerjanssen@gmail.com"; 10399 github = "spencerjanssen"; 10400 githubId = 2600039; 10401 name = "Spencer Janssen"; ··· 10444 }; 10445 srhb = { 10446 email = "sbrofeldt@gmail.com"; 10447 github = "srhb"; 10448 githubId = 219362; 10449 name = "Sarah Brofeldt"; ··· 10480 }; 10481 stephank = { 10482 email = "nix@stephank.nl"; 10483 github = "stephank"; 10484 githubId = 89950; 10485 name = "Stéphan Kochen"; ··· 10611 superherointj = { 10612 name = "Sérgio G."; 10613 email = "5861043+superherointj@users.noreply.github.com"; 10614 github = "superherointj"; 10615 githubId = 5861043; 10616 }; 10617 SuperSandro2000 = { 10618 email = "sandro.jaeckel@gmail.com"; 10619 github = "SuperSandro2000"; 10620 githubId = 7258858; 10621 name = "Sandro Jäckel"; ··· 10700 }; 10701 symphorien = { 10702 email = "symphorien_nixpkgs@xlumurb.eu"; 10703 github = "symphorien"; 10704 githubId = 12595971; 10705 name = "Guillaume Girol"; ··· 10788 }; 10789 taktoa = { 10790 email = "taktoa@gmail.com"; 10791 github = "taktoa"; 10792 githubId = 553443; 10793 name = "Remy Goldschmidt"; ··· 10806 }; 10807 talyz = { 10808 email = "kim.lindberger@gmail.com"; 10809 github = "talyz"; 10810 githubId = 63433; 10811 name = "Kim Lindberger"; ··· 10914 }; 10915 tfc = { 10916 email = "jacek@galowicz.de"; 10917 github = "tfc"; 10918 githubId = 29044; 10919 name = "Jacek Galowicz"; ··· 11008 }; 11009 thibautmarty = { 11010 email = "github@thibautmarty.fr"; 11011 github = "ThibautMarty"; 11012 githubId = 3268082; 11013 name = "Thibaut Marty"; ··· 11148 }; 11149 tnias = { 11150 email = "phil@grmr.de"; 11151 github = "tnias"; 11152 githubId = 9853194; 11153 name = "Philipp Bartsch"; ··· 11194 }; 11195 tomberek = { 11196 email = "tomberek@gmail.com"; 11197 github = "tomberek"; 11198 githubId = 178444; 11199 name = "Thomas Bereknyei"; ··· 11212 }; 11213 toonn = { 11214 email = "nixpkgs@toonn.io"; 11215 github = "toonn"; 11216 githubId = 1486805; 11217 name = "Toon Nolten"; ··· 11414 }; 11415 unode = { 11416 email = "alves.rjc@gmail.com"; 11417 github = "unode"; 11418 githubId = 122319; 11419 name = "Renato Alves"; ··· 11474 }; 11475 vaibhavsagar = { 11476 email = "vaibhavsagar@gmail.com"; 11477 github = "vaibhavsagar"; 11478 githubId = 1525767; 11479 name = "Vaibhav Sagar"; ··· 11492 }; 11493 valodim = { 11494 email = "look@my.amazin.horse"; 11495 github = "valodim"; 11496 githubId = 27813; 11497 name = "Vincent Breitmoser"; ··· 11552 name = "Vladimír Čunát"; 11553 # vcunat@gmail.com predominated in commits before 2019/03 11554 email = "v@cunat.cz"; 11555 github = "vcunat"; 11556 githubId = 1785925; 11557 keys = [{ ··· 11988 }; 11989 xe = { 11990 email = "me@christine.website"; 11991 github = "Xe"; 11992 githubId = 529003; 11993 name = "Christine Dodrill"; ··· 12006 }; 12007 xfix = { 12008 email = "konrad@borowski.pw"; 12009 github = "xfix"; 12010 githubId = 1297598; 12011 name = "Konrad Borowski"; ··· 12078 }; 12079 yayayayaka = { 12080 email = "nixpkgs@uwu.is"; 12081 github = "yayayayaka"; 12082 githubId = 73759599; 12083 name = "Lara A."; ··· 12120 }; 12121 yorickvp = { 12122 email = "yorickvanpelt@gmail.com"; 12123 github = "yorickvp"; 12124 githubId = 647076; 12125 name = "Yorick van Pelt"; ··· 12160 }; 12161 yuka = { 12162 email = "yuka@yuka.dev"; 12163 github = "yu-re-ka"; 12164 githubId = 86169957; 12165 name = "Yureka"; 12166 }; 12167 yusdacra = { 12168 email = "y.bera003.06@protonmail.com"; 12169 github = "yusdacra"; 12170 githubId = 19897088; 12171 name = "Yusuf Bera Ertan"; ··· 12268 }; 12269 zhaofengli = { 12270 email = "hello@zhaofeng.li"; 12271 github = "zhaofengli"; 12272 githubId = 2189609; 12273 name = "Zhaofeng Li"; ··· 12483 fzakaria = { 12484 name = "Farid Zakaria"; 12485 email = "farid.m.zakaria@gmail.com"; 12486 github = "fzakaria"; 12487 githubId = 605070; 12488 }; ··· 12501 hmenke = { 12502 name = "Henri Menke"; 12503 email = "henri@henrimenke.de"; 12504 github = "hmenke"; 12505 githubId = 1903556; 12506 keys = [{ ··· 12567 princemachiavelli = { 12568 name = "Josh Hoffer"; 12569 email = "jhoffer@sansorgan.es"; 12570 github = "princemachiavelli"; 12571 githubId = 2730968; 12572 keys = [{ ··· 12607 zeri = { 12608 name = "zeri"; 12609 email = "68825133+zeri42@users.noreply.github.com"; 12610 github = "zeri42"; 12611 githubId = 68825133; 12612 };
··· 6 email = "address@example.org"; 7 8 # Optional 9 + matrix = "@user:example.org"; 10 github = "GithubUsername"; 11 githubId = your-github-id; 12 keys = [{ ··· 20 21 - `handle` is the handle you are going to use in nixpkgs expressions, 22 - `name` is your, preferably real, name, 23 + - `email` is your maintainer email address, 24 + - `matrix` is your Matrix user ID, 25 - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/<userhandle>`), 26 - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/<userhandle>`, 27 - `keys` is a list of your PGP/GPG key IDs and fingerprints. ··· 58 }; 59 _0x4A6F = { 60 email = "mail-maintainer@0x4A6F.dev"; 61 + matrix = "@0x4a6f:matrix.org"; 62 name = "Joachim Ernst"; 63 github = "0x4A6F"; 64 githubId = 9675338; ··· 121 }; 122 aanderse = { 123 email = "aaron@fosslib.net"; 124 + matrix = "@aanderse:nixos.dev"; 125 github = "aanderse"; 126 githubId = 7755101; 127 name = "Aaron Andersen"; 128 }; 129 aaronjanse = { 130 email = "aaron@ajanse.me"; 131 + matrix = "@aaronjanse:matrix.org"; 132 github = "aaronjanse"; 133 githubId = 16829510; 134 name = "Aaron Janse"; ··· 247 }; 248 addict3d = { 249 email = "nickbathum@gmail.com"; 250 + matrix = "@nbathum:matrix.org"; 251 github = "addict3d"; 252 githubId = 49227; 253 name = "Nick Bathum"; 254 }; 255 adisbladis = { 256 email = "adisbladis@gmail.com"; 257 + matrix = "@adis:blad.is"; 258 github = "adisbladis"; 259 githubId = 63286; 260 name = "Adam Hose"; ··· 369 }; 370 ajs124 = { 371 email = "nix@ajs124.de"; 372 + matrix = "@andreas.schraegle:helsinki-systems.de"; 373 github = "ajs124"; 374 githubId = 1229027; 375 name = "Andreas Schrägle"; ··· 956 }; 957 asbachb = { 958 email = "asbachb-nixpkgs-5c2a@impl.it"; 959 + matrix = "@asbachb:matrix.org"; 960 github = "asbachb"; 961 githubId = 1482768; 962 name = "Benjamin Asbach"; ··· 1127 }; 1128 artturin = { 1129 email = "artturin@artturin.com"; 1130 + matrix = "@artturin:matrix.org"; 1131 github = "artturin"; 1132 githubId = 56650223; 1133 name = "Artturi N"; ··· 1164 }; 1165 bachp = { 1166 email = "pascal.bach@nextrem.ch"; 1167 + matrix = "@bachp:matrix.org"; 1168 github = "bachp"; 1169 githubId = 333807; 1170 name = "Pascal Bach"; ··· 1239 }; 1240 bb010g = { 1241 email = "me@bb010g.com"; 1242 + matrix = "@bb010g:matrix.org"; 1243 github = "bb010g"; 1244 githubId = 340132; 1245 name = "Brayden Banks"; ··· 1300 }; 1301 bendlas = { 1302 email = "herwig@bendlas.net"; 1303 + matrix = "@bendlas:matrix.org"; 1304 github = "bendlas"; 1305 githubId = 214787; 1306 name = "Herwig Hochleitner"; ··· 1347 }; 1348 berberman = { 1349 email = "berberman@yandex.com"; 1350 + matrix = "@berberman:mozilla.org"; 1351 github = "berberman"; 1352 githubId = 26041945; 1353 name = "Potato Hatsue"; ··· 1454 }; 1455 blitz = { 1456 email = "js@alien8.de"; 1457 + matrix = "@js:ukvly.org"; 1458 github = "blitz"; 1459 githubId = 37907; 1460 name = "Julian Stecklina"; ··· 1492 bobby285271 = { 1493 name = "Bobby Rong"; 1494 email = "rjl931189261@126.com"; 1495 + matrix = "@bobby285271:matrix.org"; 1496 github = "bobby285271"; 1497 githubId = 20080233; 1498 }; ··· 1644 }; 1645 buckley310 = { 1646 email = "sean.bck@gmail.com"; 1647 + matrix = "@buckley310:matrix.org"; 1648 github = "buckley310"; 1649 githubId = 2379774; 1650 name = "Sean Buckley"; ··· 1824 }; 1825 cdepillabout = { 1826 email = "cdep.illabout@gmail.com"; 1827 + matrix = "@cdepillabout:matrix.org"; 1828 github = "cdepillabout"; 1829 githubId = 64804; 1830 name = "Dennis Gosnell"; ··· 2039 }; 2040 chvp = { 2041 email = "nixpkgs@cvpetegem.be"; 2042 + matrix = "@charlotte:vanpetegem.me"; 2043 github = "chvp"; 2044 githubId = 42220376; 2045 name = "Charlotte Van Petegem"; ··· 2104 }; 2105 cleverca22 = { 2106 email = "cleverca22@gmail.com"; 2107 + matrix = "@cleverca22:matrix.org"; 2108 github = "cleverca22"; 2109 githubId = 848609; 2110 name = "Michael Bishop"; ··· 2175 }; 2176 colemickens = { 2177 email = "cole.mickens@gmail.com"; 2178 + matrix = "@colemickens:matrix.org"; 2179 github = "colemickens"; 2180 githubId = 327028; 2181 name = "Cole Mickens"; ··· 2189 cole-h = { 2190 name = "Cole Helbling"; 2191 email = "cole.e.helbling@outlook.com"; 2192 + matrix = "@cole-h:matrix.org"; 2193 github = "cole-h"; 2194 githubId = 28582702; 2195 keys = [{ ··· 2293 }; 2294 CRTified = { 2295 email = "carl.schneider+nixos@rub.de"; 2296 + matrix = "@schnecfk:ruhr-uni-bochum.de"; 2297 github = "CRTified"; 2298 githubId = 2440581; 2299 name = "Carl Richard Theodor Schneider"; ··· 2372 }; 2373 cyplo = { 2374 email = "nixos@cyplo.dev"; 2375 + matrix = "@cyplo:cyplo.dev"; 2376 github = "cyplo"; 2377 githubId = 217899; 2378 name = "Cyryl Płotnicki"; ··· 2435 }; 2436 dandellion = { 2437 email = "daniel@dodsorf.as"; 2438 + matrix = "@dandellion:dodsorf.as"; 2439 github = "dali99"; 2440 githubId = 990767; 2441 name = "Daniel Olsen"; ··· 2484 }; 2485 das_j = { 2486 email = "janne@hess.ooo"; 2487 + matrix = "@janne.hess:helsinki-systems.de"; 2488 github = "dasJ"; 2489 githubId = 4971975; 2490 name = "Janne Heß"; ··· 2529 }; 2530 davidak = { 2531 email = "post@davidak.de"; 2532 + matrix = "@davidak:matrix.org"; 2533 github = "davidak"; 2534 githubId = 91113; 2535 name = "David Kleuker"; ··· 2894 }; 2895 dotlambda = { 2896 email = "rschuetz17@gmail.com"; 2897 + matrix = "@robert:funklause.de"; 2898 github = "dotlambda"; 2899 githubId = 6806011; 2900 name = "Robert Schütz"; ··· 2968 drupol = { 2969 name = "Pol Dellaiera"; 2970 email = "pol.dellaiera@protonmail.com"; 2971 + matrix = "@drupol:matrix.org"; 2972 github = "drupol"; 2973 githubId = 252042; 2974 keys = [{ ··· 3032 }; 3033 dywedir = { 3034 email = "dywedir@gra.red"; 3035 + matrix = "@dywedir:matrix.org"; 3036 github = "dywedir"; 3037 githubId = 399312; 3038 name = "Vladyslav M."; ··· 3241 }; 3242 eliasp = { 3243 email = "mail@eliasprobst.eu"; 3244 + matrix = "@eliasp:kde.org"; 3245 github = "eliasp"; 3246 githubId = 48491; 3247 name = "Elias Probst"; ··· 3302 }; 3303 emmanuelrosa = { 3304 email = "emmanuel_rosa@aol.com"; 3305 + matrix = "@emmanuelrosa:matrix.org"; 3306 github = "emmanuelrosa"; 3307 githubId = 13485450; 3308 name = "Emmanuel Rosa"; ··· 3383 }; 3384 ereslibre = { 3385 email = "ereslibre@ereslibre.es"; 3386 + matrix = "@ereslibre:matrix.org"; 3387 github = "ereslibre"; 3388 githubId = 8706; 3389 name = "Rafael Fernández López"; ··· 3408 }; 3409 ericson2314 = { 3410 email = "John.Ericson@Obsidian.Systems"; 3411 + matrix = "@ericson2314:matrix.org"; 3412 github = "ericson2314"; 3413 githubId = 1055245; 3414 name = "John Ericson"; ··· 3493 }; 3494 etu = { 3495 email = "elis@hirwing.se"; 3496 + matrix = "@etu:semi.social"; 3497 github = "etu"; 3498 githubId = 461970; 3499 name = "Elis Hirwing"; ··· 3511 evalexpr = { 3512 name = "Jonathan Wilkins"; 3513 email = "nixos@wilkins.tech"; 3514 + matrix = "@evalexpr:matrix.org"; 3515 github = "evalexpr"; 3516 githubId = 23485511; 3517 keys = [{ ··· 3581 }; 3582 expipiplus1 = { 3583 email = "nix@monoid.al"; 3584 + matrix = "@joe:monoid.al"; 3585 github = "expipiplus1"; 3586 githubId = 857308; 3587 name = "Joe Hermaszewski"; ··· 3594 }; 3595 eyjhb = { 3596 email = "eyjhbb@gmail.com"; 3597 + matrix = "@eyjhb:eyjhb.dk"; 3598 github = "eyJhb"; 3599 githubId = 25955146; 3600 name = "eyJhb"; ··· 3613 }; 3614 fab = { 3615 email = "mail@fabian-affolter.ch"; 3616 + matrix = "@fabaff:matrix.org"; 3617 name = "Fabian Affolter"; 3618 github = "fabaff"; 3619 githubId = 116184; ··· 3700 }; 3701 felschr = { 3702 email = "dev@felschr.com"; 3703 + matrix = "@felschr:matrix.org"; 3704 github = "felschr"; 3705 githubId = 3314323; 3706 name = "Felix Tenley"; ··· 3717 }; 3718 fgaz = { 3719 email = "fgaz@fgaz.me"; 3720 + matrix = "@fgaz:matrix.org"; 3721 github = "fgaz"; 3722 githubId = 8182846; 3723 name = "Francesco Gazzetta"; 3724 }; 3725 figsoda = { 3726 email = "figsoda@pm.me"; 3727 + matrix = "@figsoda:matrix.org"; 3728 github = "figsoda"; 3729 githubId = 40620903; 3730 name = "figsoda"; ··· 3843 }; 3844 fortuneteller2k = { 3845 email = "lythe1107@gmail.com"; 3846 + matrix = "@fortuneteller2k:matrix.org"; 3847 github = "fortuneteller2k"; 3848 githubId = 20619776; 3849 name = "fortuneteller2k"; ··· 4084 }; 4085 ggpeti = { 4086 email = "ggpeti@gmail.com"; 4087 + matrix = "@ggpeti:ggpeti.com"; 4088 github = "ggpeti"; 4089 githubId = 3217744; 4090 name = "Peter Ferenczy"; ··· 4318 gytis-ivaskevicius = { 4319 name = "Gytis Ivaskevicius"; 4320 email = "me@gytis.io"; 4321 + matrix = "@gytis-ivaskevicius:matrix.org"; 4322 github = "gytis-ivaskevicius"; 4323 githubId = 23264966; 4324 }; ··· 4364 }; 4365 happysalada = { 4366 email = "raphael@megzari.com"; 4367 + matrix = "@happysalada:matrix.org"; 4368 github = "happysalada"; 4369 githubId = 5317234; 4370 name = "Raphael Megzari"; ··· 4395 }; 4396 hax404 = { 4397 email = "hax404foogit@hax404.de"; 4398 + matrix = "@hax404:hax404.de"; 4399 github = "hax404"; 4400 githubId = 1379411; 4401 name = "Georg Haas"; ··· 4472 }; 4473 hexa = { 4474 email = "hexa@darmstadt.ccc.de"; 4475 + matrix = "@hexa:lossy.network"; 4476 github = "mweinelt"; 4477 githubId = 131599; 4478 name = "Martin Weinelt"; ··· 4591 }; 4592 hoverbear = { 4593 email = "operator+nix@hoverbear.org"; 4594 + matrix = "@hoverbear:matrix.org"; 4595 github = "hoverbear"; 4596 githubId = 130903; 4597 name = "Ana Hobden"; ··· 4680 }; 4681 iammrinal0 = { 4682 email = "nixpkgs@mrinalpurohit.in"; 4683 + matrix = "@iammrinal0:nixos.dev"; 4684 github = "iammrinal0"; 4685 githubId = 890062; 4686 name = "Mrinal"; ··· 4712 icy-thought = { 4713 name = "Icy-Thought"; 4714 email = "gilganyx@pm.me"; 4715 + matrix = "@gilganix:matrix.org"; 4716 github = "Icy-Thought"; 4717 githubId = 53710398; 4718 }; ··· 4820 }; 4821 immae = { 4822 email = "ismael@bouya.org"; 4823 + matrix = "@immae:immae.eu"; 4824 github = "immae"; 4825 githubId = 510202; 4826 name = "Ismaël Bouya"; ··· 4833 }; 4834 infinisil = { 4835 email = "contact@infinisil.com"; 4836 + matrix = "@infinisil:matrix.org"; 4837 github = "infinisil"; 4838 githubId = 20525370; 4839 name = "Silvan Mosberger"; ··· 4851 irenes = { 4852 name = "Irene Knapp"; 4853 email = "ireneista@gmail.com"; 4854 + matrix = "@irenes:matrix.org"; 4855 github = "IreneKnapp"; 4856 githubId = 157678; 4857 keys = [{ ··· 5081 }; 5082 jbedo = { 5083 email = "cu@cua0.org"; 5084 + matrix = "@jb:vk3.wtf"; 5085 github = "jbedo"; 5086 githubId = 372912; 5087 name = "Justin Bedő"; ··· 5213 jfroche = { 5214 name = "Jean-François Roche"; 5215 email = "jfroche@pyxel.be"; 5216 + matrix = "@jfroche:matrix.pyxel.cloud"; 5217 github = "jfroche"; 5218 githubId = 207369; 5219 keys = [{ ··· 5289 }; 5290 jk = { 5291 email = "hello+nixpkgs@j-k.io"; 5292 + matrix = "@j-k:matrix.org"; 5293 github = "06kellyjac"; 5294 githubId = 9866621; 5295 name = "Jack"; ··· 5390 }; 5391 joepie91 = { 5392 email = "admin@cryto.net"; 5393 + matrix = "@joepie91:pixie.town"; 5394 name = "Sven Slootweg"; 5395 github = "joepie91"; 5396 githubId = 1663259; ··· 5446 jojosch = { 5447 name = "Johannes Schleifenbaum"; 5448 email = "johannes@js-webcoding.de"; 5449 + matrix = "@jojosch:jswc.de"; 5450 github = "jojosch"; 5451 githubId = 327488; 5452 keys = [{ ··· 5485 }; 5486 jonringer = { 5487 email = "jonringer117@gmail.com"; 5488 + matrix = "@jonringer:matrix.org"; 5489 github = "jonringer"; 5490 githubId = 7673602; 5491 name = "Jonathan Ringer"; ··· 5558 }; 5559 jschievink = { 5560 email = "jonasschievink@gmail.com"; 5561 + matrix = "@jschievink:matrix.org"; 5562 github = "jonas-schievink"; 5563 githubId = 1786438; 5564 name = "Jonas Schievink"; ··· 5593 }; 5594 jtojnar = { 5595 email = "jtojnar@gmail.com"; 5596 + matrix = "@jtojnar:matrix.org"; 5597 github = "jtojnar"; 5598 githubId = 705123; 5599 name = "Jan Tojnar"; ··· 5716 }; 5717 kalbasit = { 5718 email = "wael.nasreddine@gmail.com"; 5719 + matrix = "@kalbasit:matrix.org"; 5720 github = "kalbasit"; 5721 githubId = 87115; 5722 name = "Wael Nasreddine"; ··· 5807 }; 5808 kevincox = { 5809 email = "kevincox@kevincox.ca"; 5810 + matrix = "@kevincox:matrix.org"; 5811 github = "kevincox"; 5812 githubId = 494012; 5813 name = "Kevin Cox"; ··· 5908 }; 5909 kirelagin = { 5910 email = "kirelagin@gmail.com"; 5911 + matrix = "@kirelagin:matrix.org"; 5912 github = "kirelagin"; 5913 githubId = 451835; 5914 name = "Kirill Elagin"; ··· 5963 }; 5964 kloenk = { 5965 email = "me@kloenk.de"; 5966 + matrix = "@kloenk:petabyte.dev"; 5967 name = "Finn Behrens"; 5968 github = "kloenk"; 5969 githubId = 12898828; ··· 6177 }; 6178 l-as = { 6179 email = "las@protonmail.ch"; 6180 + matrix = "@Las:matrix.org"; 6181 github = "L-as"; 6182 githubId = 22075344; 6183 keys = [{ ··· 6188 }; 6189 l3af = { 6190 email = "L3afMeAlon3@gmail.com"; 6191 + matrix = "@L3afMe:matrix.org"; 6192 github = "L3afMe"; 6193 githubId = 72546287; 6194 name = "L3af"; ··· 6229 }; 6230 lassulus = { 6231 email = "lassulus@gmail.com"; 6232 + matrix = "@lassulus:nixos.dev"; 6233 github = "Lassulus"; 6234 githubId = 621759; 6235 name = "Lassulus"; ··· 6291 }; 6292 ldesgoui = { 6293 email = "ldesgoui@gmail.com"; 6294 + matrix = "@ldesgoui:matrix.org"; 6295 github = "ldesgoui"; 6296 githubId = 2472678; 6297 name = "Lucas Desgouilles"; ··· 6334 }; 6335 legendofmiracles = { 6336 email = "legendofmiracles@protonmail.com"; 6337 + matrix = "@legendofmiracles:matrix.org"; 6338 github = "legendofmiracles"; 6339 githubId = 30902201; 6340 name = "legendofmiracles"; ··· 6383 }; 6384 lewo = { 6385 email = "lewo@abesis.fr"; 6386 + matrix = "@lewo:matrix.org"; 6387 github = "nlewo"; 6388 githubId = 3425311; 6389 name = "Antoine Eiche"; ··· 6582 }; 6583 lovesegfault = { 6584 email = "meurerbernardo@gmail.com"; 6585 + matrix = "@lovesegfault:matrix.org"; 6586 github = "lovesegfault"; 6587 githubId = 7243783; 6588 name = "Bernardo Meurer"; ··· 6609 }; 6610 lschuermann = { 6611 email = "leon.git@is.currently.online"; 6612 + matrix = "@leons:is.currently.online"; 6613 github = "lschuermann"; 6614 githubId = 5341193; 6615 name = "Leon Schuermann"; ··· 6686 }; 6687 lukegb = { 6688 email = "nix@lukegb.com"; 6689 + matrix = "@lukegb:zxcvbnm.ninja"; 6690 github = "lukegb"; 6691 githubId = 246745; 6692 name = "Luke Granger-Brown"; ··· 6705 }; 6706 lunik1 = { 6707 email = "ch.nixpkgs@themaw.xyz"; 6708 + matrix = "@lunik1:lunik.one"; 6709 github = "lunik1"; 6710 githubId = 13547699; 6711 name = "Corin Hoad"; ··· 6754 }; 6755 ma27 = { 6756 email = "maximilian@mbosch.me"; 6757 + matrix = "@ma27:nicht-so.sexy"; 6758 github = "ma27"; 6759 githubId = 6025220; 6760 name = "Maximilian Bosch"; ··· 6845 }; 6846 manveru = { 6847 email = "m.fellinger@gmail.com"; 6848 + matrix = "@manveru:matrix.org"; 6849 github = "manveru"; 6850 githubId = 3507; 6851 name = "Michael Fellinger"; 6852 }; 6853 maralorn = { 6854 email = "malte.brandy@maralorn.de"; 6855 + matrix = "@maralorn:maralorn.de"; 6856 github = "maralorn"; 6857 githubId = 1651325; 6858 name = "Malte Brandy"; ··· 6991 }; 6992 matthiasbeyer = { 6993 email = "mail@beyermatthias.de"; 6994 + matrix = "@musicmatze:beyermatthi.as"; 6995 github = "matthiasbeyer"; 6996 githubId = 427866; 6997 name = "Matthias Beyer"; ··· 7274 }; 7275 mic92 = { 7276 email = "joerg@thalheim.io"; 7277 + matrix = "@mic92:nixos.dev"; 7278 github = "mic92"; 7279 githubId = 96200; 7280 name = "Jörg Thalheim"; ··· 7322 }; 7323 midchildan = { 7324 email = "git@midchildan.org"; 7325 + matrix = "@midchildan:matrix.org"; 7326 github = "midchildan"; 7327 githubId = 7343721; 7328 name = "midchildan"; ··· 7429 }; 7430 mjlbach = { 7431 email = "m.j.lbach@gmail.com"; 7432 + matrix = "@atrius:matrix.org"; 7433 github = "mjlbach"; 7434 githubId = 13316262; 7435 name = "Michael Lingelbach"; ··· 7470 }; 7471 mkg20001 = { 7472 email = "mkg20001+nix@gmail.com"; 7473 + matrix = "@mkg20001:matrix.org"; 7474 github = "mkg20001"; 7475 githubId = 7735145; 7476 name = "Maciej Krüger"; ··· 7801 }; 7802 mvnetbiz = { 7803 email = "mvnetbiz@gmail.com"; 7804 + matrix = "@mvtva:matrix.org"; 7805 github = "mvnetbiz"; 7806 githubId = 6455574; 7807 name = "Matt Votava"; ··· 7888 }; 7889 ncfavier = { 7890 email = "n@monade.li"; 7891 + matrix = "@ncfavier:matrix.org"; 7892 github = "ncfavier"; 7893 githubId = 4323933; 7894 name = "Naïm Favier"; ··· 7980 }; 7981 nh2 = { 7982 email = "mail@nh2.me"; 7983 + matrix = "@nh2:matrix.org"; 7984 github = "nh2"; 7985 githubId = 399535; 7986 name = "Niklas Hambüchen"; ··· 8067 }; 8068 ninjatrappeur = { 8069 email = "felix@alternativebit.fr"; 8070 + matrix = "@ninjatrappeur:matrix.org"; 8071 github = "ninjatrappeur"; 8072 githubId = 1219785; 8073 name = "Félix Baylac-Jacqué"; ··· 8122 }; 8123 nixinator = { 8124 email = "33lockdown33@protonmail.com"; 8125 + matrix = "@nixinator:nixos.dev"; 8126 github = "nixinator"; 8127 githubId = 66913205; 8128 name = "Rick Sanchez"; ··· 8171 }; 8172 noneucat = { 8173 email = "andy@lolc.at"; 8174 + matrix = "@noneucat:lolc.at"; 8175 github = "noneucat"; 8176 githubId = 40049608; 8177 name = "Andy Chun"; ··· 8214 }; 8215 nrdxp = { 8216 email = "tim.deh@pm.me"; 8217 + matrix = "@timdeh:matrix.org"; 8218 github = "nrdxp"; 8219 githubId = 34083928; 8220 name = "Tim DeHerrera"; ··· 8256 numkem = { 8257 name = "Sebastien Bariteau"; 8258 email = "numkem@numkem.org"; 8259 + matrix = "@numkem:matrix.org"; 8260 github = "numkem"; 8261 githubId = 332423; 8262 }; ··· 8298 }; 8299 obfusk = { 8300 email = "flx@obfusk.net"; 8301 + matrix = "@obfusk:matrix.org"; 8302 github = "obfusk"; 8303 githubId = 1260687; 8304 name = "Felix C. Stegerman"; ··· 8493 }; 8494 pacman99 = { 8495 email = "pachum99@gmail.com"; 8496 + matrix = "@pachumicchu:myrdd.info"; 8497 github = "Pacman99"; 8498 githubId = 16345849; 8499 name = "Parthiv Seetharaman"; ··· 8654 }; 8655 petabyteboy = { 8656 email = "milan@petabyte.dev"; 8657 + matrix = "@milan:petabyte.dev"; 8658 github = "petabyteboy"; 8659 githubId = 3250809; 8660 name = "Milan Pässler"; ··· 8752 piegames = { 8753 name = "piegames"; 8754 email = "nix@piegames.de"; 8755 + matrix = "@piegames:matrix.org"; 8756 github = "piegamesde"; 8757 githubId = 14054505; 8758 }; ··· 9000 }; 9001 primeos = { 9002 email = "dev.primeos@gmail.com"; 9003 + matrix = "@primeos:matrix.org"; 9004 github = "primeos"; 9005 githubId = 7537109; 9006 name = "Michael Weiss"; ··· 9069 }; 9070 psibi = { 9071 email = "sibi@psibi.in"; 9072 + matrix = "@psibi:matrix.org"; 9073 github = "psibi"; 9074 githubId = 737477; 9075 name = "Sibi Prabakaran"; 9076 }; 9077 pstn = { 9078 email = "philipp@xndr.de"; 9079 + github = "pstn"; 9080 + githubId = 1329940; 9081 name = "Philipp Steinpaß"; 9082 }; 9083 pSub = { ··· 9124 }; 9125 putchar = { 9126 email = "slim.cadoux@gmail.com"; 9127 + matrix = "@putch4r:matrix.org"; 9128 github = "putchar"; 9129 githubId = 8208767; 9130 name = "Slim Cadoux"; ··· 9195 }; 9196 raboof = { 9197 email = "arnout@bzzt.net"; 9198 + matrix = "@raboof:matrix.org"; 9199 github = "raboof"; 9200 githubId = 131856; 9201 name = "Arnout Engelen"; ··· 9226 }; 9227 ralith = { 9228 email = "ben.e.saunders@gmail.com"; 9229 + matrix = "@ralith:ralith.com"; 9230 github = "ralith"; 9231 githubId = 104558; 9232 name = "Benjamin Saunders"; ··· 9466 risson = { 9467 name = "Marc Schmitt"; 9468 email = "marc.schmitt@risson.space"; 9469 + matrix = "@risson:lama-corp.space"; 9470 github = "rissson"; 9471 githubId = 18313093; 9472 keys = [ ··· 9524 }; 9525 rmcgibbo = { 9526 email = "rmcgibbo@gmail.com"; 9527 + matrix = "@rmcgibbo:matrix.org"; 9528 github = "rmcgibbo"; 9529 githubId = 641278; 9530 name = "Robert T. McGibbon"; ··· 9571 }; 9572 roberth = { 9573 email = "nixpkgs@roberthensing.nl"; 9574 + matrix = "@roberthensing:matrix.org"; 9575 github = "roberth"; 9576 githubId = 496447; 9577 name = "Robert Hensing"; ··· 9832 }; 9833 s1341 = { 9834 email = "s1341@shmarya.net"; 9835 + matrix = "@s1341:matrix.org"; 9836 name = "Shmarya Rubenstein"; 9837 github = "s1341"; 9838 githubId = 5682183; ··· 9885 }; 9886 samueldr = { 9887 email = "samuel@dionne-riel.com"; 9888 + matrix = "@samueldr:matrix.org"; 9889 github = "samueldr"; 9890 githubId = 132835; 9891 name = "Samuel Dionne-Riel"; ··· 10026 }; 10027 Scriptkiddi = { 10028 email = "nixos@scriptkiddi.de"; 10029 + matrix = "@fritz.otlinghaus:helsinki-systems.de"; 10030 github = "scriptkiddi"; 10031 githubId = 3598650; 10032 name = "Fritz Otlinghaus"; ··· 10039 }; 10040 sdier = { 10041 email = "scott@dier.name"; 10042 + matrix = "@sdier:matrix.org"; 10043 github = "sdier"; 10044 githubId = 11613056; 10045 name = "Scott Dier"; ··· 10308 }; 10309 siraben = { 10310 email = "bensiraphob@gmail.com"; 10311 + matrix = "@siraben:matrix.org"; 10312 github = "siraben"; 10313 githubId = 8219659; 10314 name = "Siraphob Phipathananunth"; ··· 10381 }; 10382 SlothOfAnarchy = { 10383 email = "slothofanarchy1@gmail.com"; 10384 + matrix = "@michel.weitbrecht:helsinki-systems.de"; 10385 github = "SlothOfAnarchy"; 10386 githubId = 12828415; 10387 name = "Michel Weitbrecht"; ··· 10456 }; 10457 solson = { 10458 email = "scott@solson.me"; 10459 + matrix = "@solson:matrix.org"; 10460 github = "solson"; 10461 githubId = 26806; 10462 name = "Scott Olson"; ··· 10509 }; 10510 spencerjanssen = { 10511 email = "spencerjanssen@gmail.com"; 10512 + matrix = "@sjanssen:matrix.org"; 10513 github = "spencerjanssen"; 10514 githubId = 2600039; 10515 name = "Spencer Janssen"; ··· 10558 }; 10559 srhb = { 10560 email = "sbrofeldt@gmail.com"; 10561 + matrix = "@srhb:matrix.org"; 10562 github = "srhb"; 10563 githubId = 219362; 10564 name = "Sarah Brofeldt"; ··· 10595 }; 10596 stephank = { 10597 email = "nix@stephank.nl"; 10598 + matrix = "@skochen:matrix.org"; 10599 github = "stephank"; 10600 githubId = 89950; 10601 name = "Stéphan Kochen"; ··· 10727 superherointj = { 10728 name = "Sérgio G."; 10729 email = "5861043+superherointj@users.noreply.github.com"; 10730 + matrix = "@superherointj:matrix.org"; 10731 github = "superherointj"; 10732 githubId = 5861043; 10733 }; 10734 SuperSandro2000 = { 10735 email = "sandro.jaeckel@gmail.com"; 10736 + matrix = "@sandro:supersandro.de"; 10737 github = "SuperSandro2000"; 10738 githubId = 7258858; 10739 name = "Sandro Jäckel"; ··· 10818 }; 10819 symphorien = { 10820 email = "symphorien_nixpkgs@xlumurb.eu"; 10821 + matrix = "@symphorien:xlumurb.eu"; 10822 github = "symphorien"; 10823 githubId = 12595971; 10824 name = "Guillaume Girol"; ··· 10907 }; 10908 taktoa = { 10909 email = "taktoa@gmail.com"; 10910 + matrix = "@taktoa:matrix.org"; 10911 github = "taktoa"; 10912 githubId = 553443; 10913 name = "Remy Goldschmidt"; ··· 10926 }; 10927 talyz = { 10928 email = "kim.lindberger@gmail.com"; 10929 + matrix = "@talyz:matrix.org"; 10930 github = "talyz"; 10931 githubId = 63433; 10932 name = "Kim Lindberger"; ··· 11035 }; 11036 tfc = { 11037 email = "jacek@galowicz.de"; 11038 + matrix = "@jonge:ukvly.org"; 11039 github = "tfc"; 11040 githubId = 29044; 11041 name = "Jacek Galowicz"; ··· 11130 }; 11131 thibautmarty = { 11132 email = "github@thibautmarty.fr"; 11133 + matrix = "@thibaut:thibautmarty.fr"; 11134 github = "ThibautMarty"; 11135 githubId = 3268082; 11136 name = "Thibaut Marty"; ··· 11271 }; 11272 tnias = { 11273 email = "phil@grmr.de"; 11274 + matrix = "@tnias:stratum0.org"; 11275 github = "tnias"; 11276 githubId = 9853194; 11277 name = "Philipp Bartsch"; ··· 11318 }; 11319 tomberek = { 11320 email = "tomberek@gmail.com"; 11321 + matrix = "@tomberek:matrix.org"; 11322 github = "tomberek"; 11323 githubId = 178444; 11324 name = "Thomas Bereknyei"; ··· 11337 }; 11338 toonn = { 11339 email = "nixpkgs@toonn.io"; 11340 + matrix = "@toonn:matrix.org"; 11341 github = "toonn"; 11342 githubId = 1486805; 11343 name = "Toon Nolten"; ··· 11540 }; 11541 unode = { 11542 email = "alves.rjc@gmail.com"; 11543 + matrix = "@renato_alves:matrix.org"; 11544 github = "unode"; 11545 githubId = 122319; 11546 name = "Renato Alves"; ··· 11601 }; 11602 vaibhavsagar = { 11603 email = "vaibhavsagar@gmail.com"; 11604 + matrix = "@vaibhavsagar:matrix.org"; 11605 github = "vaibhavsagar"; 11606 githubId = 1525767; 11607 name = "Vaibhav Sagar"; ··· 11620 }; 11621 valodim = { 11622 email = "look@my.amazin.horse"; 11623 + matrix = "@Valodim:stratum0.org"; 11624 github = "valodim"; 11625 githubId = 27813; 11626 name = "Vincent Breitmoser"; ··· 11681 name = "Vladimír Čunát"; 11682 # vcunat@gmail.com predominated in commits before 2019/03 11683 email = "v@cunat.cz"; 11684 + matrix = "@vcunat:matrix.org"; 11685 github = "vcunat"; 11686 githubId = 1785925; 11687 keys = [{ ··· 12118 }; 12119 xe = { 12120 email = "me@christine.website"; 12121 + matrix = "@withoutwithin:matrix.org"; 12122 github = "Xe"; 12123 githubId = 529003; 12124 name = "Christine Dodrill"; ··· 12137 }; 12138 xfix = { 12139 email = "konrad@borowski.pw"; 12140 + matrix = "@xfix:matrix.org"; 12141 github = "xfix"; 12142 githubId = 1297598; 12143 name = "Konrad Borowski"; ··· 12210 }; 12211 yayayayaka = { 12212 email = "nixpkgs@uwu.is"; 12213 + matrix = "@lara:uwu.is"; 12214 github = "yayayayaka"; 12215 githubId = 73759599; 12216 name = "Lara A."; ··· 12253 }; 12254 yorickvp = { 12255 email = "yorickvanpelt@gmail.com"; 12256 + matrix = "@yorickvp:matrix.org"; 12257 github = "yorickvp"; 12258 githubId = 647076; 12259 name = "Yorick van Pelt"; ··· 12294 }; 12295 yuka = { 12296 email = "yuka@yuka.dev"; 12297 + matrix = "@yuka:yuka.dev"; 12298 github = "yu-re-ka"; 12299 githubId = 86169957; 12300 name = "Yureka"; 12301 }; 12302 yusdacra = { 12303 email = "y.bera003.06@protonmail.com"; 12304 + matrix = "@yusdacra:nixos.dev"; 12305 github = "yusdacra"; 12306 githubId = 19897088; 12307 name = "Yusuf Bera Ertan"; ··· 12404 }; 12405 zhaofengli = { 12406 email = "hello@zhaofeng.li"; 12407 + matrix = "@zhaofeng:zhaofeng.li"; 12408 github = "zhaofengli"; 12409 githubId = 2189609; 12410 name = "Zhaofeng Li"; ··· 12620 fzakaria = { 12621 name = "Farid Zakaria"; 12622 email = "farid.m.zakaria@gmail.com"; 12623 + matrix = "@fzakaria:matrix.org"; 12624 github = "fzakaria"; 12625 githubId = 605070; 12626 }; ··· 12639 hmenke = { 12640 name = "Henri Menke"; 12641 email = "henri@henrimenke.de"; 12642 + matrix = "@hmenke:matrix.org"; 12643 github = "hmenke"; 12644 githubId = 1903556; 12645 keys = [{ ··· 12706 princemachiavelli = { 12707 name = "Josh Hoffer"; 12708 email = "jhoffer@sansorgan.es"; 12709 + matrix = "@princemachiavelli:matrix.org"; 12710 github = "princemachiavelli"; 12711 githubId = 2730968; 12712 keys = [{ ··· 12747 zeri = { 12748 name = "zeri"; 12749 email = "68825133+zeri42@users.noreply.github.com"; 12750 + matrix = "@zeri:matrix.org"; 12751 github = "zeri42"; 12752 githubId = 68825133; 12753 };