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