lol

Revert "Revert "Convert maintainer file entries to attributes, add github handles""

authored by

Graham Christensen and committed by
Profpatsch
f7da7fa0 2eed814b

+4022 -808
+1 -1
lib/default.nix
··· 21 21 22 22 # packaging 23 23 customisation = callLibs ./customisation.nix; 24 - maintainers = callLibs ./maintainers.nix; 24 + maintainers = import ./maintainers-list.nix; 25 25 meta = callLibs ./meta.nix; 26 26 sources = callLibs ./sources.nix; 27 27
+3955
lib/maintainers-list.nix
··· 1 + /* List of NixOS maintainers. 2 + 3 + handle = { 4 + name = "Real name"; 5 + email = "address@example.org"; 6 + github = "GithubUsername"; 7 + }; 8 + 9 + where `name` is your real name, `email` is your maintainer email 10 + address and `github` is your GitHub handle (as it appears in the 11 + URL of your profile page, `https://github.com/<userhandle>`). 12 + address 13 + The only required fields are `name` and `email`. 14 + More fields may be added in the future. 15 + 16 + Please keep the list alphabetically sorted. 17 + See `../maintainers/scripts/check-maintainer-github-handles.sh` 18 + for an example on how to work with this data. 19 + */ 20 + { 21 + Adjective-Object = { 22 + email = "mhuan13@gmail.com"; 23 + github = "Adjective-Object"; 24 + name = "Maxwell Huang-Hobbs"; 25 + }; 26 + AndersonTorres = { 27 + email = "torres.anderson.85@gmail.com"; 28 + github = "AndersonTorres"; 29 + name = "Anderson Torres"; 30 + }; 31 + Baughn = { 32 + email = "sveina@gmail.com"; 33 + github = "Baughn"; 34 + name = "Svein Ove Aas"; 35 + }; 36 + ChengCat = { 37 + email = "yu@cheng.cat"; 38 + github = "ChengCat"; 39 + name = "Yucheng Zhang"; 40 + }; 41 + CrystalGamma = { 42 + email = "nixos@crystalgamma.de"; 43 + github = "CrystalGamma"; 44 + name = "Jona Stubbe"; 45 + }; 46 + DamienCassou = { 47 + email = "damien@cassou.me"; 48 + github = "DamienCassou"; 49 + name = "Damien Cassou"; 50 + }; 51 + DerGuteMoritz = { 52 + email = "moritz@twoticketsplease.de"; 53 + github = "DerGuteMoritz"; 54 + name = "Moritz Heidkamp"; 55 + }; 56 + DerTim1 = { 57 + email = "tim.digel@active-group.de"; 58 + github = "DerTim1"; 59 + name = "Tim Digel"; 60 + }; 61 + DmitryTsygankov = { 62 + email = "dmitry.tsygankov@gmail.com"; 63 + github = "DmitryTsygankov"; 64 + name = "Dmitry Tsygankov"; 65 + }; 66 + FireyFly = { 67 + email = "nix@firefly.nu"; 68 + github = "FireyFly"; 69 + name = "Jonas Höglund"; 70 + }; 71 + Gonzih = { 72 + email = "gonzih@gmail.com"; 73 + github = "Gonzih"; 74 + name = "Max Gonzih"; 75 + }; 76 + Jo = { 77 + email = "0x4A6F@shackspace.de"; 78 + name = "Joachim Ernst"; 79 + }; 80 + KibaFox = { 81 + email = "kiba.fox@foxypossibilities.com"; 82 + github = "KibaFox"; 83 + name = "Kiba Fox"; 84 + }; 85 + MP2E = { 86 + email = "MP2E@archlinux.us"; 87 + github = "MP2E"; 88 + name = "Cray Elliott"; 89 + }; 90 + MostAwesomeDude = { 91 + email = "cds@corbinsimpson.com"; 92 + github = "MostAwesomeDude"; 93 + name = "Corbin Simpson"; 94 + }; 95 + Nate-Devv = { 96 + email = "natedevv@gmail.com"; 97 + name = "Nathan Moore"; 98 + }; 99 + NikolaMandic = { 100 + email = "nikola@mandic.email"; 101 + github = "NikolaMandic"; 102 + name = "Ratko Mladic"; 103 + }; 104 + Phlogistique = { 105 + email = "noe.rubinstein@gmail.com"; 106 + github = "Phlogistique"; 107 + name = "Noé Rubinstein"; 108 + }; 109 + Profpatsch = { 110 + email = "mail@profpatsch.de"; 111 + github = "Profpatsch"; 112 + name = "Profpatsch"; 113 + }; 114 + SShrike = { 115 + email = "severen@shrike.me"; 116 + github = "severen"; 117 + name = "Severen Redwood"; 118 + }; 119 + SeanZicari = { 120 + email = "sean.zicari@gmail.com"; 121 + github = "SeanZicari"; 122 + name = "Sean Zicari"; 123 + }; 124 + StijnDW = { 125 + email = "stekke@airmail.cc"; 126 + github = "StijnDW"; 127 + name = "Stijn DW"; 128 + }; 129 + StillerHarpo = { 130 + email = "florianengel39@gmail.com"; 131 + github = "StillerHarpo"; 132 + name = "Florian Engel"; 133 + }; 134 + SuprDewd = { 135 + email = "suprdewd@gmail.com"; 136 + github = "SuprDewd"; 137 + name = "Bjarki Ágúst Guðmundsson"; 138 + }; 139 + TealG = { 140 + email = "~@Teal.Gr"; 141 + github = "TealG"; 142 + name = "Teal Gaure"; 143 + }; 144 + ThomasMader = { 145 + email = "thomas.mader@gmail.com"; 146 + github = "ThomasMader"; 147 + name = "Thomas Mader"; 148 + }; 149 + Zimmi48 = { 150 + email = "theo.zimmermann@univ-paris-diderot.fr"; 151 + github = "Zimmi48"; 152 + name = "Théo Zimmermann"; 153 + }; 154 + a1russell = { 155 + email = "adamlr6+pub@gmail.com"; 156 + github = "a1russell"; 157 + name = "Adam Russell"; 158 + }; 159 + aaronschif = { 160 + email = "aaronschif@gmail.com"; 161 + github = "aaronschif"; 162 + name = "Aaron Schif"; 163 + }; 164 + abaldeau = { 165 + email = "andreas@baldeau.net"; 166 + github = "baldo"; 167 + name = "Andreas Baldeau"; 168 + }; 169 + abbradar = { 170 + email = "ab@fmap.me"; 171 + github = "abbradar"; 172 + name = "Nikolay Amiantov"; 173 + }; 174 + abigailbuccaneer = { 175 + email = "abigailbuccaneer@gmail.com"; 176 + github = "abigailbuccaneer"; 177 + name = "Abigail Bunyan"; 178 + }; 179 + aboseley = { 180 + email = "adam.boseley@gmail.com"; 181 + github = "aboseley"; 182 + name = "Adam Boseley"; 183 + }; 184 + abuibrahim = { 185 + email = "ruslan@babayev.com"; 186 + github = "abuibrahim"; 187 + name = "Ruslan Babayev"; 188 + }; 189 + acowley = { 190 + email = "acowley@gmail.com"; 191 + github = "acowley"; 192 + name = "Anthony Cowley"; 193 + }; 194 + adelbertc = { 195 + email = "adelbertc@gmail.com"; 196 + github = "adelbertc"; 197 + name = "Adelbert Chang"; 198 + }; 199 + adev = { 200 + email = "adev@adev.name"; 201 + github = "adevress"; 202 + name = "Adrien Devresse"; 203 + }; 204 + adisbladis = { 205 + email = "adis@blad.is"; 206 + github = "adisbladis"; 207 + name = "Adam Hose"; 208 + }; 209 + adnelson = { 210 + email = "ithinkican@gmail.com"; 211 + github = "adnelson"; 212 + name = "Allen Nelson"; 213 + }; 214 + adolfogc = { 215 + email = "adolfo.garcia.cr@gmail.com"; 216 + github = "adolfogc"; 217 + name = "Adolfo E. García Castro"; 218 + }; 219 + aespinosa = { 220 + email = "allan.espinosa@outlook.com"; 221 + github = "aespinosa"; 222 + name = "Allan Espinosa"; 223 + }; 224 + aflatter = { 225 + email = "flatter@fastmail.fm"; 226 + github = "aflatter"; 227 + name = "Alexander Flatter"; 228 + }; 229 + afldcr = { 230 + email = "alex@fldcr.com"; 231 + github = "afldcr"; 232 + name = "James Alexander Feldman-Crough"; 233 + }; 234 + aforemny = { 235 + email = "alexanderforemny@googlemail.com"; 236 + github = "aforemny"; 237 + name = "Alexander Foremny"; 238 + }; 239 + afranchuk = { 240 + email = "alex.franchuk@gmail.com"; 241 + github = "afranchuk"; 242 + name = "Alex Franchuk"; 243 + }; 244 + aherrmann = { 245 + email = "andreash87@gmx.ch"; 246 + github = "aherrmann"; 247 + name = "Andreas Herrmann"; 248 + }; 249 + ahmedtd = { 250 + email = "ahmed.taahir@gmail.com"; 251 + github = "ahmedtd"; 252 + name = "Taahir Ahmed"; 253 + }; 254 + aij = { 255 + email = "aij+git@mrph.org"; 256 + github = "aij"; 257 + name = "Ivan Jager"; 258 + }; 259 + ajgrf = { 260 + email = "a@ajgrf.com"; 261 + github = "ajgrf"; 262 + name = "Alex Griffin"; 263 + }; 264 + ak = { 265 + email = "ak@formalprivacy.com"; 266 + github = "alexanderkjeldaas"; 267 + name = "Alexander Kjeldaas"; 268 + }; 269 + akaWolf = { 270 + email = "akawolf0@gmail.com"; 271 + github = "akaWolf"; 272 + name = "Artjom Vejsel"; 273 + }; 274 + akc = { 275 + email = "akc@akc.is"; 276 + github = "akc"; 277 + name = "Anders Claesson"; 278 + }; 279 + alexvorobiev = { 280 + email = "alexander.vorobiev@gmail.com"; 281 + github = "alexvorobiev"; 282 + name = "Alex Vorobiev"; 283 + }; 284 + algorith = { 285 + email = "dries_van_daele@telenet.be"; 286 + name = "Dries Van Daele"; 287 + }; 288 + alibabzo = { 289 + email = "alistair.bill@gmail.com"; 290 + github = "alibabzo"; 291 + name = "Alistair Bill"; 292 + }; 293 + all = { 294 + email = "nix-commits@lists.science.uu.nl"; 295 + name = "Nix Committers"; 296 + }; 297 + alunduil = { 298 + email = "alunduil@alunduil.com"; 299 + github = "alunduil"; 300 + name = "Alex Brandt"; 301 + }; 302 + ambrop72 = { 303 + email = "ambrop7@gmail.com"; 304 + github = "ambrop72"; 305 + name = "Ambroz Bizjak"; 306 + }; 307 + amiddelk = { 308 + email = "amiddelk@gmail.com"; 309 + github = "amiddelk"; 310 + name = "Arie Middelkoop"; 311 + }; 312 + amiloradovsky = { 313 + email = "miloradovsky@gmail.com"; 314 + github = "amiloradovsky"; 315 + name = "Andrew Miloradovsky"; 316 + }; 317 + amorsillo = { 318 + email = "andrew.morsillo@gmail.com"; 319 + github = "AndrewMorsillo"; 320 + name = "Andrew Morsillo"; 321 + }; 322 + anderspapitto = { 323 + email = "anderspapitto@gmail.com"; 324 + github = "anderspapitto"; 325 + name = "Anders Papitto"; 326 + }; 327 + andir = { 328 + email = "andreas@rammhold.de"; 329 + github = "andir"; 330 + name = "Andreas Rammhold"; 331 + }; 332 + andres = { 333 + email = "ksnixos@andres-loeh.de"; 334 + github = "kosmikus"; 335 + name = "Andres Loeh"; 336 + }; 337 + andrestylianos = { 338 + email = "andre.stylianos@gmail.com"; 339 + github = "andrestylianos"; 340 + name = "Andre S. Ramos"; 341 + }; 342 + andrew-d = { 343 + email = "andrew@du.nham.ca"; 344 + github = "andrew-d"; 345 + name = "Andrew Dunham"; 346 + }; 347 + andrewrk = { 348 + email = "superjoe30@gmail.com"; 349 + github = "andrewrk"; 350 + name = "Andrew Kelley"; 351 + }; 352 + andsild = { 353 + email = "andsild@gmail.com"; 354 + github = "andsild"; 355 + name = "Anders Sildnes"; 356 + }; 357 + aneeshusa = { 358 + email = "aneeshusa@gmail.com"; 359 + github = "aneeshusa"; 360 + name = "Aneesh Agrawal"; 361 + }; 362 + ankhers = { 363 + email = "justin.k.wood@gmail.com"; 364 + github = "ankhers"; 365 + name = "Justin Wood"; 366 + }; 367 + antono = { 368 + email = "self@antono.info"; 369 + github = "antono"; 370 + name = "Antono Vasiljev"; 371 + }; 372 + antonxy = { 373 + email = "anton.schirg@posteo.de"; 374 + github = "antonxy"; 375 + name = "Anton Schirg"; 376 + }; 377 + apeschar = { 378 + email = "albert@peschar.net"; 379 + github = "apeschar"; 380 + name = "Albert Peschar"; 381 + }; 382 + apeyroux = { 383 + email = "alex@px.io"; 384 + github = "apeyroux"; 385 + name = "Alexandre Peyroux"; 386 + }; 387 + arcadio = { 388 + email = "arc@well.ox.ac.uk"; 389 + github = "arcadio"; 390 + name = "Arcadio Rubio García"; 391 + }; 392 + ardumont = { 393 + email = "eniotna.t@gmail.com"; 394 + github = "ardumont"; 395 + name = "Antoine R. Dumont"; 396 + }; 397 + aristid = { 398 + email = "aristidb@gmail.com"; 399 + github = "aristidb"; 400 + name = "Aristid Breitkreuz"; 401 + }; 402 + arobyn = { 403 + email = "shados@shados.net"; 404 + github = "shados"; 405 + name = "Alexei Robyn"; 406 + }; 407 + artuuge = { 408 + email = "artuuge@gmail.com"; 409 + github = "artuuge"; 410 + name = "Artur E. Ruuge"; 411 + }; 412 + ashalkhakov = { 413 + email = "artyom.shalkhakov@gmail.com"; 414 + github = "ashalkhakov"; 415 + name = "Artyom Shalkhakov"; 416 + }; 417 + ashgillman = { 418 + email = "gillmanash@gmail.com"; 419 + github = "ashgillman"; 420 + name = "Ashley Gillman"; 421 + }; 422 + aske = { 423 + email = "aske@fmap.me"; 424 + github = "aske"; 425 + name = "Kirill Boltaev"; 426 + }; 427 + asppsa = { 428 + email = "asppsa@gmail.com"; 429 + github = "asppsa"; 430 + name = "Alastair Pharo"; 431 + }; 432 + astsmtl = { 433 + email = "astsmtl@yandex.ru"; 434 + github = "astsmtl"; 435 + name = "Alexander Tsamutali"; 436 + }; 437 + asymmetric = { 438 + email = "lorenzo@mailbox.org"; 439 + github = "asymmetric"; 440 + name = "Lorenzo Manacorda"; 441 + }; 442 + aszlig = { 443 + email = "aszlig@nix.build"; 444 + github = "aszlig"; 445 + name = "aszlig"; 446 + }; 447 + auntie = { 448 + email = "auntieNeo@gmail.com"; 449 + github = "auntie"; 450 + name = "Jonathan Glines"; 451 + }; 452 + avnik = { 453 + email = "avn@avnik.info"; 454 + github = "avnik"; 455 + name = "Alexander V. Nikolaev"; 456 + }; 457 + aycanirican = { 458 + email = "iricanaycan@gmail.com"; 459 + github = "aycanirican"; 460 + name = "Aycan iRiCAN"; 461 + }; 462 + babariviere = { 463 + email = "babariviere@protonmail.com"; 464 + github = "babariviere"; 465 + name = "babariviere"; 466 + }; 467 + bachp = { 468 + email = "pascal.bach@nextrem.ch"; 469 + github = "bachp"; 470 + name = "Pascal Bach"; 471 + }; 472 + backuitist = { 473 + email = null; 474 + github = "backuitist"; 475 + name = "Bruno Bieth"; 476 + }; 477 + badi = { 478 + email = "abdulwahidc@gmail.com"; 479 + github = "badi"; 480 + name = "Badi' Abdul-Wahid"; 481 + }; 482 + balajisivaraman = { 483 + email = "sivaraman.balaji@gmail.com"; 484 + name = "Balaji Sivaraman"; 485 + }; 486 + barrucadu = { 487 + email = "mike@barrucadu.co.uk"; 488 + github = "barrucadu"; 489 + name = "Michael Walker"; 490 + }; 491 + basvandijk = { 492 + email = "v.dijk.bas@gmail.com"; 493 + github = "basvandijk"; 494 + name = "Bas van Dijk"; 495 + }; 496 + bcarrell = { 497 + email = "brandoncarrell@gmail.com"; 498 + github = "bcarrell"; 499 + name = "Brandon Carrell"; 500 + }; 501 + bcdarwin = { 502 + email = "bcdarwin@gmail.com"; 503 + github = "bcdarwin"; 504 + name = "Ben Darwin"; 505 + }; 506 + bdimcheff = { 507 + email = "brandon@dimcheff.com"; 508 + github = "bdimcheff"; 509 + name = "Brandon Dimcheff"; 510 + }; 511 + bendlas = { 512 + email = "herwig@bendlas.net"; 513 + github = "bendlas"; 514 + name = "Herwig Hochleitner"; 515 + }; 516 + benley = { 517 + email = "benley@gmail.com"; 518 + github = "benley"; 519 + name = "Benjamin Staffin"; 520 + }; 521 + bennofs = { 522 + email = "benno.fuenfstueck@gmail.com"; 523 + github = "bennofs"; 524 + name = "Benno Fünfstück"; 525 + }; 526 + benwbooth = { 527 + email = "benwbooth@gmail.com"; 528 + github = "benwbooth"; 529 + name = "Ben Booth"; 530 + }; 531 + berce = { 532 + email = "bert.moens@gmail.com"; 533 + github = "berce"; 534 + name = "Bert Moens"; 535 + }; 536 + berdario = { 537 + email = "berdario@gmail.com"; 538 + github = "berdario"; 539 + name = "Dario Bertini"; 540 + }; 541 + bergey = { 542 + email = "bergey@teallabs.org"; 543 + github = "bergey"; 544 + name = "Daniel Bergey"; 545 + }; 546 + bhipple = { 547 + email = "bhipple@protonmail.com"; 548 + github = "bhipple"; 549 + name = "Benjamin Hipple"; 550 + }; 551 + binarin = { 552 + email = "binarin@binarin.ru"; 553 + github = "binarin"; 554 + name = "Alexey Lebedeff"; 555 + }; 556 + bjg = { 557 + email = "bjg@gnu.org"; 558 + github = "civodul"; 559 + name = "Brian Gough"; 560 + }; 561 + bjornfor = { 562 + email = "bjorn.forsman@gmail.com"; 563 + github = "bjornfor"; 564 + name = "Bjørn Forsman"; 565 + }; 566 + bluescreen303 = { 567 + email = "mathijs@bluescreen303.nl"; 568 + github = "bluescreen303"; 569 + name = "Mathijs Kwik"; 570 + }; 571 + bobakker = { 572 + email = "bobakk3r@gmail.com"; 573 + github = "bobakker"; 574 + name = "Bo Bakker"; 575 + }; 576 + bobvanderlinden = { 577 + email = "bobvanderlinden@gmail.com"; 578 + github = "bobvanderlinden"; 579 + name = "Bob van der Linden"; 580 + }; 581 + bodil = { 582 + email = "nix@bodil.org"; 583 + github = "bodil"; 584 + name = "Bodil Stokke"; 585 + }; 586 + boothead = { 587 + email = "ben@perurbis.com"; 588 + github = "boothead"; 589 + name = "Ben Ford"; 590 + }; 591 + bosu = { 592 + email = "boriss@gmail.com"; 593 + github = "bosu"; 594 + name = "Boris Sukholitko"; 595 + }; 596 + bradediger = { 597 + email = "brad@bradediger.com"; 598 + github = "bradediger"; 599 + name = "Brad Ediger"; 600 + }; 601 + bramd = { 602 + email = "bram@bramd.nl"; 603 + github = "bramd"; 604 + name = "Bram Duvigneau"; 605 + }; 606 + bstrik = { 607 + email = "dutchman55@gmx.com"; 608 + github = "bstrik"; 609 + name = "Berno Strik"; 610 + }; 611 + bugworm = { 612 + email = "bugworm@zoho.com"; 613 + github = "bugworm"; 614 + name = "Roman Gerasimenko"; 615 + }; 616 + bzizou = { 617 + email = "Bruno@bzizou.net"; 618 + github = "bzizou"; 619 + name = "Bruno Bzeznik"; 620 + }; 621 + c0bw3b = { 622 + email = "c0bw3b@gmail.com"; 623 + github = "c0bw3b"; 624 + name = "Renaud"; 625 + }; 626 + c0dehero = { 627 + email = "codehero@nerdpol.ch"; 628 + name = "CodeHero"; 629 + }; 630 + calbrecht = { 631 + email = "christian.albrecht@mayflower.de"; 632 + github = "calbrecht"; 633 + name = "Christian Albrecht"; 634 + }; 635 + calrama = { 636 + email = "moritz@ucworks.org"; 637 + github = "MoritzMaxeiner"; 638 + name = "Moritz Maxeiner"; 639 + }; 640 + calvertvl = { 641 + email = "calvertvl@gmail.com"; 642 + github = "calvertvl"; 643 + name = "Victor Calvert"; 644 + }; 645 + campadrenalin = { 646 + email = "campadrenalin@gmail.com"; 647 + github = "campadrenalin"; 648 + name = "Philip Horger"; 649 + }; 650 + canndrew = { 651 + email = "shum@canndrew.org"; 652 + github = "canndrew"; 653 + name = "Andrew Cann"; 654 + }; 655 + carlsverre = { 656 + email = "accounts@carlsverre.com"; 657 + github = "carlsverre"; 658 + name = "Carl Sverre"; 659 + }; 660 + casey = { 661 + email = "casey@rodarmor.net"; 662 + github = "casey"; 663 + name = "Casey Rodarmor"; 664 + }; 665 + catern = { 666 + email = "sbaugh@catern.com"; 667 + github = "catern"; 668 + name = "Spencer Baugh"; 669 + }; 670 + caugner = { 671 + email = "nixos@caugner.de"; 672 + github = "caugner"; 673 + name = "Claas Augner"; 674 + }; 675 + cdepillabout = { 676 + email = "cdep.illabout@gmail.com"; 677 + github = "cdepillabout"; 678 + name = "Dennis Gosnell"; 679 + }; 680 + cfouche = { 681 + email = "chaddai.fouche@gmail.com"; 682 + github = "Chaddai"; 683 + name = "Chaddaï Fouché"; 684 + }; 685 + changlinli = { 686 + email = "mail@changlinli.com"; 687 + github = "changlinli"; 688 + name = "Changlin Li"; 689 + }; 690 + chaoflow = { 691 + email = "flo@chaoflow.net"; 692 + github = "chaoflow"; 693 + name = "Florian Friesdorf"; 694 + }; 695 + chattered = { 696 + email = "me@philscotted.com"; 697 + name = "Phil Scott"; 698 + }; 699 + chiiruno = { 700 + email = "okinan@protonmail.com"; 701 + github = "chiiruno"; 702 + name = "Okina Matara"; 703 + }; 704 + choochootrain = { 705 + email = "hurshal@imap.cc"; 706 + github = "choochootrain"; 707 + name = "Hurshal Patel"; 708 + }; 709 + chpatrick = { 710 + email = "chpatrick@gmail.com"; 711 + github = "chpatrick"; 712 + name = "Patrick Chilton"; 713 + }; 714 + chreekat = { 715 + email = "b@chreekat.net"; 716 + github = "chreekat"; 717 + name = "Bryan Richter"; 718 + }; 719 + chris-martin = { 720 + email = "ch.martin@gmail.com"; 721 + github = "chris-martin"; 722 + name = "Chris Martin"; 723 + }; 724 + chrisjefferson = { 725 + email = "chris@bubblescope.net"; 726 + github = "chrisjefferson"; 727 + name = "Christopher Jefferson"; 728 + }; 729 + chrisrosset = { 730 + email = "chris@rosset.org.uk"; 731 + github = "chrisrosset"; 732 + name = "Christopher Rosset"; 733 + }; 734 + christopherpoole = { 735 + email = "mail@christopherpoole.net"; 736 + github = "christopherpoole"; 737 + name = "Christopher Mark Poole"; 738 + }; 739 + ciil = { 740 + email = "simon@lackerbauer.com"; 741 + github = "ciil"; 742 + name = "Simon Lackerbauer"; 743 + }; 744 + ck3d = { 745 + email = "ck3d@gmx.de"; 746 + github = "ck3d"; 747 + name = "Christian Kögler"; 748 + }; 749 + ckampka = { 750 + email = "christian@kampka.net"; 751 + github = "kampka"; 752 + name = "Christian Kampka"; 753 + }; 754 + ckauhaus = { 755 + email = "kc@flyingcircus.io"; 756 + github = "ckauhaus"; 757 + name = "Christian Kauhaus"; 758 + }; 759 + cko = { 760 + email = "christine.koppelt@gmail.com"; 761 + github = "cko"; 762 + name = "Christine Koppelt"; 763 + }; 764 + cleverca22 = { 765 + email = "cleverca22@gmail.com"; 766 + github = "cleverca22"; 767 + name = "Michael Bishop"; 768 + }; 769 + cmcdragonkai = { 770 + email = "roger.qiu@matrix.ai"; 771 + github = "cmcdragonkai"; 772 + name = "Roger Qiu"; 773 + }; 774 + cmfwyp = { 775 + email = "cmfwyp@riseup.net"; 776 + github = "cmfwyp"; 777 + name = "cmfwyp"; 778 + }; 779 + cobbal = { 780 + email = "andrew.cobb@gmail.com"; 781 + github = "cobbal"; 782 + name = "Andrew Cobb"; 783 + }; 784 + coconnor = { 785 + email = "coreyoconnor@gmail.com"; 786 + github = "coreyoconnor"; 787 + name = "Corey O'Connor"; 788 + }; 789 + codsl = { 790 + email = "codsl@riseup.net"; 791 + github = "codsl"; 792 + name = "codsl"; 793 + }; 794 + codyopel = { 795 + email = "codyopel@gmail.com"; 796 + github = "codyopel"; 797 + name = "Cody Opel"; 798 + }; 799 + colemickens = { 800 + email = "cole.mickens@gmail.com"; 801 + github = "colemickens"; 802 + name = "Cole Mickens"; 803 + }; 804 + colescott = { 805 + email = "colescottsf@gmail.com"; 806 + github = "colescott"; 807 + name = "Cole Scott"; 808 + }; 809 + copumpkin = { 810 + email = "pumpkingod@gmail.com"; 811 + github = "copumpkin"; 812 + name = "Dan Peebles"; 813 + }; 814 + corngood = { 815 + email = "corngood@gmail.com"; 816 + github = "corngood"; 817 + name = "David McFarland"; 818 + }; 819 + coroa = { 820 + email = "jonas@chaoflow.net"; 821 + github = "coroa"; 822 + name = "Jonas Hörsch"; 823 + }; 824 + couchemar = { 825 + email = "couchemar@yandex.ru"; 826 + github = "couchemar"; 827 + name = "Andrey Pavlov"; 828 + }; 829 + cpages = { 830 + email = "page@ruiec.cat"; 831 + github = "cpages"; 832 + name = "Carles Pagès"; 833 + }; 834 + cransom = { 835 + email = "cransom@hubns.net"; 836 + github = "cransom"; 837 + name = "Casey Ransom"; 838 + }; 839 + cryptix = { 840 + email = "cryptix@riseup.net"; 841 + github = "cryptix"; 842 + name = "Henry Bubert"; 843 + }; 844 + csingley = { 845 + email = "csingley@gmail.com"; 846 + github = "csingley"; 847 + name = "Christopher Singley"; 848 + }; 849 + cstrahan = { 850 + email = "charles@cstrahan.com"; 851 + github = "cstrahan"; 852 + name = "Charles Strahan"; 853 + }; 854 + cwoac = { 855 + email = "oliver@codersoffortune.net"; 856 + github = "cwoac"; 857 + name = "Oliver Matthews"; 858 + }; 859 + danbst = { 860 + email = "abcz2.uprola@gmail.com"; 861 + github = "danbst"; 862 + name = "Danylo Hlynskyi"; 863 + }; 864 + dancek = { 865 + email = "hannu.hartikainen@gmail.com"; 866 + github = "dancek"; 867 + name = "Hannu Hartikainen"; 868 + }; 869 + danharaj = { 870 + email = "dan@obsidian.systems"; 871 + github = "danharaj"; 872 + name = "Dan Haraj"; 873 + }; 874 + danielfullmer = { 875 + email = "danielrf12@gmail.com"; 876 + github = "danielfullmer"; 877 + name = "Daniel Fullmer"; 878 + }; 879 + dasuxullebt = { 880 + email = "christoph.senjak@googlemail.com"; 881 + name = "Christoph-Simon Senjak"; 882 + }; 883 + david50407 = { 884 + email = "me@davy.tw"; 885 + github = "david50407"; 886 + name = "David Kuo"; 887 + }; 888 + davidak = { 889 + email = "post@davidak.de"; 890 + github = "davidak"; 891 + name = "David Kleuker"; 892 + }; 893 + davidrusu = { 894 + email = "davidrusu.me@gmail.com"; 895 + github = "davidrusu"; 896 + name = "David Rusu"; 897 + }; 898 + davorb = { 899 + email = "davor@davor.se"; 900 + github = "davorb"; 901 + name = "Davor Babic"; 902 + }; 903 + dbohdan = { 904 + email = "danyil.bohdan@gmail.com"; 905 + github = "dbohdan"; 906 + name = "Danyil Bohdan"; 907 + }; 908 + dbrock = { 909 + email = "daniel@brockman.se"; 910 + github = "dbrock"; 911 + name = "Daniel Brockman"; 912 + }; 913 + deepfire = { 914 + email = "_deepfire@feelingofgreen.ru"; 915 + github = "deepfire"; 916 + name = "Kosyrev Serge"; 917 + }; 918 + demin-dmitriy = { 919 + email = "demindf@gmail.com"; 920 + github = "demin-dmitriy"; 921 + name = "Dmitriy Demin"; 922 + }; 923 + derchris = { 924 + email = "derchris@me.com"; 925 + github = "derchrisuk"; 926 + name = "Christian Gerbrandt"; 927 + }; 928 + dermetfan = { 929 + email = "serverkorken@gmail.com"; 930 + github = "dermetfan"; 931 + name = "Robin Stumm"; 932 + }; 933 + desiderius = { 934 + email = "didier@devroye.name"; 935 + github = "desiderius"; 936 + name = "Didier J. Devroye"; 937 + }; 938 + devhell = { 939 + email = "\"^\"@regexmail.net"; 940 + github = "devhell"; 941 + name = "devhell"; 942 + }; 943 + dezgeg = { 944 + email = "tuomas.tynkkynen@iki.fi"; 945 + github = "dezgeg"; 946 + name = "Tuomas Tynkkynen"; 947 + }; 948 + dfordivam = { 949 + email = "dfordivam+nixpkgs@gmail.com"; 950 + github = "dfordivam"; 951 + name = "Divam"; 952 + }; 953 + dfoxfranke = { 954 + email = "dfoxfranke@gmail.com"; 955 + github = "dfoxfranke"; 956 + name = "Daniel Fox Franke"; 957 + }; 958 + dgonyeo = { 959 + email = "derek@gonyeo.com"; 960 + github = "dgonyeo"; 961 + name = "Derek Gonyeo"; 962 + }; 963 + dipinhora = { 964 + email = "dipinhora+github@gmail.com"; 965 + github = "dipinhora"; 966 + name = "Dipin Hora"; 967 + }; 968 + disassembler = { 969 + email = "disasm@gmail.com"; 970 + github = "disassembler"; 971 + name = "Samuel Leathers"; 972 + }; 973 + dizfer = { 974 + email = "david@izquierdofernandez.com"; 975 + github = "dizfer"; 976 + name = "David Izquierdo"; 977 + }; 978 + dmalikov = { 979 + email = "malikov.d.y@gmail.com"; 980 + github = "dmalikov"; 981 + name = "Dmitry Malikov"; 982 + }; 983 + dmjio = { 984 + email = "djohnson.m@gmail.com"; 985 + github = "dmjio"; 986 + name = "David Johnson"; 987 + }; 988 + dochang = { 989 + email = "dochang@gmail.com"; 990 + github = "dochang"; 991 + name = "Desmond O. Chang"; 992 + }; 993 + domenkozar = { 994 + email = "domen@dev.si"; 995 + github = "domenkozar"; 996 + name = "Domen Kozar"; 997 + }; 998 + dotlambda = { 999 + email = "rschuetz17@gmail.com"; 1000 + github = "dotlambda"; 1001 + name = "Robert Schütz"; 1002 + }; 1003 + doublec = { 1004 + email = "chris.double@double.co.nz"; 1005 + github = "doublec"; 1006 + name = "Chris Double"; 1007 + }; 1008 + dpaetzel = { 1009 + email = "david.a.paetzel@gmail.com"; 1010 + github = "dpaetzel"; 1011 + name = "David Pätzel"; 1012 + }; 1013 + dpflug = { 1014 + email = "david@pflug.email"; 1015 + github = "dpflug"; 1016 + name = "David Pflug"; 1017 + }; 1018 + drets = { 1019 + email = "dmitryrets@gmail.com"; 1020 + github = "drets"; 1021 + name = "Dmytro Rets"; 1022 + }; 1023 + drewkett = { 1024 + email = "burkett.andrew@gmail.com"; 1025 + name = "Andrew Burkett"; 1026 + }; 1027 + dsferruzza = { 1028 + email = "david.sferruzza@gmail.com"; 1029 + github = "dsferruzza"; 1030 + name = "David Sferruzza"; 1031 + }; 1032 + dtzWill = { 1033 + email = "nix@wdtz.org"; 1034 + github = "dtzWill"; 1035 + name = "Will Dietz"; 1036 + }; 1037 + dupgit = { 1038 + email = "olivier.delhomme@free.fr"; 1039 + github = "dupgit"; 1040 + name = "Olivier Delhomme"; 1041 + }; 1042 + dywedir = { 1043 + email = "dywedir@protonmail.ch"; 1044 + github = "dywedir"; 1045 + name = "Vladyslav M."; 1046 + }; 1047 + dzabraev = { 1048 + email = "dzabraew@gmail.com"; 1049 + github = "dzabraev"; 1050 + name = "Maksim Dzabraev"; 1051 + }; 1052 + e-user = { 1053 + email = "nixos@sodosopa.io"; 1054 + github = "e-user"; 1055 + name = "Alexander Kahl"; 1056 + }; 1057 + earldouglas = { 1058 + email = "james@earldouglas.com"; 1059 + github = "earldouglas"; 1060 + name = "James Earl Douglas"; 1061 + }; 1062 + earvstedt = { 1063 + email = "erik.arvstedt@gmail.com"; 1064 + github = "erikarvstedt"; 1065 + name = "Erik Arvstedt"; 1066 + }; 1067 + ebzzry = { 1068 + email = "ebzzry@ebzzry.io"; 1069 + github = "ebzzry"; 1070 + name = "Rommel Martinez"; 1071 + }; 1072 + edanaher = { 1073 + email = "nixos@edanaher.net"; 1074 + github = "edanaher"; 1075 + name = "Evan Danaher"; 1076 + }; 1077 + edef = { 1078 + email = "edef@edef.eu"; 1079 + github = "edef1c"; 1080 + name = "edef"; 1081 + }; 1082 + ederoyd46 = { 1083 + email = "matt@ederoyd.co.uk"; 1084 + github = "ederoyd46"; 1085 + name = "Matthew Brown"; 1086 + }; 1087 + eduarrrd = { 1088 + email = "e.bachmakov@gmail.com"; 1089 + github = "eduarrrd"; 1090 + name = "Eduard Bachmakov"; 1091 + }; 1092 + edwtjo = { 1093 + email = "ed@cflags.cc"; 1094 + github = "edwtjo"; 1095 + name = "Edward Tjörnhammar"; 1096 + }; 1097 + eelco = { 1098 + email = "eelco.dolstra@logicblox.com"; 1099 + github = "edolstra"; 1100 + name = "Eelco Dolstra"; 1101 + }; 1102 + ehegnes = { 1103 + email = "eric.hegnes@gmail.com"; 1104 + github = "ehegnes"; 1105 + name = "Eric Hegnes"; 1106 + }; 1107 + ehmry = { 1108 + email = "emery@vfemail.net"; 1109 + name = "Emery Hemingway"; 1110 + }; 1111 + eikek = { 1112 + email = "eike.kettner@posteo.de"; 1113 + github = "eikek"; 1114 + name = "Eike Kettner"; 1115 + }; 1116 + ekleog = { 1117 + email = "leo@gaspard.io"; 1118 + github = "ekleog"; 1119 + name = "Leo Gaspard"; 1120 + }; 1121 + elasticdog = { 1122 + email = "aaron@elasticdog.com"; 1123 + github = "elasticdog"; 1124 + name = "Aaron Bull Schaefer"; 1125 + }; 1126 + eleanor = { 1127 + email = "dejan@proteansec.com"; 1128 + github = "proteansec"; 1129 + name = "Dejan Lukan"; 1130 + }; 1131 + elijahcaine = { 1132 + email = "elijahcainemv@gmail.com"; 1133 + github = "pop"; 1134 + name = "Elijah Caine"; 1135 + }; 1136 + elitak = { 1137 + email = "elitak@gmail.com"; 1138 + github = "elitak"; 1139 + name = "Eric Litak"; 1140 + }; 1141 + ellis = { 1142 + email = "nixos@ellisw.net"; 1143 + github = "ellis"; 1144 + name = "Ellis Whitehead"; 1145 + }; 1146 + enzime = { 1147 + email = "enzime@users.noreply.github.com"; 1148 + github = "enzime"; 1149 + name = "Michael Hoang"; 1150 + }; 1151 + eperuffo = { 1152 + email = "info@emanueleperuffo.com"; 1153 + github = "emanueleperuffo"; 1154 + name = "Emanuele Peruffo"; 1155 + }; 1156 + epitrochoid = { 1157 + email = "mpcervin@uncg.edu"; 1158 + name = "Mabry Cervin"; 1159 + }; 1160 + eqyiel = { 1161 + email = "r@rkm.id.au"; 1162 + github = "eqyiel"; 1163 + name = "Ruben Maher"; 1164 + }; 1165 + ericbmerritt = { 1166 + email = "eric@afiniate.com"; 1167 + github = "ericbmerritt"; 1168 + name = "Eric Merritt"; 1169 + }; 1170 + erosennin = { 1171 + email = "ag@sologoc.com"; 1172 + github = "erosennin"; 1173 + name = "Andrey Golovizin"; 1174 + }; 1175 + ericsagnes = { 1176 + email = "eric.sagnes@gmail.com"; 1177 + github = "ericsagnes"; 1178 + name = "Eric Sagnes"; 1179 + }; 1180 + ericson2314 = { 1181 + email = "John.Ericson@Obsidian.Systems"; 1182 + github = "ericson2314"; 1183 + name = "John Ericson"; 1184 + }; 1185 + erictapen = { 1186 + email = "justin.humm@posteo.de"; 1187 + github = "erictapen"; 1188 + name = "Justin Humm"; 1189 + }; 1190 + erikryb = { 1191 + email = "erik.rybakken@math.ntnu.no"; 1192 + github = "erikryb"; 1193 + name = "Erik Rybakken"; 1194 + }; 1195 + ertes = { 1196 + email = "esz@posteo.de"; 1197 + github = "ertes"; 1198 + name = "Ertugrul Söylemez"; 1199 + }; 1200 + ethercrow = { 1201 + email = "ethercrow@gmail.com"; 1202 + github = "ethercrow"; 1203 + name = "Dmitry Ivanov"; 1204 + }; 1205 + etu = { 1206 + email = "elis@hirwing.se"; 1207 + github = "etu"; 1208 + name = "Elis Hirwing"; 1209 + }; 1210 + exfalso = { 1211 + email = "0slemi0@gmail.com"; 1212 + github = "exfalso"; 1213 + name = "Andras Slemmer"; 1214 + }; 1215 + exi = { 1216 + email = "nixos@reckling.org"; 1217 + github = "exi"; 1218 + name = "Reno Reckling"; 1219 + }; 1220 + exlevan = { 1221 + email = "exlevan@gmail.com"; 1222 + github = "exlevan"; 1223 + name = "Alexey Levan"; 1224 + }; 1225 + expipiplus1 = { 1226 + email = "nix@monoid.al"; 1227 + github = "expipiplus1"; 1228 + name = "Joe Hermaszewski"; 1229 + }; 1230 + f-breidenstein = { 1231 + email = "mail@felixbreidenstein.de"; 1232 + github = "f-breidenstein"; 1233 + name = "Felix Breidenstein"; 1234 + }; 1235 + fadenb = { 1236 + email = "tristan.helmich+nixos@gmail.com"; 1237 + github = "fadenb"; 1238 + name = "Tristan Helmich"; 1239 + }; 1240 + falsifian = { 1241 + email = "james.cook@utoronto.ca"; 1242 + github = "falsifian"; 1243 + name = "James Cook"; 1244 + }; 1245 + fare = { 1246 + email = "fahree@gmail.com"; 1247 + github = "fare"; 1248 + name = "Francois-Rene Rideau"; 1249 + }; 1250 + fgaz = { 1251 + email = "francygazz@gmail.com"; 1252 + github = "fgaz"; 1253 + name = "Francesco Gazzetta"; 1254 + }; 1255 + flokli = { 1256 + email = "flokli@flokli.de"; 1257 + github = "flokli"; 1258 + name = "Florian Klink"; 1259 + }; 1260 + florianjacob = { 1261 + email = "projects+nixos@florianjacob.de"; 1262 + github = "florianjacob"; 1263 + name = "Florian Jacob"; 1264 + }; 1265 + flosse = { 1266 + email = "mail@markus-kohlhase.de"; 1267 + github = "flosse"; 1268 + name = "Markus Kohlhase"; 1269 + }; 1270 + fluffynukeit = { 1271 + email = "dan@fluffynukeit.com"; 1272 + github = "fluffynukeit"; 1273 + name = "Daniel Austin"; 1274 + }; 1275 + fmthoma = { 1276 + email = "f.m.thoma@googlemail.com"; 1277 + github = "fmthoma"; 1278 + name = "Franz Thoma"; 1279 + }; 1280 + forkk = { 1281 + email = "forkk@forkk.net"; 1282 + github = "forkk"; 1283 + name = "Andrew Okin"; 1284 + }; 1285 + fornever = { 1286 + email = "friedrich@fornever.me"; 1287 + github = "fornever"; 1288 + name = "Friedrich von Never"; 1289 + }; 1290 + fpletz = { 1291 + email = "fpletz@fnordicwalking.de"; 1292 + github = "fpletz"; 1293 + name = "Franz Pletz"; 1294 + }; 1295 + fps = { 1296 + email = "mista.tapas@gmx.net"; 1297 + github = "fps"; 1298 + name = "Florian Paul Schmidt"; 1299 + }; 1300 + fridh = { 1301 + email = "fridh@fridh.nl"; 1302 + github = "fridh"; 1303 + name = "Frederik Rietdijk"; 1304 + }; 1305 + frlan = { 1306 + email = "frank@frank.uvena.de"; 1307 + github = "frlan"; 1308 + name = "Frank Lanitz"; 1309 + }; 1310 + fro_ozen = { 1311 + email = "fro_ozen@gmx.de"; 1312 + github = "froozen"; 1313 + name = "fro_ozen"; 1314 + }; 1315 + ftrvxmtrx = { 1316 + email = "ftrvxmtrx@gmail.com"; 1317 + github = "ftrvxmtrx"; 1318 + name = "Siarhei Zirukin"; 1319 + }; 1320 + funfunctor = { 1321 + email = "eocallaghan@alterapraxis.com"; 1322 + name = "Edward O'Callaghan"; 1323 + }; 1324 + fuuzetsu = { 1325 + email = "fuuzetsu@fuuzetsu.co.uk"; 1326 + github = "fuuzetsu"; 1327 + name = "Mateusz Kowalczyk"; 1328 + }; 1329 + fuzzy-id = { 1330 + email = "hacking+nixos@babibo.de"; 1331 + name = "Thomas Bach"; 1332 + }; 1333 + fxfactorial = { 1334 + email = "edgar.factorial@gmail.com"; 1335 + github = "fxfactorial"; 1336 + name = "Edgar Aroutiounian"; 1337 + }; 1338 + gabesoft = { 1339 + email = "gabesoft@gmail.com"; 1340 + github = "gabesoft"; 1341 + name = "Gabriel Adomnicai"; 1342 + }; 1343 + gal_bolle = { 1344 + email = "florent.becker@ens-lyon.org"; 1345 + github = "FlorentBecker"; 1346 + name = "Florent Becker"; 1347 + }; 1348 + garbas = { 1349 + email = "rok@garbas.si"; 1350 + github = "garbas"; 1351 + name = "Rok Garbas"; 1352 + }; 1353 + garrison = { 1354 + email = "jim@garrison.cc"; 1355 + github = "garrison"; 1356 + name = "Jim Garrison"; 1357 + }; 1358 + gavin = { 1359 + email = "gavin@praxeology.co.uk"; 1360 + github = "gavinrogers"; 1361 + name = "Gavin Rogers"; 1362 + }; 1363 + gebner = { 1364 + email = "gebner@gebner.org"; 1365 + github = "gebner"; 1366 + name = "Gabriel Ebner"; 1367 + }; 1368 + geistesk = { 1369 + email = "post@0x21.biz"; 1370 + github = "geistesk"; 1371 + name = "Alvar Penning"; 1372 + }; 1373 + genesis = { 1374 + email = "ronan@aimao.org"; 1375 + github = "bignaux"; 1376 + name = "Ronan Bignaux"; 1377 + }; 1378 + georgewhewell = { 1379 + email = "georgerw@gmail.com"; 1380 + github = "georgewhewell"; 1381 + name = "George Whewell"; 1382 + }; 1383 + gilligan = { 1384 + email = "tobias.pflug@gmail.com"; 1385 + github = "gilligan"; 1386 + name = "Tobias Pflug"; 1387 + }; 1388 + giogadi = { 1389 + email = "lgtorres42@gmail.com"; 1390 + github = "giogadi"; 1391 + name = "Luis G. Torres"; 1392 + }; 1393 + gleber = { 1394 + email = "gleber.p@gmail.com"; 1395 + github = "gleber"; 1396 + name = "Gleb Peregud"; 1397 + }; 1398 + glenns = { 1399 + email = "glenn.searby@gmail.com"; 1400 + github = "glenns"; 1401 + name = "Glenn Searby"; 1402 + }; 1403 + globin = { 1404 + email = "mail@glob.in"; 1405 + github = "globin"; 1406 + name = "Robin Gloster"; 1407 + }; 1408 + gnidorah = { 1409 + email = "yourbestfriend@opmbx.org"; 1410 + github = "gnidorah"; 1411 + name = "Alex Ivanov"; 1412 + }; 1413 + goibhniu = { 1414 + email = "cillian.deroiste@gmail.com"; 1415 + github = "cillianderoiste"; 1416 + name = "Cillian de Róiste"; 1417 + }; 1418 + goodrone = { 1419 + email = "goodrone@gmail.com"; 1420 + github = "goodrone"; 1421 + name = "Andrew Trachenko"; 1422 + }; 1423 + gpyh = { 1424 + email = "yacine.hmito@gmail.com"; 1425 + github = "yacinehmito"; 1426 + name = "Yacine Hmito"; 1427 + }; 1428 + grahamc = { 1429 + email = "graham@grahamc.com"; 1430 + github = "grahamc"; 1431 + name = "Graham Christensen"; 1432 + }; 1433 + grburst = { 1434 + email = "grburst@openmailbox.org"; 1435 + github = "grburst"; 1436 + name = "Julius Elias"; 1437 + }; 1438 + gridaphobe = { 1439 + email = "eric@seidel.io"; 1440 + github = "gridaphobe"; 1441 + name = "Eric Seidel"; 1442 + }; 1443 + guibert = { 1444 + email = "david.guibert@gmail.com"; 1445 + github = "dguibert"; 1446 + name = "David Guibert"; 1447 + }; 1448 + guibou = { 1449 + email = "guillaum.bouchard@gmail.com"; 1450 + github = "guibou"; 1451 + name = "Guillaume Bouchard"; 1452 + }; 1453 + guillaumekoenig = { 1454 + email = "guillaume.edward.koenig@gmail.com"; 1455 + github = "guillaumekoenig"; 1456 + name = "Guillaume Koenig"; 1457 + }; 1458 + guyonvarch = { 1459 + email = "joris@guyonvarch.me"; 1460 + github = "guyonvarch"; 1461 + name = "Joris Guyonvarch"; 1462 + }; 1463 + hakuch = { 1464 + email = "hakuch@gmail.com"; 1465 + github = "hakuch"; 1466 + name = "Jesse Haber-Kucharsky"; 1467 + }; 1468 + hamhut1066 = { 1469 + email = "github@hamhut1066.com"; 1470 + github = "hamhut1066"; 1471 + name = "Hamish Hutchings"; 1472 + }; 1473 + havvy = { 1474 + email = "ryan.havvy@gmail.com"; 1475 + github = "havvy"; 1476 + name = "Ryan Scheel"; 1477 + }; 1478 + hbunke = { 1479 + email = "bunke.hendrik@gmail.com"; 1480 + github = "hbunke"; 1481 + name = "Hendrik Bunke"; 1482 + }; 1483 + hce = { 1484 + email = "hc@hcesperer.org"; 1485 + github = "hce"; 1486 + name = "Hans-Christian Esperer"; 1487 + }; 1488 + hectorj = { 1489 + email = "hector.jusforgues+nixos@gmail.com"; 1490 + github = "hectorj"; 1491 + name = "Hector Jusforgues"; 1492 + }; 1493 + hedning = { 1494 + email = "torhedinbronner@gmail.com"; 1495 + github = "hedning"; 1496 + name = "Tor Hedin Brønner"; 1497 + }; 1498 + heel = { 1499 + email = "parizhskiy@gmail.com"; 1500 + github = "heel"; 1501 + name = "Sergii Paryzhskyi"; 1502 + }; 1503 + henrytill = { 1504 + email = "henrytill@gmail.com"; 1505 + github = "henrytill"; 1506 + name = "Henry Till"; 1507 + }; 1508 + hhm = { 1509 + email = "heehooman+nixpkgs@gmail.com"; 1510 + github = "hhm0"; 1511 + name = "hhm"; 1512 + }; 1513 + hinton = { 1514 + email = "t@larkery.com"; 1515 + name = "Tom Hinton"; 1516 + }; 1517 + hodapp = { 1518 + email = "hodapp87@gmail.com"; 1519 + github = "Hodapp87"; 1520 + name = "Chris Hodapp"; 1521 + }; 1522 + hrdinka = { 1523 + email = "c.nix@hrdinka.at"; 1524 + github = "hrdinka"; 1525 + name = "Christoph Hrdinka"; 1526 + }; 1527 + htr = { 1528 + email = "hugo@linux.com"; 1529 + github = "htr"; 1530 + name = "Hugo Tavares Reis"; 1531 + }; 1532 + hyphon81 = { 1533 + email = "zero812n@gmail.com"; 1534 + github = "hyphon81"; 1535 + name = "Masato Yonekawa"; 1536 + }; 1537 + iand675 = { 1538 + email = "ian@iankduncan.com"; 1539 + github = "iand675"; 1540 + name = "Ian Duncan"; 1541 + }; 1542 + ianwookim = { 1543 + email = "ianwookim@gmail.com"; 1544 + github = "wavewave"; 1545 + name = "Ian-Woo Kim"; 1546 + }; 1547 + iblech = { 1548 + email = "iblech@speicherleck.de"; 1549 + github = "iblech"; 1550 + name = "Ingo Blechschmidt"; 1551 + }; 1552 + igsha = { 1553 + email = "igor.sharonov@gmail.com"; 1554 + github = "igsha"; 1555 + name = "Igor Sharonov"; 1556 + }; 1557 + ikervagyok = { 1558 + email = "ikervagyok@gmail.com"; 1559 + github = "ikervagyok"; 1560 + name = "Balázs Lengyel"; 1561 + }; 1562 + ilya-kolpakov = { 1563 + email = "ilya.kolpakov@gmail.com"; 1564 + github = "ilya-kolpakov"; 1565 + name = "Ilya Kolpakov"; 1566 + }; 1567 + infinisil = { 1568 + email = "infinisil@icloud.com"; 1569 + github = "infinisil"; 1570 + name = "Silvan Mosberger"; 1571 + }; 1572 + ironpinguin = { 1573 + email = "michele@catalano.de"; 1574 + github = "ironpinguin"; 1575 + name = "Michele Catalano"; 1576 + }; 1577 + ivan-tkatchev = { 1578 + email = "tkatchev@gmail.com"; 1579 + name = "Ivan Tkatchev"; 1580 + }; 1581 + ixmatus = { 1582 + email = "parnell@digitalmentat.com"; 1583 + github = "ixmatus"; 1584 + name = "Parnell Springmeyer"; 1585 + }; 1586 + ixxie = { 1587 + email = "matan@fluxcraft.net"; 1588 + github = "ixxie"; 1589 + name = "Matan Bendix Shenhav"; 1590 + }; 1591 + izorkin = { 1592 + email = "Izorkin@gmail.com"; 1593 + github = "izorkin"; 1594 + name = "Yurii Izorkin"; 1595 + }; 1596 + j-keck = { 1597 + email = "jhyphenkeck@gmail.com"; 1598 + github = "j-keck"; 1599 + name = "Jürgen Keck"; 1600 + }; 1601 + jagajaga = { 1602 + email = "ars.seroka@gmail.com"; 1603 + github = "jagajaga"; 1604 + name = "Arseniy Seroka"; 1605 + }; 1606 + jammerful = { 1607 + email = "jammerful@gmail.com"; 1608 + github = "jammerful"; 1609 + name = "jammerful"; 1610 + }; 1611 + jansol = { 1612 + email = "jan.solanti@paivola.fi"; 1613 + github = "jansol"; 1614 + name = "Jan Solanti"; 1615 + }; 1616 + javaguirre = { 1617 + email = "contacto@javaguirre.net"; 1618 + github = "javaguirre"; 1619 + name = "Javier Aguirre"; 1620 + }; 1621 + jb55 = { 1622 + email = "jb55@jb55.com"; 1623 + github = "jb55"; 1624 + name = "William Casarin"; 1625 + }; 1626 + jbedo = { 1627 + email = "cu@cua0.org"; 1628 + github = "jbedo"; 1629 + name = "Justin Bedő"; 1630 + }; 1631 + jcumming = { 1632 + email = "jack@mudshark.org"; 1633 + name = "Jack Cummings"; 1634 + }; 1635 + jdagilliland = { 1636 + email = "jdagilliland@gmail.com"; 1637 + github = "jdagilliland"; 1638 + name = "Jason Gilliland"; 1639 + }; 1640 + jefdaj = { 1641 + email = "jefdaj@gmail.com"; 1642 + github = "jefdaj"; 1643 + name = "Jeffrey David Johnson"; 1644 + }; 1645 + jensbin = { 1646 + email = "jensbin@protonmail.com"; 1647 + github = "jensbin"; 1648 + name = "Jens Binkert"; 1649 + }; 1650 + jerith666 = { 1651 + email = "github@matt.mchenryfamily.org"; 1652 + github = "jerith666"; 1653 + name = "Matt McHenry"; 1654 + }; 1655 + jfb = { 1656 + email = "james@yamtime.com"; 1657 + github = "tftio"; 1658 + name = "James Felix Black"; 1659 + }; 1660 + jfrankenau = { 1661 + email = "johannes@frankenau.net"; 1662 + github = "jfrankenau"; 1663 + name = "Johannes Frankenau"; 1664 + }; 1665 + jgeerds = { 1666 + email = "jascha@jgeerds.name"; 1667 + github = "jgeerds"; 1668 + name = "Jascha Geerds"; 1669 + }; 1670 + jgertm = { 1671 + email = "jger.tm@gmail.com"; 1672 + github = "jgertm"; 1673 + name = "Tim Jaeger"; 1674 + }; 1675 + jgillich = { 1676 + email = "jakob@gillich.me"; 1677 + github = "jgillich"; 1678 + name = "Jakob Gillich"; 1679 + }; 1680 + jhhuh = { 1681 + email = "jhhuh.note@gmail.com"; 1682 + github = "jhhuh"; 1683 + name = "Ji-Haeng Huh"; 1684 + }; 1685 + jirkamarsik = { 1686 + email = "jiri.marsik89@gmail.com"; 1687 + github = "jirkamarsik"; 1688 + name = "Jirka Marsik"; 1689 + }; 1690 + jlesquembre = { 1691 + email = "jl@lafuente.me"; 1692 + github = "jlesquembre"; 1693 + name = "José Luis Lafuente"; 1694 + }; 1695 + jluttine = { 1696 + email = "jaakko.luttinen@iki.fi"; 1697 + github = "jluttine"; 1698 + name = "Jaakko Luttinen"; 1699 + }; 1700 + joachifm = { 1701 + email = "joachifm@fastmail.fm"; 1702 + github = "joachifm"; 1703 + name = "Joachim Fasting"; 1704 + }; 1705 + joamaki = { 1706 + email = "joamaki@gmail.com"; 1707 + github = "joamaki"; 1708 + name = "Jussi Maki"; 1709 + }; 1710 + joelmo = { 1711 + email = "joel.moberg@gmail.com"; 1712 + github = "joelmo"; 1713 + name = "Joel Moberg"; 1714 + }; 1715 + joelteon = { 1716 + email = "me@joelt.io"; 1717 + name = "Joel Taylor"; 1718 + }; 1719 + johbo = { 1720 + email = "johannes@bornhold.name"; 1721 + github = "johbo"; 1722 + name = "Johannes Bornhold"; 1723 + }; 1724 + johnazoidberg = { 1725 + email = "git@danielschaefer.me"; 1726 + github = "johnazoidberg"; 1727 + name = "Daniel Schäfer"; 1728 + }; 1729 + johnmh = { 1730 + email = "johnmh@openblox.org"; 1731 + github = "johnmh"; 1732 + name = "John M. Harris, Jr."; 1733 + }; 1734 + johnramsden = { 1735 + email = "johnramsden@riseup.net"; 1736 + github = "johnramsden"; 1737 + name = "John Ramsden"; 1738 + }; 1739 + joko = { 1740 + email = "ioannis.koutras@gmail.com"; 1741 + github = "jokogr"; 1742 + name = "Ioannis Koutras"; 1743 + }; 1744 + jonafato = { 1745 + email = "jon@jonafato.com"; 1746 + github = "jonafato"; 1747 + name = "Jon Banafato"; 1748 + }; 1749 + joncojonathan = { 1750 + email = "joncojonathan@gmail.com"; 1751 + github = "joncojonathan"; 1752 + name = "Jonathan Haddock"; 1753 + }; 1754 + jpdoyle = { 1755 + email = "joethedoyle@gmail.com"; 1756 + github = "jpdoyle"; 1757 + name = "Joe Doyle"; 1758 + }; 1759 + jpierre03 = { 1760 + email = "nix@prunetwork.fr"; 1761 + github = "jpierre03"; 1762 + name = "Jean-Pierre PRUNARET"; 1763 + }; 1764 + jpotier = { 1765 + email = "jpo.contributes.to.nixos@marvid.fr"; 1766 + github = "jpotier"; 1767 + name = "Martin Potier"; 1768 + }; 1769 + jraygauthier = { 1770 + email = "jraygauthier@gmail.com"; 1771 + github = "jraygauthier"; 1772 + name = "Raymond Gauthier"; 1773 + }; 1774 + jtojnar = { 1775 + email = "jtojnar@gmail.com"; 1776 + github = "jtojnar"; 1777 + name = "Jan Tojnar"; 1778 + }; 1779 + juliendehos = { 1780 + email = "dehos@lisic.univ-littoral.fr"; 1781 + github = "juliendehos"; 1782 + name = "Julien Dehos"; 1783 + }; 1784 + jwiegley = { 1785 + email = "johnw@newartisans.com"; 1786 + github = "jwiegley"; 1787 + name = "John Wiegley"; 1788 + }; 1789 + jwilberding = { 1790 + email = "jwilberding@afiniate.com"; 1791 + name = "Jordan Wilberding"; 1792 + }; 1793 + jyp = { 1794 + email = "jeanphilippe.bernardy@gmail.com"; 1795 + github = "jyp"; 1796 + name = "Jean-Philippe Bernardy"; 1797 + }; 1798 + jzellner = { 1799 + email = "jeffz@eml.cc"; 1800 + github = "sofuture"; 1801 + name = "Jeff Zellner"; 1802 + }; 1803 + kaiha = { 1804 + email = "kai.harries@gmail.com"; 1805 + github = "kaiha"; 1806 + name = "Kai Harries"; 1807 + }; 1808 + kamilchm = { 1809 + email = "kamil.chm@gmail.com"; 1810 + github = "kamilchm"; 1811 + name = "Kamil Chmielewski"; 1812 + }; 1813 + kampfschlaefer = { 1814 + email = "arnold@arnoldarts.de"; 1815 + github = "kampfschlaefer"; 1816 + name = "Arnold Krille"; 1817 + }; 1818 + karolchmist = { 1819 + email = "info+nix@chmist.com"; 1820 + name = "karolchmist"; 1821 + }; 1822 + kentjames = { 1823 + email = "jameschristopherkent@gmail.com"; 1824 + github = "kentjames"; 1825 + name = "James Kent"; 1826 + }; 1827 + kevincox = { 1828 + email = "kevincox@kevincox.ca"; 1829 + github = "kevincox"; 1830 + name = "Kevin Cox"; 1831 + }; 1832 + khumba = { 1833 + email = "bog@khumba.net"; 1834 + github = "khumba"; 1835 + name = "Bryan Gardiner"; 1836 + }; 1837 + kierdavis = { 1838 + email = "kierdavis@gmail.com"; 1839 + github = "kierdavis"; 1840 + name = "Kier Davis"; 1841 + }; 1842 + kiloreux = { 1843 + email = "kiloreux@gmail.com"; 1844 + github = "kiloreux"; 1845 + name = "Kiloreux Emperex"; 1846 + }; 1847 + kini = { 1848 + email = "keshav.kini@gmail.com"; 1849 + github = "kini"; 1850 + name = "Keshav Kini"; 1851 + }; 1852 + kkallio = { 1853 + email = "tierpluspluslists@gmail.com"; 1854 + name = "Karn Kallio"; 1855 + }; 1856 + knedlsepp = { 1857 + email = "josef.kemetmueller@gmail.com"; 1858 + github = "knedlsepp"; 1859 + name = "Josef Kemetmüller"; 1860 + }; 1861 + konimex = { 1862 + email = "herdiansyah@netc.eu"; 1863 + github = "konimex"; 1864 + name = "Muhammad Herdiansyah"; 1865 + }; 1866 + koral = { 1867 + email = "koral@mailoo.org"; 1868 + github = "k0ral"; 1869 + name = "Koral"; 1870 + }; 1871 + kovirobi = { 1872 + email = "kovirobi@gmail.com"; 1873 + github = "kovirobi"; 1874 + name = "Kovacsics Robert"; 1875 + }; 1876 + kquick = { 1877 + email = "quick@sparq.org"; 1878 + github = "kquick"; 1879 + name = "Kevin Quick"; 1880 + }; 1881 + kragniz = { 1882 + email = "louis@kragniz.eu"; 1883 + github = "kragniz"; 1884 + name = "Louis Taylor"; 1885 + }; 1886 + kristoff3r = { 1887 + email = "k.soeholm@gmail.com"; 1888 + github = "kristoff3r"; 1889 + name = "Kristoffer Søholm"; 1890 + }; 1891 + ktosiek = { 1892 + email = "tomasz.kontusz@gmail.com"; 1893 + github = "ktosiek"; 1894 + name = "Tomasz Kontusz"; 1895 + }; 1896 + kuznero = { 1897 + email = "roman@kuznero.com"; 1898 + github = "kuznero"; 1899 + name = "Roman Kuznetsov"; 1900 + }; 1901 + lasandell = { 1902 + email = "lasandell@gmail.com"; 1903 + github = "lasandell"; 1904 + name = "Luke Sandell"; 1905 + }; 1906 + lassulus = { 1907 + email = "lassulus@gmail.com"; 1908 + github = "Lassulus"; 1909 + name = "Lassulus"; 1910 + }; 1911 + layus = { 1912 + email = "layus.on@gmail.com"; 1913 + github = "layus"; 1914 + name = "Guillaume Maudoux"; 1915 + }; 1916 + lblasc = { 1917 + email = "lblasc@znode.net"; 1918 + github = "lblasc"; 1919 + name = "Luka Blaskovic"; 1920 + }; 1921 + ldesgoui = { 1922 + email = "ldesgoui@gmail.com"; 1923 + github = "ldesgoui"; 1924 + name = "Lucas Desgouilles"; 1925 + }; 1926 + league = { 1927 + email = "league@contrapunctus.net"; 1928 + github = "league"; 1929 + name = "Christopher League"; 1930 + }; 1931 + lebastr = { 1932 + email = "lebastr@gmail.com"; 1933 + github = "lebastr"; 1934 + name = "Alexander Lebedev"; 1935 + }; 1936 + ledif = { 1937 + email = "refuse@gmail.com"; 1938 + github = "ledif"; 1939 + name = "Adam Fidel"; 1940 + }; 1941 + leemachin = { 1942 + email = "me@mrl.ee"; 1943 + github = "leemachin"; 1944 + name = "Lee Machin"; 1945 + }; 1946 + leenaars = { 1947 + email = "ml.software@leenaa.rs"; 1948 + github = "leenaars"; 1949 + name = "Michiel Leenaars"; 1950 + }; 1951 + leonardoce = { 1952 + email = "leonardo.cecchi@gmail.com"; 1953 + github = "leonardoce"; 1954 + name = "Leonardo Cecchi"; 1955 + }; 1956 + lejonet = { 1957 + email = "daniel@kuehn.se"; 1958 + github = "lejonet"; 1959 + name = "Daniel Kuehn"; 1960 + }; 1961 + lethalman = { 1962 + email = "lucabru@src.gnome.org"; 1963 + github = "lethalman"; 1964 + name = "Luca Bruno"; 1965 + }; 1966 + lewo = { 1967 + email = "lewo@abesis.fr"; 1968 + github = "nlewo"; 1969 + name = "Antoine Eiche"; 1970 + }; 1971 + lheckemann = { 1972 + email = "git@sphalerite.org"; 1973 + github = "lheckemann"; 1974 + name = "Linus Heckemann"; 1975 + }; 1976 + lhvwb = { 1977 + email = "nathaniel.baxter@gmail.com"; 1978 + github = "nathanielbaxter"; 1979 + name = "Nathaniel Baxter"; 1980 + }; 1981 + lihop = { 1982 + email = "nixos@leroy.geek.nz"; 1983 + github = "lihop"; 1984 + name = "Leroy Hopson"; 1985 + }; 1986 + limeytexan = { 1987 + email = "limeytexan@gmail.com"; 1988 + github = "limeytexan"; 1989 + name = "Michael Brantley"; 1990 + }; 1991 + linquize = { 1992 + email = "linquize@yahoo.com.hk"; 1993 + github = "linquize"; 1994 + name = "Linquize"; 1995 + }; 1996 + linus = { 1997 + email = "linusarver@gmail.com"; 1998 + github = "listx"; 1999 + name = "Linus Arver"; 2000 + }; 2001 + lluchs = { 2002 + email = "lukas.werling@gmail.com"; 2003 + github = "lluchs"; 2004 + name = "Lukas Werling"; 2005 + }; 2006 + lnl7 = { 2007 + email = "daiderd@gmail.com"; 2008 + github = "lnl7"; 2009 + name = "Daiderd Jordan"; 2010 + }; 2011 + lo1tuma = { 2012 + email = "schreck.mathias@gmail.com"; 2013 + github = "lo1tuma"; 2014 + name = "Mathias Schreck"; 2015 + }; 2016 + loskutov = { 2017 + email = "ignat.loskutov@gmail.com"; 2018 + github = "loskutov"; 2019 + name = "Ignat Loskutov"; 2020 + }; 2021 + lovek323 = { 2022 + email = "jason@oconal.id.au"; 2023 + github = "lovek323"; 2024 + name = "Jason O'Conal"; 2025 + }; 2026 + lowfatcomputing = { 2027 + email = "andreas.wagner@lowfatcomputing.org"; 2028 + github = "lowfatcomputing"; 2029 + name = "Andreas Wagner"; 2030 + }; 2031 + lschuermann = { 2032 + email = "leon.git@is.currently.online"; 2033 + github = "lschuermann"; 2034 + name = "Leon Schuermann"; 2035 + }; 2036 + lsix = { 2037 + email = "lsix@lancelotsix.com"; 2038 + github = "lsix"; 2039 + name = "Lancelot SIX"; 2040 + }; 2041 + ltavard = { 2042 + email = "laure.tavard@univ-grenoble-alpes.fr"; 2043 + github = "ltavard"; 2044 + name = "Laure Tavard"; 2045 + }; 2046 + lucas8 = { 2047 + email = "luc.linux@mailoo.org"; 2048 + github = "lucas8"; 2049 + name = "Luc Chabassier"; 2050 + }; 2051 + ludo = { 2052 + email = "ludo@gnu.org"; 2053 + github = "civodul"; 2054 + name = "Ludovic Courtès"; 2055 + }; 2056 + lufia = { 2057 + email = "lufia@lufia.org"; 2058 + github = "lufia"; 2059 + name = "Kyohei Kadota"; 2060 + }; 2061 + luispedro = { 2062 + email = "luis@luispedro.org"; 2063 + github = "luispedro"; 2064 + name = "Luis Pedro Coelho"; 2065 + }; 2066 + lukego = { 2067 + email = "luke@snabb.co"; 2068 + github = "lukego"; 2069 + name = "Luke Gorrie"; 2070 + }; 2071 + luz = { 2072 + email = "luz666@daum.net"; 2073 + github = "Luz"; 2074 + name = "Luz"; 2075 + }; 2076 + lw = { 2077 + email = "lw@fmap.me"; 2078 + github = "lolwat97"; 2079 + name = "Sergey Sofeychuk"; 2080 + }; 2081 + lyt = { 2082 + email = "wheatdoge@gmail.com"; 2083 + name = "Tim Liou"; 2084 + }; 2085 + m3tti = { 2086 + email = "mathaeus.peter.sander@gmail.com"; 2087 + name = "Mathaeus Sander"; 2088 + }; 2089 + ma27 = { 2090 + email = "maximilian@mbosch.me"; 2091 + github = "ma27"; 2092 + name = "Maximilian Bosch"; 2093 + }; 2094 + madjar = { 2095 + email = "georges.dubus@compiletoi.net"; 2096 + github = "madjar"; 2097 + name = "Georges Dubus"; 2098 + }; 2099 + magnetophon = { 2100 + email = "bart@magnetophon.nl"; 2101 + github = "magnetophon"; 2102 + name = "Bart Brouns"; 2103 + }; 2104 + mahe = { 2105 + email = "matthias.mh.herrmann@gmail.com"; 2106 + github = "2chilled"; 2107 + name = "Matthias Herrmann"; 2108 + }; 2109 + makefu = { 2110 + email = "makefu@syntax-fehler.de"; 2111 + github = "makefu"; 2112 + name = "Felix Richter"; 2113 + }; 2114 + malyn = { 2115 + email = "malyn@strangeGizmo.com"; 2116 + github = "malyn"; 2117 + name = "Michael Alyn Miller"; 2118 + }; 2119 + manveru = { 2120 + email = "m.fellinger@gmail.com"; 2121 + github = "manveru"; 2122 + name = "Michael Fellinger"; 2123 + }; 2124 + marcweber = { 2125 + email = "marco-oweber@gmx.de"; 2126 + github = "marcweber"; 2127 + name = "Marc Weber"; 2128 + }; 2129 + markWot = { 2130 + email = "markus@wotringer.de"; 2131 + name = "Markus Wotringer"; 2132 + }; 2133 + markus1189 = { 2134 + email = "markus1189@gmail.com"; 2135 + github = "markus1189"; 2136 + name = "Markus Hauck"; 2137 + }; 2138 + markuskowa = { 2139 + email = "markus.kowalewski@gmail.com"; 2140 + github = "markuskowa"; 2141 + name = "Markus Kowalewski"; 2142 + }; 2143 + martijnvermaat = { 2144 + email = "martijn@vermaat.name"; 2145 + github = "martijnvermaat"; 2146 + name = "Martijn Vermaat"; 2147 + }; 2148 + martingms = { 2149 + email = "martin@mg.am"; 2150 + github = "martingms"; 2151 + name = "Martin Gammelsæter"; 2152 + }; 2153 + matejc = { 2154 + email = "cotman.matej@gmail.com"; 2155 + github = "matejc"; 2156 + name = "Matej Cotman"; 2157 + }; 2158 + mathnerd314 = { 2159 + email = "mathnerd314.gph+hs@gmail.com"; 2160 + github = "mathnerd314"; 2161 + name = "Mathnerd314"; 2162 + }; 2163 + matthewbauer = { 2164 + email = "mjbauer95@gmail.com"; 2165 + github = "matthewbauer"; 2166 + name = "Matthew Bauer"; 2167 + }; 2168 + matthiasbeyer = { 2169 + email = "mail@beyermatthias.de"; 2170 + github = "matthiasbeyer"; 2171 + name = "Matthias Beyer"; 2172 + }; 2173 + maurer = { 2174 + email = "matthew.r.maurer+nix@gmail.com"; 2175 + github = "maurer"; 2176 + name = "Matthew Maurer"; 2177 + }; 2178 + mbakke = { 2179 + email = "mbakke@fastmail.com"; 2180 + github = "mbakke"; 2181 + name = "Marius Bakke"; 2182 + }; 2183 + mbbx6spp = { 2184 + email = "me@susanpotter.net"; 2185 + github = "mbbx6spp"; 2186 + name = "Susan Potter"; 2187 + }; 2188 + mbe = { 2189 + email = "brandonedens@gmail.com"; 2190 + github = "brandonedens"; 2191 + name = "Brandon Edens"; 2192 + }; 2193 + mbode = { 2194 + email = "maxbode@gmail.com"; 2195 + github = "mbode"; 2196 + name = "Maximilian Bode"; 2197 + }; 2198 + mboes = { 2199 + email = "mboes@tweag.net"; 2200 + github = "mboes"; 2201 + name = "Mathieu Boespflug"; 2202 + }; 2203 + mbrgm = { 2204 + email = "marius@yeai.de"; 2205 + github = "mbrgm"; 2206 + name = "Marius Bergmann"; 2207 + }; 2208 + mcmtroffaes = { 2209 + email = "matthias.troffaes@gmail.com"; 2210 + github = "mcmtroffaes"; 2211 + name = "Matthias C. M. Troffaes"; 2212 + }; 2213 + mdaiter = { 2214 + email = "mdaiter8121@gmail.com"; 2215 + github = "mdaiter"; 2216 + name = "Matthew S. Daiter"; 2217 + }; 2218 + meditans = { 2219 + email = "meditans@gmail.com"; 2220 + github = "meditans"; 2221 + name = "Carlo Nucera"; 2222 + }; 2223 + mehandes = { 2224 + email = "niewskici@gmail.com"; 2225 + github = "mehandes"; 2226 + name = "Matt Deming"; 2227 + }; 2228 + meisternu = { 2229 + email = "meister@krutt.org"; 2230 + github = "meisternu"; 2231 + name = "Matt Miemiec"; 2232 + }; 2233 + metabar = { 2234 + email = "softs@metabarcoding.org"; 2235 + name = "Celine Mercier"; 2236 + }; 2237 + mgdelacroix = { 2238 + email = "mgdelacroix@gmail.com"; 2239 + github = "mgdelacroix"; 2240 + name = "Miguel de la Cruz"; 2241 + }; 2242 + mgttlinger = { 2243 + email = "megoettlinger@gmail.com"; 2244 + github = "mgttlinger"; 2245 + name = "Merlin Göttlinger"; 2246 + }; 2247 + mguentner = { 2248 + email = "code@klandest.in"; 2249 + github = "mguentner"; 2250 + name = "Maximilian Güntner"; 2251 + }; 2252 + mic92 = { 2253 + email = "joerg@thalheim.io"; 2254 + github = "mic92"; 2255 + name = "Jörg Thalheim"; 2256 + }; 2257 + michaelpj = { 2258 + email = "michaelpj@gmail.com"; 2259 + github = "michaelpj"; 2260 + name = "Michael Peyton Jones"; 2261 + }; 2262 + michalrus = { 2263 + email = "m@michalrus.com"; 2264 + github = "michalrus"; 2265 + name = "Michal Rus"; 2266 + }; 2267 + michelk = { 2268 + email = "michel@kuhlmanns.info"; 2269 + github = "michelk"; 2270 + name = "Michel Kuhlmann"; 2271 + }; 2272 + mickours = { 2273 + email = "mickours@gmail.com<"; 2274 + github = "mickours"; 2275 + name = "Michael Mercier"; 2276 + }; 2277 + midchildan = { 2278 + email = "midchildan+nix@gmail.com"; 2279 + github = "midchildan"; 2280 + name = "midchildan"; 2281 + }; 2282 + mikefaille = { 2283 + email = "michael@faille.io"; 2284 + github = "mikefaille"; 2285 + name = "Michaël Faille"; 2286 + }; 2287 + mikoim = { 2288 + email = "ek@esh.ink"; 2289 + github = "mikoim"; 2290 + name = "Eshin Kunishima"; 2291 + }; 2292 + miltador = { 2293 + email = "miltador@yandex.ua"; 2294 + name = "Vasiliy Solovey"; 2295 + }; 2296 + mimadrid = { 2297 + email = "mimadrid@ucm.es"; 2298 + github = "mimadrid"; 2299 + name = "Miguel Madrid"; 2300 + }; 2301 + mirdhyn = { 2302 + email = "mirdhyn@gmail.com"; 2303 + github = "mirdhyn"; 2304 + name = "Merlin Gaillard"; 2305 + }; 2306 + mirrexagon = { 2307 + email = "mirrexagon@mirrexagon.com"; 2308 + github = "mirrexagon"; 2309 + name = "Andrew Abbott"; 2310 + }; 2311 + mjanczyk = { 2312 + email = "m@dragonvr.pl"; 2313 + github = "mjanczyk"; 2314 + name = "Marcin Janczyk"; 2315 + }; 2316 + mjp = { 2317 + email = "mike@mythik.co.uk"; 2318 + github = "MikePlayle"; 2319 + name = "Mike Playle"; 2320 + }; 2321 + mkg = { 2322 + email = "mkg@vt.edu"; 2323 + github = "mkgvt"; 2324 + name = "Mark K Gardner"; 2325 + }; 2326 + mlieberman85 = { 2327 + email = "mlieberman85@gmail.com"; 2328 + github = "mlieberman85"; 2329 + name = "Michael Lieberman"; 2330 + }; 2331 + mmahut = { 2332 + email = "marek.mahut@gmail.com"; 2333 + github = "mmahut"; 2334 + name = "Marek Mahut"; 2335 + }; 2336 + moaxcp = { 2337 + email = "moaxcp@gmail.com"; 2338 + github = "moaxcp"; 2339 + name = "John Mercier"; 2340 + }; 2341 + modulistic = { 2342 + email = "modulistic@gmail.com"; 2343 + github = "modulistic"; 2344 + name = "Pablo Costa"; 2345 + }; 2346 + mog = { 2347 + email = "mog-lists@rldn.net"; 2348 + github = "mogorman"; 2349 + name = "Matthew O'Gorman"; 2350 + }; 2351 + montag451 = { 2352 + email = "montag451@laposte.net"; 2353 + github = "montag451"; 2354 + name = "montag451"; 2355 + }; 2356 + moosingin3space = { 2357 + email = "moosingin3space@gmail.com"; 2358 + github = "moosingin3space"; 2359 + name = "Nathan Moos"; 2360 + }; 2361 + moredread = { 2362 + email = "code@apb.name"; 2363 + github = "moredread"; 2364 + name = "André-Patrick Bubel"; 2365 + }; 2366 + moretea = { 2367 + email = "maarten@moretea.nl"; 2368 + github = "moretea"; 2369 + name = "Maarten Hoogendoorn"; 2370 + }; 2371 + mounium = { 2372 + email = "muoniurn@gmail.com"; 2373 + github = "mounium"; 2374 + name = "Katona László"; 2375 + }; 2376 + mpcsh = { 2377 + email = "m@mpc.sh"; 2378 + github = "mpcsh"; 2379 + name = "Mark Cohen"; 2380 + }; 2381 + mpickering = { 2382 + email = "matthewtpickering@gmail.com"; 2383 + github = "mpickering"; 2384 + name = "Matthew Pickering"; 2385 + }; 2386 + mpscholten = { 2387 + email = "marc@mpscholten.de"; 2388 + github = "mpscholten"; 2389 + name = "Marc Scholten"; 2390 + }; 2391 + mpsyco = { 2392 + email = "fr.st-amour@gmail.com"; 2393 + github = "fstamour"; 2394 + name = "Francis St-Amour"; 2395 + }; 2396 + mrVanDalo = { 2397 + email = "contact@ingolf-wagner.de"; 2398 + github = "mrVanDalo"; 2399 + name = "Ingolf Wanger"; 2400 + }; 2401 + msackman = { 2402 + email = "matthew@wellquite.org"; 2403 + name = "Matthew Sackman"; 2404 + }; 2405 + mschristiansen = { 2406 + email = "mikkel@rheosystems.com"; 2407 + github = "mschristiansen"; 2408 + name = "Mikkel Christiansen"; 2409 + }; 2410 + mstarzyk = { 2411 + email = "mstarzyk@gmail.com"; 2412 + github = "mstarzyk"; 2413 + name = "Maciek Starzyk"; 2414 + }; 2415 + msteen = { 2416 + email = "emailmatthijs@gmail.com"; 2417 + github = "msteen"; 2418 + name = "Matthijs Steen"; 2419 + }; 2420 + mt-caret = { 2421 + email = "mtakeda.enigsol@gmail.com"; 2422 + github = "mt-caret"; 2423 + name = "Masayuki Takeda"; 2424 + }; 2425 + mtreskin = { 2426 + email = "zerthurd@gmail.com"; 2427 + github = "Zert"; 2428 + name = "Max Treskin"; 2429 + }; 2430 + mudri = { 2431 + email = "lamudri@gmail.com"; 2432 + github = "laMudri"; 2433 + name = "James Wood"; 2434 + }; 2435 + muflax = { 2436 + email = "mail@muflax.com"; 2437 + github = "muflax"; 2438 + name = "Stefan Dorn"; 2439 + }; 2440 + myrl = { 2441 + email = "myrl.0xf@gmail.com"; 2442 + github = "myrl"; 2443 + name = "Myrl Hex"; 2444 + }; 2445 + nadrieril = { 2446 + email = "nadrieril@gmail.com"; 2447 + github = "nadrieril"; 2448 + name = "Nadrieril Feneanar"; 2449 + }; 2450 + namore = { 2451 + email = "namor@hemio.de"; 2452 + github = "namore"; 2453 + name = "Roman Naumann"; 2454 + }; 2455 + nand0p = { 2456 + email = "nando@hex7.com"; 2457 + github = "nand0p"; 2458 + name = "Fernando Jose Pando"; 2459 + }; 2460 + nathan-gs = { 2461 + email = "nathan@nathan.gs"; 2462 + github = "nathan-gs"; 2463 + name = "Nathan Bijnens"; 2464 + }; 2465 + nckx = { 2466 + email = "github@tobias.gr"; 2467 + github = "nckx"; 2468 + name = "Tobias Geerinckx-Rice"; 2469 + }; 2470 + ndowens = { 2471 + email = "ndowens04@gmail.com"; 2472 + github = "ndowens"; 2473 + name = "Nathan Owens"; 2474 + }; 2475 + neeasade = { 2476 + email = "nathanisom27@gmail.com"; 2477 + github = "neeasade"; 2478 + name = "Nathan Isom"; 2479 + }; 2480 + nequissimus = { 2481 + email = "tim@nequissimus.com"; 2482 + github = "nequissimus"; 2483 + name = "Tim Steinbach"; 2484 + }; 2485 + nfjinjing = { 2486 + email = "nfjinjing@gmail.com"; 2487 + github = "nfjinjing"; 2488 + name = "Jinjing Wang"; 2489 + }; 2490 + nh2 = { 2491 + email = "mail@nh2.me"; 2492 + github = "nh2"; 2493 + name = "Niklas Hambüchen"; 2494 + }; 2495 + nhooyr = { 2496 + email = "anmol@aubble.com"; 2497 + github = "nhooyr"; 2498 + name = "Anmol Sethi"; 2499 + }; 2500 + nickhu = { 2501 + email = "me@nickhu.co.uk"; 2502 + github = "nickhu"; 2503 + name = "Nick Hu"; 2504 + }; 2505 + nicknovitski = { 2506 + email = "nixpkgs@nicknovitski.com"; 2507 + github = "nicknovitski"; 2508 + name = "Nick Novitski"; 2509 + }; 2510 + nico202 = { 2511 + email = "anothersms@gmail.com"; 2512 + github = "nico202"; 2513 + name = "Nicolò Balzarotti"; 2514 + }; 2515 + ninjatrappeur = { 2516 + email = "felix@alternativebit.fr"; 2517 + github = "ninjatrappeur"; 2518 + name = "Félix Baylac-Jacqué"; 2519 + }; 2520 + nipav = { 2521 + email = "niko.pavlinek@gmail.com"; 2522 + github = "nipav"; 2523 + name = "Niko Pavlinek"; 2524 + }; 2525 + nixy = { 2526 + email = "nixy@nixy.moe"; 2527 + github = "nixy"; 2528 + name = "Andrew R. M."; 2529 + }; 2530 + nmattia = { 2531 + email = "nicolas@nmattia.com"; 2532 + github = "nmattia"; 2533 + name = "Nicolas Mattia"; 2534 + }; 2535 + nocoolnametom = { 2536 + email = "nocoolnametom@gmail.com"; 2537 + github = "nocoolnametom"; 2538 + name = "Tom Doggett"; 2539 + }; 2540 + notthemessiah = { 2541 + email = "brian.cohen.88@gmail.com"; 2542 + github = "notthemessiah"; 2543 + name = "Brian Cohen"; 2544 + }; 2545 + np = { 2546 + email = "np.nix@nicolaspouillard.fr"; 2547 + github = "np"; 2548 + name = "Nicolas Pouillard"; 2549 + }; 2550 + nslqqq = { 2551 + email = "nslqqq@gmail.com"; 2552 + name = "Nikita Mikhailov"; 2553 + }; 2554 + nthorne = { 2555 + email = "notrupertthorne@gmail.com"; 2556 + github = "nthorne"; 2557 + name = "Niklas Thörne"; 2558 + }; 2559 + nyarly = { 2560 + email = "nyarly@gmail.com"; 2561 + github = "nyarly"; 2562 + name = "Judson Lester"; 2563 + }; 2564 + obadz = { 2565 + email = "obadz-nixos@obadz.com"; 2566 + github = "obadz"; 2567 + name = "obadz"; 2568 + }; 2569 + ocharles = { 2570 + email = "ollie@ocharles.org.uk"; 2571 + github = "ocharles"; 2572 + name = "Oliver Charles"; 2573 + }; 2574 + odi = { 2575 + email = "oliver.dunkl@gmail.com"; 2576 + github = "odi"; 2577 + name = "Oliver Dunkl"; 2578 + }; 2579 + offline = { 2580 + email = "jakahudoklin@gmail.com"; 2581 + github = "offlinehacker"; 2582 + name = "Jaka Hudoklin"; 2583 + }; 2584 + oida = { 2585 + email = "oida@posteo.de"; 2586 + github = "oida"; 2587 + name = "oida"; 2588 + }; 2589 + okasu = { 2590 + email = "oka.sux@gmail.com"; 2591 + name = "Okasu"; 2592 + }; 2593 + olcai = { 2594 + email = "dev@timan.info"; 2595 + github = "olcai"; 2596 + name = "Erik Timan"; 2597 + }; 2598 + olejorgenb = { 2599 + email = "olejorgenb@yahoo.no"; 2600 + github = "olejorgenb"; 2601 + name = "Ole Jørgen Brønner"; 2602 + }; 2603 + olynch = { 2604 + email = "owen@olynch.me"; 2605 + github = "olynch"; 2606 + name = "Owen Lynch"; 2607 + }; 2608 + orbekk = { 2609 + email = "kjetil.orbekk@gmail.com"; 2610 + github = "orbekk"; 2611 + name = "KJ Ørbekk"; 2612 + }; 2613 + orbitz = { 2614 + email = "mmatalka@gmail.com"; 2615 + github = "orbitz"; 2616 + name = "Malcolm Matalka"; 2617 + }; 2618 + orivej = { 2619 + email = "orivej@gmx.fr"; 2620 + github = "orivej"; 2621 + name = "Orivej Desh"; 2622 + }; 2623 + osener = { 2624 + email = "ozan@ozansener.com"; 2625 + github = "osener"; 2626 + name = "Ozan Sener"; 2627 + }; 2628 + otwieracz = { 2629 + email = "slawek@otwiera.cz"; 2630 + github = "otwieracz"; 2631 + name = "Slawomir Gonet"; 2632 + }; 2633 + oxij = { 2634 + email = "oxij@oxij.org"; 2635 + github = "oxij"; 2636 + name = "Jan Malakhovski"; 2637 + }; 2638 + pSub = { 2639 + email = "mail@pascal-wittmann.de"; 2640 + github = "pSub"; 2641 + name = "Pascal Wittmann"; 2642 + }; 2643 + paholg = { 2644 + email = "paho@paholg.com"; 2645 + github = "paholg"; 2646 + name = "Paho Lurie-Gregg"; 2647 + }; 2648 + pakhfn = { 2649 + email = "pakhfn@gmail.com"; 2650 + github = "pakhfn"; 2651 + name = "Fedor Pakhomov"; 2652 + }; 2653 + panaeon = { 2654 + email = "vitalii.voloshyn@gmail.com"; 2655 + github = "panaeon"; 2656 + name = "Vitalii Voloshyn"; 2657 + }; 2658 + paperdigits = { 2659 + email = "mica@silentumbrella.com"; 2660 + github = "paperdigits"; 2661 + name = "Mica Semrick"; 2662 + }; 2663 + paraseba = { 2664 + email = "paraseba@gmail.com"; 2665 + github = "paraseba"; 2666 + name = "Sebastian Galkin"; 2667 + }; 2668 + pashev = { 2669 + email = "pashev.igor@gmail.com"; 2670 + github = "ip1981"; 2671 + name = "Igor Pashev"; 2672 + }; 2673 + patternspandemic = { 2674 + email = "patternspandemic@live.com"; 2675 + github = "patternspandemic"; 2676 + name = "Brad Christensen"; 2677 + }; 2678 + pawelpacana = { 2679 + email = "pawel.pacana@gmail.com"; 2680 + github = "pawelpacana"; 2681 + name = "Paweł Pacana"; 2682 + }; 2683 + pbogdan = { 2684 + email = "ppbogdan@gmail.com"; 2685 + github = "pbogdan"; 2686 + name = "Piotr Bogdan"; 2687 + }; 2688 + pcarrier = { 2689 + email = "pc@rrier.ca"; 2690 + github = "pcarrier"; 2691 + name = "Pierre Carrier"; 2692 + }; 2693 + periklis = { 2694 + email = null; 2695 + github = "periklis"; 2696 + name = "theopompos@gmail.com"; 2697 + }; 2698 + pesterhazy = { 2699 + email = "pesterhazy@gmail.com"; 2700 + github = "pesterhazy"; 2701 + name = "Paulus Esterhazy"; 2702 + }; 2703 + peterhoeg = { 2704 + email = "peter@hoeg.com"; 2705 + github = "peterhoeg"; 2706 + name = "Peter Hoeg"; 2707 + }; 2708 + peterromfeldhk = { 2709 + email = "peter.romfeld.hk@gmail.com"; 2710 + github = "peterromfeldhk"; 2711 + name = "Peter Romfeld"; 2712 + }; 2713 + peti = { 2714 + email = "simons@cryp.to"; 2715 + github = "peti"; 2716 + name = "Peter Simons"; 2717 + }; 2718 + philandstuff = { 2719 + email = "philip.g.potter@gmail.com"; 2720 + github = "philandstuff"; 2721 + name = "Philip Potter"; 2722 + }; 2723 + phile314 = { 2724 + email = "nix@314.ch"; 2725 + github = "phile314"; 2726 + name = "Philipp Hausmann"; 2727 + }; 2728 + phreedom = { 2729 + email = "phreedom@yandex.ru"; 2730 + github = "phreedom"; 2731 + name = "Evgeny Egorochkin"; 2732 + }; 2733 + phunehehe = { 2734 + email = "phunehehe@gmail.com"; 2735 + github = "phunehehe"; 2736 + name = "Hoang Xuan Phu"; 2737 + }; 2738 + pierrechevalier83 = { 2739 + email = "pierrechevalier83@gmail.com"; 2740 + github = "pierrechevalier83"; 2741 + name = "Pierre Chevalier"; 2742 + }; 2743 + pierrer = { 2744 + email = "pierrer@pi3r.be"; 2745 + github = "pierrer"; 2746 + name = "Pierre Radermecker"; 2747 + }; 2748 + pierron = { 2749 + email = "nixos@nbp.name"; 2750 + github = "nbp"; 2751 + name = "Nicolas B. Pierron"; 2752 + }; 2753 + piotr = { 2754 + email = "ppietrasa@gmail.com"; 2755 + name = "Piotr Pietraszkiewicz"; 2756 + }; 2757 + pjbarnoy = { 2758 + email = "pjbarnoy@gmail.com"; 2759 + github = "pjbarnoy"; 2760 + name = "Perry Barnoy"; 2761 + }; 2762 + pjones = { 2763 + email = "pjones@devalot.com"; 2764 + github = "pjones"; 2765 + name = "Peter Jones"; 2766 + }; 2767 + pkmx = { 2768 + email = "pkmx.tw@gmail.com"; 2769 + github = "pkmx"; 2770 + name = "Chih-Mao Chen"; 2771 + }; 2772 + plcplc = { 2773 + email = "plcplc@gmail.com"; 2774 + github = "plcplc"; 2775 + name = "Philip Lykke Carlsen"; 2776 + }; 2777 + plumps = { 2778 + email = "maks.bronsky@web.de"; 2779 + github = "plumps"; 2780 + name = "Maksim Bronsky"; 2781 + }; 2782 + pmahoney = { 2783 + email = "pat@polycrystal.org"; 2784 + github = "pmahoney"; 2785 + name = "Patrick Mahoney"; 2786 + }; 2787 + pmeunier = { 2788 + email = "pierre-etienne.meunier@inria.fr"; 2789 + github = "P-E-Meunier"; 2790 + name = "Pierre-Étienne Meunier"; 2791 + }; 2792 + pmiddend = { 2793 + email = "pmidden@secure.mailbox.org"; 2794 + github = "pmiddend"; 2795 + name = "Philipp Middendorf"; 2796 + }; 2797 + pneumaticat = { 2798 + email = "kevin@potatofrom.space"; 2799 + github = "pneumaticat"; 2800 + name = "Kevin Liu"; 2801 + }; 2802 + polyrod = { 2803 + email = "dc1mdp@gmail.com"; 2804 + github = "polyrod"; 2805 + name = "Maurizio Di Pietro"; 2806 + }; 2807 + pradeepchhetri = { 2808 + email = "pradeep.chhetri89@gmail.com"; 2809 + github = "pradeepchhetri"; 2810 + name = "Pradeep Chhetri"; 2811 + }; 2812 + prikhi = { 2813 + email = "pavan.rikhi@gmail.com"; 2814 + github = "prikhi"; 2815 + name = "Pavan Rikhi"; 2816 + }; 2817 + primeos = { 2818 + email = "dev.primeos@gmail.com"; 2819 + github = "primeos"; 2820 + name = "Michael Weiss"; 2821 + }; 2822 + proglodyte = { 2823 + email = "proglodyte23@gmail.com"; 2824 + github = "proglodyte"; 2825 + name = "Proglodyte"; 2826 + }; 2827 + pshendry = { 2828 + email = "paul@pshendry.com"; 2829 + github = "pshendry"; 2830 + name = "Paul Hendry"; 2831 + }; 2832 + psibi = { 2833 + email = "sibi@psibi.in"; 2834 + github = "psibi"; 2835 + name = "Sibi"; 2836 + }; 2837 + pstn = { 2838 + email = "philipp@xndr.de"; 2839 + name = "Philipp Steinpaß"; 2840 + }; 2841 + puffnfresh = { 2842 + email = "brian@brianmckenna.org"; 2843 + github = "puffnfresh"; 2844 + name = "Brian McKenna"; 2845 + }; 2846 + pxc = { 2847 + email = "patrick.callahan@latitudeengineering.com"; 2848 + name = "Patrick Callahan"; 2849 + }; 2850 + qknight = { 2851 + email = "js@lastlog.de"; 2852 + github = "qknight"; 2853 + name = "Joachim Schiele"; 2854 + }; 2855 + ragge = { 2856 + email = "r.dahlen@gmail.com"; 2857 + github = "ragnard"; 2858 + name = "Ragnar Dahlen"; 2859 + }; 2860 + ralith = { 2861 + email = "ben.e.saunders@gmail.com"; 2862 + github = "ralith"; 2863 + name = "Benjamin Saunders"; 2864 + }; 2865 + ramkromberg = { 2866 + email = "ramkromberg@mail.com"; 2867 + github = "ramkromberg"; 2868 + name = "Ram Kromberg"; 2869 + }; 2870 + rardiol = { 2871 + email = "ricardo.ardissone@gmail.com"; 2872 + github = "rardiol"; 2873 + name = "Ricardo Ardissone"; 2874 + }; 2875 + rasendubi = { 2876 + email = "rasen.dubi@gmail.com"; 2877 + github = "rasendubi"; 2878 + name = "Alexey Shmalko"; 2879 + }; 2880 + raskin = { 2881 + email = "7c6f434c@mail.ru"; 2882 + github = "7c6f434c"; 2883 + name = "Michael Raskin"; 2884 + }; 2885 + ravloony = { 2886 + email = "ravloony@gmail.com"; 2887 + name = "Tom Macdonald"; 2888 + }; 2889 + razvan = { 2890 + email = "razvan.panda@gmail.com"; 2891 + github = "razvan-panda"; 2892 + name = "Răzvan Flavius Panda"; 2893 + }; 2894 + rbasso = { 2895 + email = "rbasso@sharpgeeks.net"; 2896 + github = "rbasso"; 2897 + name = "Rafael Basso"; 2898 + }; 2899 + redbaron = { 2900 + email = "ivanov.maxim@gmail.com"; 2901 + github = "redbaron"; 2902 + name = "Maxim Ivanov"; 2903 + }; 2904 + redvers = { 2905 + email = "red@infect.me"; 2906 + github = "redvers"; 2907 + name = "Redvers Davies"; 2908 + }; 2909 + refnil = { 2910 + email = "broemartino@gmail.com"; 2911 + github = "refnil"; 2912 + name = "Martin Lavoie"; 2913 + }; 2914 + regnat = { 2915 + email = "regnat@regnat.ovh"; 2916 + github = "regnat"; 2917 + name = "Théophane Hufschmitt"; 2918 + }; 2919 + relrod = { 2920 + email = "ricky@elrod.me"; 2921 + github = "relrod"; 2922 + name = "Ricky Elrod"; 2923 + }; 2924 + renzo = { 2925 + email = "renzocarbonara@gmail.com"; 2926 + github = "k0001"; 2927 + name = "Renzo Carbonara"; 2928 + }; 2929 + retrry = { 2930 + email = "retrry@gmail.com"; 2931 + github = "retrry"; 2932 + name = "Tadas Barzdžius"; 2933 + }; 2934 + rht = { 2935 + email = "rhtbot@protonmail.com"; 2936 + github = "rht"; 2937 + name = "rht"; 2938 + }; 2939 + richardipsum = { 2940 + email = "richardipsum@fastmail.co.uk"; 2941 + github = "richardipsum"; 2942 + name = "Richard Ipsum"; 2943 + }; 2944 + rick68 = { 2945 + email = "rick68@gmail.com"; 2946 + github = "rick68"; 2947 + name = "Wei-Ming Yang"; 2948 + }; 2949 + rickynils = { 2950 + email = "rickynils@gmail.com"; 2951 + github = "rickynils"; 2952 + name = "Rickard Nilsson"; 2953 + }; 2954 + ris = { 2955 + email = "code@humanleg.org.uk"; 2956 + github = "risicle"; 2957 + name = "Robert Scott"; 2958 + }; 2959 + rlupton20 = { 2960 + email = "richard.lupton@gmail.com"; 2961 + github = "rlupton20"; 2962 + name = "Richard Lupton"; 2963 + }; 2964 + rnhmjoj = { 2965 + email = "micheleguerinirocco@me.com"; 2966 + github = "rnhmjoj"; 2967 + name = "Michele Guerini Rocco"; 2968 + }; 2969 + rob = { 2970 + email = "rob.vermaas@gmail.com"; 2971 + github = "rbvermaa"; 2972 + name = "Rob Vermaas"; 2973 + }; 2974 + robberer = { 2975 + email = "robberer@freakmail.de"; 2976 + github = "robberer"; 2977 + name = "Longrin Wischnewski"; 2978 + }; 2979 + robbinch = { 2980 + email = "robbinch33@gmail.com"; 2981 + github = "robbinch"; 2982 + name = "Robbin C."; 2983 + }; 2984 + roberth = { 2985 + email = "nixpkgs@roberthensing.nl"; 2986 + github = "roberth"; 2987 + name = "Robert Hensing"; 2988 + }; 2989 + robertodr = { 2990 + email = "roberto.diremigio@gmail.com"; 2991 + github = "robertodr"; 2992 + name = "Roberto Di Remigio"; 2993 + }; 2994 + robgssp = { 2995 + email = "robgssp@gmail.com"; 2996 + github = "robgssp"; 2997 + name = "Rob Glossop"; 2998 + }; 2999 + roblabla = { 3000 + email = "robinlambertz+dev@gmail.com"; 3001 + github = "roblabla"; 3002 + name = "Robin Lambertz"; 3003 + }; 3004 + roconnor = { 3005 + email = "roconnor@theorem.ca"; 3006 + github = "roconnor"; 3007 + name = "Russell O'Connor"; 3008 + }; 3009 + romildo = { 3010 + email = "malaquias@gmail.com"; 3011 + github = "romildo"; 3012 + name = "José Romildo Malaquias"; 3013 + }; 3014 + rongcuid = { 3015 + email = "rongcuid@outlook.com"; 3016 + github = "rongcuid"; 3017 + name = "Rongcui Dong"; 3018 + }; 3019 + rszibele = { 3020 + email = "richard@szibele.com"; 3021 + github = "rszibele"; 3022 + name = "Richard Szibele"; 3023 + }; 3024 + rtreffer = { 3025 + email = "treffer+nixos@measite.de"; 3026 + github = "rtreffer"; 3027 + name = "Rene Treffer"; 3028 + }; 3029 + rushmorem = { 3030 + email = "rushmore@webenchanter.com"; 3031 + github = "rushmorem"; 3032 + name = "Rushmore Mushambi"; 3033 + }; 3034 + rvl = { 3035 + email = "dev+nix@rodney.id.au"; 3036 + github = "rvl"; 3037 + name = "Rodney Lorrimar"; 3038 + }; 3039 + rvlander = { 3040 + email = "rvlander@gaetanandre.eu"; 3041 + github = "rvlander"; 3042 + name = "Gaëtan André"; 3043 + }; 3044 + rvolosatovs = { 3045 + email = "rvolosatovs@riseup.net"; 3046 + github = "rvolosatovs"; 3047 + name = "Roman Volosatovs"; 3048 + }; 3049 + ryanartecona = { 3050 + email = "ryanartecona@gmail.com"; 3051 + github = "ryanartecona"; 3052 + name = "Ryan Artecona"; 3053 + }; 3054 + ryansydnor = { 3055 + email = "ryan.t.sydnor@gmail.com"; 3056 + github = "ryansydnor"; 3057 + name = "Ryan Sydnor"; 3058 + }; 3059 + ryantm = { 3060 + email = "ryan@ryantm.com"; 3061 + github = "ryantm"; 3062 + name = "Ryan Mulligan"; 3063 + }; 3064 + ryantrinkle = { 3065 + email = "ryan.trinkle@gmail.com"; 3066 + github = "ryantrinkle"; 3067 + name = "Ryan Trinkle"; 3068 + }; 3069 + rybern = { 3070 + email = "ryan.bernstein@columbia.edu"; 3071 + github = "rybern"; 3072 + name = "Ryan Bernstein"; 3073 + }; 3074 + rycee = { 3075 + email = "robert@rycee.net"; 3076 + github = "rycee"; 3077 + name = "Robert Helgesson"; 3078 + }; 3079 + ryneeverett = { 3080 + email = "ryneeverett@gmail.com"; 3081 + github = "ryneeverett"; 3082 + name = "Ryne Everett"; 3083 + }; 3084 + rzetterberg = { 3085 + email = "richard.zetterberg@gmail.com"; 3086 + github = "rzetterberg"; 3087 + name = "Richard Zetterberg"; 3088 + }; 3089 + s1lvester = { 3090 + email = "s1lvester@bockhacker.me"; 3091 + github = "s1lvester"; 3092 + name = "Markus Silvester"; 3093 + }; 3094 + samdroid-apps = { 3095 + email = "sam@sam.today"; 3096 + github = "samdroid-apps"; 3097 + name = "Sam Parkinson"; 3098 + }; 3099 + samueldr = { 3100 + email = "samuel@dionne-riel.com"; 3101 + github = "samueldr"; 3102 + name = "Samuel Dionne-Riel"; 3103 + }; 3104 + samuelrivas = { 3105 + email = "samuelrivas@gmail.com"; 3106 + github = "samuelrivas"; 3107 + name = "Samuel Rivas"; 3108 + }; 3109 + sander = { 3110 + email = "s.vanderburg@tudelft.nl"; 3111 + github = "svanderburg"; 3112 + name = "Sander van der Burg"; 3113 + }; 3114 + sargon = { 3115 + email = "danielehlers@mindeye.net"; 3116 + github = "sargon"; 3117 + name = "Daniel Ehlers"; 3118 + }; 3119 + sauyon = { 3120 + email = "s@uyon.co"; 3121 + github = "sauyon"; 3122 + name = "Sauyon Lee"; 3123 + }; 3124 + schmitthenner = { 3125 + email = "development@schmitthenner.eu"; 3126 + github = "fkz"; 3127 + name = "Fabian Schmitthenner"; 3128 + }; 3129 + schneefux = { 3130 + email = "schneefux+nixos_pkg@schneefux.xyz"; 3131 + github = "schneefux"; 3132 + name = "schneefux"; 3133 + }; 3134 + schristo = { 3135 + email = "schristopher@konputa.com"; 3136 + name = "Scott Christopher"; 3137 + }; 3138 + scode = { 3139 + email = "peter.schuller@infidyne.com"; 3140 + github = "scode"; 3141 + name = "Peter Schuller"; 3142 + }; 3143 + scolobb = { 3144 + email = "sivanov@colimite.fr"; 3145 + github = "scolobb"; 3146 + name = "Sergiu Ivanov"; 3147 + }; 3148 + sdll = { 3149 + email = "sasha.delly@gmail.com"; 3150 + github = "sdll"; 3151 + name = "Sasha Illarionov"; 3152 + }; 3153 + sellout = { 3154 + email = "greg@technomadic.org"; 3155 + github = "sellout"; 3156 + name = "Greg Pfeil"; 3157 + }; 3158 + sepi = { 3159 + email = "raffael@mancini.lu"; 3160 + github = "sepi"; 3161 + name = "Raffael Mancini"; 3162 + }; 3163 + seppeljordan = { 3164 + email = "sebastian.jordan.mail@googlemail.com"; 3165 + github = "seppeljordan"; 3166 + name = "Sebastian Jordan"; 3167 + }; 3168 + sfrijters = { 3169 + email = "sfrijters@gmail.com"; 3170 + github = "sfrijters"; 3171 + name = "Stefan Frijters"; 3172 + }; 3173 + shanemikel = { 3174 + email = "shanemikel1@gmail.com"; 3175 + github = "shanemikel"; 3176 + name = "Shane Pearlman"; 3177 + }; 3178 + shawndellysse = { 3179 + email = "sdellysse@gmail.com"; 3180 + github = "shawndellysse"; 3181 + name = "Shawn Dellysse"; 3182 + }; 3183 + sheenobu = { 3184 + email = "sheena.artrip@gmail.com"; 3185 + github = "sheenobu"; 3186 + name = "Sheena Artrip"; 3187 + }; 3188 + sheganinans = { 3189 + email = "sheganinans@gmail.com"; 3190 + github = "sheganinans"; 3191 + name = "Aistis Raulinaitis"; 3192 + }; 3193 + shell = { 3194 + email = "cam.turn@gmail.com"; 3195 + github = "VShell"; 3196 + name = "Shell Turner"; 3197 + }; 3198 + shlevy = { 3199 + email = "shea@shealevy.com"; 3200 + github = "shlevy"; 3201 + name = "Shea Levy"; 3202 + }; 3203 + siddharthist = { 3204 + email = "langston.barrett@gmail.com"; 3205 + github = "siddharthist"; 3206 + name = "Langston Barrett"; 3207 + }; 3208 + sifmelcara = { 3209 + email = "ming@culpring.com"; 3210 + github = "sifmelcara"; 3211 + name = "Ming Chuan"; 3212 + }; 3213 + sigma = { 3214 + email = "yann.hodique@gmail.com"; 3215 + github = "sigma"; 3216 + name = "Yann Hodique"; 3217 + }; 3218 + simonvandel = { 3219 + email = "simon.vandel@gmail.com"; 3220 + github = "simonvandel"; 3221 + name = "Simon Vandel Sillesen"; 3222 + }; 3223 + sivteck = { 3224 + email = "sivaram1992@gmail.com"; 3225 + github = "sivteck"; 3226 + name = "Sivaram Balakrishnan"; 3227 + }; 3228 + sjagoe = { 3229 + email = "simon@simonjagoe.com"; 3230 + github = "sjagoe"; 3231 + name = "Simon Jagoe"; 3232 + }; 3233 + sjmackenzie = { 3234 + email = "setori88@gmail.com"; 3235 + github = "sjmackenzie"; 3236 + name = "Stewart Mackenzie"; 3237 + }; 3238 + sjourdois = { 3239 + email = "sjourdois@gmail.com"; 3240 + name = "Stéphane ‘kwisatz’ Jourdois"; 3241 + }; 3242 + skeidel = { 3243 + email = "svenkeidel@gmail.com"; 3244 + github = "svenkeidel"; 3245 + name = "Sven Keidel"; 3246 + }; 3247 + skrzyp = { 3248 + email = "jot.skrzyp@gmail.com"; 3249 + name = "Jakub Skrzypnik"; 3250 + }; 3251 + sleexyz = { 3252 + email = "freshdried@gmail.com"; 3253 + github = "sleexyz"; 3254 + name = "Sean Lee"; 3255 + }; 3256 + smironov = { 3257 + email = "grrwlf@gmail.com"; 3258 + github = "grwlf"; 3259 + name = "Sergey Mironov"; 3260 + }; 3261 + snyh = { 3262 + email = "snyh@snyh.org"; 3263 + github = "snyh"; 3264 + name = "Xia Bin"; 3265 + }; 3266 + solson = { 3267 + email = "scott@solson.me"; 3268 + github = "solson"; 3269 + name = "Scott Olson"; 3270 + }; 3271 + sorki = { 3272 + email = "srk@48.io"; 3273 + github = "sorki"; 3274 + name = "Richard Marko"; 3275 + }; 3276 + sorpaas = { 3277 + email = "hi@that.world"; 3278 + github = "sorpaas"; 3279 + name = "Wei Tang"; 3280 + }; 3281 + spacefrogg = { 3282 + email = "spacefrogg-nixos@meterriblecrew.net"; 3283 + github = "spacefrogg"; 3284 + name = "Michael Raitza"; 3285 + }; 3286 + spencerjanssen = { 3287 + email = "spencerjanssen@gmail.com"; 3288 + github = "spencerjanssen"; 3289 + name = "Spencer Janssen"; 3290 + }; 3291 + spinus = { 3292 + email = "tomasz.czyz@gmail.com"; 3293 + github = "spinus"; 3294 + name = "Tomasz Czyż"; 3295 + }; 3296 + sprock = { 3297 + email = "rmason@mun.ca"; 3298 + github = "sprock"; 3299 + name = "Roger Mason"; 3300 + }; 3301 + spwhitt = { 3302 + email = "sw@swhitt.me"; 3303 + github = "spwhitt"; 3304 + name = "Spencer Whitt"; 3305 + }; 3306 + srhb = { 3307 + email = "sbrofeldt@gmail.com"; 3308 + github = "srhb"; 3309 + name = "Sarah Brofeldt"; 3310 + }; 3311 + stephenmw = { 3312 + email = "stephen@q5comm.com"; 3313 + github = "stephenmw"; 3314 + name = "Stephen Weinberg"; 3315 + }; 3316 + sternenseemann = { 3317 + email = "post@lukasepple.de"; 3318 + github = "sternenseemann"; 3319 + name = "Lukas Epple"; 3320 + }; 3321 + stesie = { 3322 + email = "stesie@brokenpipe.de"; 3323 + github = "stesie"; 3324 + name = "Stefan Siegl"; 3325 + }; 3326 + steveej = { 3327 + email = "mail@stefanjunker.de"; 3328 + github = "steveej"; 3329 + name = "Stefan Junker"; 3330 + }; 3331 + stumoss = { 3332 + email = "samoss@gmail.com"; 3333 + github = "stumoss"; 3334 + name = "Stuart Moss"; 3335 + }; 3336 + suvash = { 3337 + email = "suvash+nixpkgs@gmail.com"; 3338 + github = "suvash"; 3339 + name = "Suvash Thapaliya"; 3340 + }; 3341 + svsdep = { 3342 + email = "svsdep@gmail.com"; 3343 + github = "svsdep"; 3344 + name = "Vasyl Solovei"; 3345 + }; 3346 + swarren83 = { 3347 + email = "shawn.w.warren@gmail.com"; 3348 + github = "swarren83"; 3349 + name = "Shawn Warren"; 3350 + }; 3351 + swflint = { 3352 + email = "swflint@flintfam.org"; 3353 + github = "swflint"; 3354 + name = "Samuel W. Flint"; 3355 + }; 3356 + swistak35 = { 3357 + email = "me@swistak35.com"; 3358 + github = "swistak35"; 3359 + name = "Rafał Łasocha"; 3360 + }; 3361 + symphorien = { 3362 + email = "symphorien_nixpkgs@xlumurb.eu"; 3363 + github = "symphorien"; 3364 + name = "Guillaume Girol"; 3365 + }; 3366 + szczyp = { 3367 + email = "qb@szczyp.com"; 3368 + github = "szczyp"; 3369 + name = "Szczyp"; 3370 + }; 3371 + sztupi = { 3372 + email = "attila.sztupak@gmail.com"; 3373 + github = "sztupi"; 3374 + name = "Attila Sztupak"; 3375 + }; 3376 + tadfisher = { 3377 + email = "tadfisher@gmail.com"; 3378 + github = "tadfisher"; 3379 + name = "Tad Fisher"; 3380 + }; 3381 + taeer = { 3382 + email = "taeer@necsi.edu"; 3383 + github = "Radvendii"; 3384 + name = "Taeer Bar-Yam"; 3385 + }; 3386 + tailhook = { 3387 + email = "paul@colomiets.name"; 3388 + github = "tailhook"; 3389 + name = "Paul Colomiets"; 3390 + }; 3391 + taketwo = { 3392 + email = "alexandrov88@gmail.com"; 3393 + github = "taketwo"; 3394 + name = "Sergey Alexandrov"; 3395 + }; 3396 + takikawa = { 3397 + email = "asumu@igalia.com"; 3398 + github = "takikawa"; 3399 + name = "Asumu Takikawa"; 3400 + }; 3401 + taktoa = { 3402 + email = "taktoa@gmail.com"; 3403 + github = "taktoa"; 3404 + name = "Remy Goldschmidt"; 3405 + }; 3406 + taku0 = { 3407 + email = "mxxouy6x3m_github@tatapa.org"; 3408 + github = "taku0"; 3409 + name = "Takuo Yonezawa"; 3410 + }; 3411 + tari = { 3412 + email = "peter@taricorp.net"; 3413 + github = "tari"; 3414 + name = "Peter Marheine"; 3415 + }; 3416 + tavyc = { 3417 + email = "octavian.cerna@gmail.com"; 3418 + github = "tavyc"; 3419 + name = "Octavian Cerna"; 3420 + }; 3421 + teh = { 3422 + email = "tehunger@gmail.com"; 3423 + github = "teh"; 3424 + name = "Tom Hunger"; 3425 + }; 3426 + telotortium = { 3427 + email = "rirelan@gmail.com"; 3428 + github = "telotortium"; 3429 + name = "Robert Irelan"; 3430 + }; 3431 + teozkr = { 3432 + email = "teo@nullable.se"; 3433 + github = "teozkr"; 3434 + name = "Teo Klestrup Röijezon"; 3435 + }; 3436 + teto = { 3437 + email = "mcoudron@hotmail.com"; 3438 + github = "teto"; 3439 + name = "Matthieu Coudron"; 3440 + }; 3441 + tex = { 3442 + email = "milan.svoboda@centrum.cz"; 3443 + github = "tex"; 3444 + name = "Milan Svoboda"; 3445 + }; 3446 + thall = { 3447 + email = "niclas.thall@gmail.com"; 3448 + github = "thall"; 3449 + name = "Niclas Thall"; 3450 + }; 3451 + thammers = { 3452 + email = "jawr@gmx.de"; 3453 + github = "tobias-hammerschmidt"; 3454 + name = "Tobias Hammerschmidt"; 3455 + }; 3456 + thanegill = { 3457 + email = "me@thanegill.com"; 3458 + github = "thanegill"; 3459 + name = "Thane Gill"; 3460 + }; 3461 + the-kenny = { 3462 + email = "moritz@tarn-vedra.de"; 3463 + github = "the-kenny"; 3464 + name = "Moritz Ulrich"; 3465 + }; 3466 + theuni = { 3467 + email = "ct@flyingcircus.io"; 3468 + github = "ctheune"; 3469 + name = "Christian Theune"; 3470 + }; 3471 + thoughtpolice = { 3472 + email = "aseipp@pobox.com"; 3473 + github = "thoughtpolice"; 3474 + name = "Austin Seipp"; 3475 + }; 3476 + thpham = { 3477 + email = "thomas.pham@ithings.ch"; 3478 + github = "thpham"; 3479 + name = "Thomas Pham"; 3480 + }; 3481 + tilpner = { 3482 + email = "till@hoeppner.ws"; 3483 + github = "tilpner"; 3484 + name = "Till Höppner"; 3485 + }; 3486 + timbertson = { 3487 + email = "tim@gfxmonk.net"; 3488 + github = "timbertson"; 3489 + name = "Tim Cuthbertson"; 3490 + }; 3491 + timokau = { 3492 + email = "timokau@zoho.com"; 3493 + github = "timokau"; 3494 + name = "Timo Kaufmann"; 3495 + }; 3496 + timor = { 3497 + email = "timor.dd@googlemail.com"; 3498 + github = "timor"; 3499 + name = "timor"; 3500 + }; 3501 + tiramiseb = { 3502 + email = "sebastien@maccagnoni.eu"; 3503 + github = "tiramiseb"; 3504 + name = "Sébastien Maccagnoni"; 3505 + }; 3506 + titanous = { 3507 + email = "jonathan@titanous.com"; 3508 + github = "titanous"; 3509 + name = "Jonathan Rudenberg"; 3510 + }; 3511 + tnias = { 3512 + email = "phil@grmr.de"; 3513 + github = "tnias"; 3514 + name = "Philipp Bartsch"; 3515 + }; 3516 + tohl = { 3517 + email = "tom@logand.com"; 3518 + github = "tohl"; 3519 + name = "Tomas Hlavaty"; 3520 + }; 3521 + tokudan = { 3522 + email = "git@danielfrank.net"; 3523 + github = "tokudan"; 3524 + name = "Daniel Frank"; 3525 + }; 3526 + tomberek = { 3527 + email = "tomberek@gmail.com"; 3528 + github = "tomberek"; 3529 + name = "Thomas Bereknyei"; 3530 + }; 3531 + tomsmeets = { 3532 + email = "tom@tsmeets.nl"; 3533 + github = "tomsmeets"; 3534 + name = "Tom Smeets"; 3535 + }; 3536 + travisbhartwell = { 3537 + email = "nafai@travishartwell.net"; 3538 + github = "travisbhartwell"; 3539 + name = "Travis B. Hartwell"; 3540 + }; 3541 + treemo = { 3542 + email = "matthieu.chevrier@treemo.fr"; 3543 + github = "treemo"; 3544 + name = "Matthieu Chevrier"; 3545 + }; 3546 + trevorj = { 3547 + email = "nix@trevor.joynson.io"; 3548 + github = "akatrevorjay"; 3549 + name = "Trevor Joynson"; 3550 + }; 3551 + trino = { 3552 + email = "muehlhans.hubert@ekodia.de"; 3553 + github = "hmuehlhans"; 3554 + name = "Hubert Mühlhans"; 3555 + }; 3556 + troydm = { 3557 + email = "d.geurkov@gmail.com"; 3558 + github = "troydm"; 3559 + name = "Dmitry Geurkov"; 3560 + }; 3561 + tstrobel = { 3562 + email = "4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains"; 3563 + name = "Thomas Strobel"; 3564 + }; 3565 + ttuegel = { 3566 + email = "ttuegel@mailbox.org"; 3567 + github = "ttuegel"; 3568 + name = "Thomas Tuegel"; 3569 + }; 3570 + tv = { 3571 + email = "tv@shackspace.de"; 3572 + github = "4z3"; 3573 + name = "Tomislav Viljetić"; 3574 + }; 3575 + tvestelind = { 3576 + email = "tomas.vestelind@fripost.org"; 3577 + github = "tvestelind"; 3578 + name = "Tomas Vestelind"; 3579 + }; 3580 + tvorog = { 3581 + email = "marszaripov@gmail.com"; 3582 + github = "tvorog"; 3583 + name = "Marsel Zaripov"; 3584 + }; 3585 + tweber = { 3586 + email = "tw+nixpkgs@360vier.de"; 3587 + github = "thorstenweber83"; 3588 + name = "Thorsten Weber"; 3589 + }; 3590 + twey = { 3591 + email = "twey@twey.co.uk"; 3592 + github = "twey"; 3593 + name = "James ‘Twey’ Kay"; 3594 + }; 3595 + unode = { 3596 + email = "alves.rjc@gmail.com"; 3597 + github = "unode"; 3598 + name = "Renato Alves"; 3599 + }; 3600 + uralbash = { 3601 + email = "root@uralbash.ru"; 3602 + github = "uralbash"; 3603 + name = "Svintsov Dmitry"; 3604 + }; 3605 + utdemir = { 3606 + email = "me@utdemir.com"; 3607 + github = "utdemir"; 3608 + name = "Utku Demir"; 3609 + }; 3610 + uwap = { 3611 + email = "me@uwap.name"; 3612 + github = "uwap"; 3613 + name = "uwap"; 3614 + }; 3615 + va1entin = { 3616 + email = "github@valentinsblog.com"; 3617 + github = "va1entin"; 3618 + name = "Valentin Heidelberger"; 3619 + }; 3620 + vaibhavsagar = { 3621 + email = "vaibhavsagar@gmail.com"; 3622 + github = "vaibhavsagar"; 3623 + name = "Vaibhav Sagar"; 3624 + }; 3625 + valeriangalliat = { 3626 + email = "val@codejam.info"; 3627 + github = "valeriangalliat"; 3628 + name = "Valérian Galliat"; 3629 + }; 3630 + vandenoever = { 3631 + email = "jos@vandenoever.info"; 3632 + github = "vandenoever"; 3633 + name = "Jos van den Oever"; 3634 + }; 3635 + vanschelven = { 3636 + email = "klaas@vanschelven.com"; 3637 + github = "vanschelven"; 3638 + name = "Klaas van Schelven"; 3639 + }; 3640 + vanzef = { 3641 + email = "vanzef@gmail.com"; 3642 + github = "vanzef"; 3643 + name = "Ivan Solyankin"; 3644 + }; 3645 + varunpatro = { 3646 + email = "varun.kumar.patro@gmail.com"; 3647 + github = "varunpatro"; 3648 + name = "Varun Patro"; 3649 + }; 3650 + vbgl = { 3651 + email = "Vincent.Laporte@gmail.com"; 3652 + github = "vbgl"; 3653 + name = "Vincent Laporte"; 3654 + }; 3655 + vbmithr = { 3656 + email = "vb@luminar.eu.org"; 3657 + github = "vbmithr"; 3658 + name = "Vincent Bernardoff"; 3659 + }; 3660 + vcunat = { 3661 + email = "vcunat@gmail.com"; 3662 + github = "vcunat"; 3663 + name = "Vladimír Čunát"; 3664 + }; 3665 + vdemeester = { 3666 + email = "vincent@sbr.pm"; 3667 + github = "vdemeester"; 3668 + name = "Vincent Demeester"; 3669 + }; 3670 + velovix = { 3671 + email = "xaviosx@gmail.com"; 3672 + github = "velovix"; 3673 + name = "Tyler Compton"; 3674 + }; 3675 + veprbl = { 3676 + email = "veprbl@gmail.com"; 3677 + github = "veprbl"; 3678 + name = "Dmitry Kalinkin"; 3679 + }; 3680 + vidbina = { 3681 + email = "vid@bina.me"; 3682 + github = "vidbina"; 3683 + name = "David Asabina"; 3684 + }; 3685 + vifino = { 3686 + email = "vifino@tty.sh"; 3687 + github = "vifino"; 3688 + name = "Adrian Pistol"; 3689 + }; 3690 + vinymeuh = { 3691 + email = "vinymeuh@gmail.com"; 3692 + github = "vinymeuh"; 3693 + name = "VinyMeuh"; 3694 + }; 3695 + viric = { 3696 + email = "viric@viric.name"; 3697 + github = "viric"; 3698 + name = "Lluís Batlle i Rossell"; 3699 + }; 3700 + vizanto = { 3701 + email = "danny@prime.vc"; 3702 + github = "vizanto"; 3703 + name = "Danny Wilson"; 3704 + }; 3705 + vklquevs = { 3706 + email = "vklquevs@gmail.com"; 3707 + github = "vklquevs"; 3708 + name = "vklquevs"; 3709 + }; 3710 + vlstill = { 3711 + email = "xstill@fi.muni.cz"; 3712 + github = "vlstill"; 3713 + name = "Vladimír Štill"; 3714 + }; 3715 + vmandela = { 3716 + email = "venkat.mandela@gmail.com"; 3717 + github = "vmandela"; 3718 + name = "Venkateswara Rao Mandela"; 3719 + }; 3720 + vmchale = { 3721 + email = "tmchale@wisc.edu"; 3722 + github = "vmchale"; 3723 + name = "Vanessa McHale"; 3724 + }; 3725 + volhovm = { 3726 + email = "volhovm.cs@gmail.com"; 3727 + github = "volhovm"; 3728 + name = "Mikhail Volkhov"; 3729 + }; 3730 + volth = { 3731 + email = "jaroslavas@volth.com"; 3732 + github = "volth"; 3733 + name = "Jaroslavas Pocepko"; 3734 + }; 3735 + vozz = { 3736 + email = "oliver.huntuk@gmail.com"; 3737 + name = "Oliver Hunt"; 3738 + }; 3739 + vrthra = { 3740 + email = "rahul@gopinath.org"; 3741 + github = "vrthra"; 3742 + name = "Rahul Gopinath"; 3743 + }; 3744 + vyp = { 3745 + email = "elisp.vim@gmail.com"; 3746 + github = "vyp"; 3747 + name = "vyp"; 3748 + }; 3749 + wedens = { 3750 + email = "kirill.wedens@gmail.com"; 3751 + name = "wedens"; 3752 + }; 3753 + willibutz = { 3754 + email = "willibutz@posteo.de"; 3755 + github = "willibutz"; 3756 + name = "Willi Butz"; 3757 + }; 3758 + willtim = { 3759 + email = "tim.williams.public@gmail.com"; 3760 + name = "Tim Philip Williams"; 3761 + }; 3762 + winden = { 3763 + email = "windenntw@gmail.com"; 3764 + name = "Antonio Vargas Gonzalez"; 3765 + }; 3766 + wizeman = { 3767 + email = "rcorreia@wizy.org"; 3768 + github = "wizeman"; 3769 + name = "Ricardo M. Correia"; 3770 + }; 3771 + wjlroe = { 3772 + email = "willroe@gmail.com"; 3773 + github = "wjlroe"; 3774 + name = "William Roe"; 3775 + }; 3776 + wkennington = { 3777 + email = "william@wkennington.com"; 3778 + github = "wkennington"; 3779 + name = "William A. Kennington III"; 3780 + }; 3781 + wmertens = { 3782 + email = "Wout.Mertens@gmail.com"; 3783 + github = "wmertens"; 3784 + name = "Wout Mertens"; 3785 + }; 3786 + woffs = { 3787 + email = "github@woffs.de"; 3788 + github = "woffs"; 3789 + name = "Frank Doepper"; 3790 + }; 3791 + womfoo = { 3792 + email = "kranium@gikos.net"; 3793 + github = "womfoo"; 3794 + name = "Kranium Gikos Mendoza"; 3795 + }; 3796 + wscott = { 3797 + email = "wsc9tt@gmail.com"; 3798 + github = "wscott"; 3799 + name = "Wayne Scott"; 3800 + }; 3801 + wyvie = { 3802 + email = "elijahrum@gmail.com"; 3803 + github = "wyvie"; 3804 + name = "Elijah Rum"; 3805 + }; 3806 + xaverdh = { 3807 + email = "hoe.dom@gmx.de"; 3808 + github = "xaverdh"; 3809 + name = "Dominik Xaver Hörl"; 3810 + }; 3811 + xeji = { 3812 + email = "xeji@cat3.de"; 3813 + github = "xeji"; 3814 + name = "xeji"; 3815 + }; 3816 + xnaveira = { 3817 + email = "xnaveira@gmail.com"; 3818 + github = "xnaveira"; 3819 + name = "Xavier Naveira"; 3820 + }; 3821 + xnwdd = { 3822 + email = "nwdd+nixos@no.team"; 3823 + github = "xnwdd"; 3824 + name = "Guillermo NWDD"; 3825 + }; 3826 + xurei = { 3827 + email = "olivier.bourdoux@gmail.com"; 3828 + github = "xurei"; 3829 + name = "Olivier Bourdoux"; 3830 + }; 3831 + xvapx = { 3832 + email = "marti.serra.coscollano@gmail.com"; 3833 + github = "xvapx"; 3834 + name = "Marti Serra"; 3835 + }; 3836 + xwvvvvwx = { 3837 + email = "davidterry@posteo.de"; 3838 + github = "xwvvvvwx"; 3839 + name = "David Terry"; 3840 + }; 3841 + xzfc = { 3842 + email = "xzfcpw@gmail.com"; 3843 + github = "xzfc"; 3844 + name = "Albert Safin"; 3845 + }; 3846 + y0no = { 3847 + email = "y0no@y0no.fr"; 3848 + github = "y0no"; 3849 + name = "Yoann Ono"; 3850 + }; 3851 + yarr = { 3852 + email = "savraz@gmail.com"; 3853 + github = "Eternity-Yarr"; 3854 + name = "Dmitry V."; 3855 + }; 3856 + yegortimoshenko = { 3857 + email = "yegortimoshenko@gmail.com"; 3858 + github = "yegortimoshenko"; 3859 + name = "Yegor Timoshenko"; 3860 + }; 3861 + yesbox = { 3862 + email = "jesper.geertsen.jonsson@gmail.com"; 3863 + github = "yesbox"; 3864 + name = "Jesper Geertsen Jonsson"; 3865 + }; 3866 + ylwghst = { 3867 + email = "ylwghst@onionmail.info"; 3868 + github = "ylwghst"; 3869 + name = "Burim Augustin Berisa"; 3870 + }; 3871 + yochai = { 3872 + email = "yochai@titat.info"; 3873 + github = "yochai"; 3874 + name = "Yochai"; 3875 + }; 3876 + yorickvp = { 3877 + email = "yorickvanpelt@gmail.com"; 3878 + github = "yorickvp"; 3879 + name = "Yorick van Pelt"; 3880 + }; 3881 + yrashk = { 3882 + email = "yrashk@gmail.com"; 3883 + github = "yrashk"; 3884 + name = "Yurii Rashkovskii"; 3885 + }; 3886 + yuriaisaka = { 3887 + email = "yuri.aisaka+nix@gmail.com"; 3888 + github = "yuriaisaka"; 3889 + name = "Yuri Aisaka"; 3890 + }; 3891 + yurrriq = { 3892 + email = "eric@ericb.me"; 3893 + github = "yurrriq"; 3894 + name = "Eric Bailey"; 3895 + }; 3896 + z77z = { 3897 + email = "maggesi@math.unifi.it"; 3898 + github = "maggesi"; 3899 + name = "Marco Maggesi"; 3900 + }; 3901 + zagy = { 3902 + email = "cz@flyingcircus.io"; 3903 + github = "zagy"; 3904 + name = "Christian Zagrodnick"; 3905 + }; 3906 + zalakain = { 3907 + email = "contact@unaizalakain.info"; 3908 + github = "umazalakain"; 3909 + name = "Unai Zalakain"; 3910 + }; 3911 + zarelit = { 3912 + email = "david@zarel.net"; 3913 + github = "zarelit"; 3914 + name = "David Costa"; 3915 + }; 3916 + zauberpony = { 3917 + email = "elmar@athmer.org"; 3918 + github = "zauberpony"; 3919 + name = "Elmar Athmer"; 3920 + }; 3921 + zef = { 3922 + email = "zef@zef.me"; 3923 + name = "Zef Hemel"; 3924 + }; 3925 + zimbatm = { 3926 + email = "zimbatm@zimbatm.com"; 3927 + github = "zimbatm"; 3928 + name = "zimbatm"; 3929 + }; 3930 + zohl = { 3931 + email = "zohl@fmap.me"; 3932 + github = "zohl"; 3933 + name = "Al Zohali"; 3934 + }; 3935 + zoomulator = { 3936 + email = "zoomulator@gmail.com"; 3937 + github = "zoomulator"; 3938 + name = "Kim Simmons"; 3939 + }; 3940 + zraexy = { 3941 + email = "zraexy@gmail.com"; 3942 + github = "zraexy"; 3943 + name = "David Mell"; 3944 + }; 3945 + zx2c4 = { 3946 + email = "Jason@zx2c4.com"; 3947 + github = "zx2c4"; 3948 + name = "Jason A. Donenfeld"; 3949 + }; 3950 + zzamboni = { 3951 + email = "diego@zzamboni.org"; 3952 + github = "zzamboni"; 3953 + name = "Diego Zamboni"; 3954 + }; 3955 + }
-807
lib/maintainers.nix
··· 1 - { ...}: 2 - /* List of NixOS maintainers. The format is: 3 - 4 - handle = "Real Name <address@example.org>"; 5 - 6 - where <handle> is preferred to be your GitHub username (so it's easy 7 - to ping a package @<handle>), and <Real Name> is your real name, not 8 - a pseudonym. Please keep the list alphabetically sorted. */ 9 - { 10 - a1russell = "Adam Russell <adamlr6+pub@gmail.com>"; 11 - aaronschif = "Aaron Schif <aaronschif@gmail.com>"; 12 - abaldeau = "Andreas Baldeau <andreas@baldeau.net>"; 13 - abbradar = "Nikolay Amiantov <ab@fmap.me>"; 14 - abigailbuccaneer = "Abigail Bunyan <abigailbuccaneer@gmail.com>"; 15 - aboseley = "Adam Boseley <adam.boseley@gmail.com>"; 16 - abuibrahim = "Ruslan Babayev <ruslan@babayev.com>"; 17 - acowley = "Anthony Cowley <acowley@gmail.com>"; 18 - adelbertc = "Adelbert Chang <adelbertc@gmail.com>"; 19 - adev = "Adrien Devresse <adev@adev.name>"; 20 - adisbladis = "Adam Hose <adis@blad.is>"; 21 - Adjective-Object = "Maxwell Huang-Hobbs <mhuan13@gmail.com>"; 22 - adnelson = "Allen Nelson <ithinkican@gmail.com>"; 23 - adolfogc = "Adolfo E. García Castro <adolfo.garcia.cr@gmail.com>"; 24 - aespinosa = "Allan Espinosa <allan.espinosa@outlook.com>"; 25 - aflatter = "Alexander Flatter <flatter@fastmail.fm>"; 26 - afldcr = "James Alexander Feldman-Crough <alex@fldcr.com>"; 27 - aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>"; 28 - afranchuk = "Alex Franchuk <alex.franchuk@gmail.com>"; 29 - aherrmann = "Andreas Herrmann <andreash87@gmx.ch>"; 30 - ahmedtd = "Taahir Ahmed <ahmed.taahir@gmail.com>"; 31 - aij = "Ivan Jager <aij+git@mrph.org>"; 32 - ajgrf = "Alex Griffin <a@ajgrf.com>"; 33 - ak = "Alexander Kjeldaas <ak@formalprivacy.com>"; 34 - akaWolf = "Artjom Vejsel <akawolf0@gmail.com>"; 35 - akc = "Anders Claesson <akc@akc.is>"; 36 - alexvorobiev = "Alex Vorobiev <alexander.vorobiev@gmail.com"; 37 - algorith = "Dries Van Daele <dries_van_daele@telenet.be>"; 38 - alibabzo = "Alistair Bill <alistair.bill@gmail.com>"; 39 - all = "Nix Committers <nix-commits@lists.science.uu.nl>"; 40 - alunduil = "Alex Brandt <alunduil@alunduil.com>"; 41 - ambrop72 = "Ambroz Bizjak <ambrop7@gmail.com>"; 42 - amiddelk = "Arie Middelkoop <amiddelk@gmail.com>"; 43 - amiloradovsky = "Andrew Miloradovsky <miloradovsky@gmail.com>"; 44 - amorsillo = "Andrew Morsillo <andrew.morsillo@gmail.com>"; 45 - AndersonTorres = "Anderson Torres <torres.anderson.85@gmail.com>"; 46 - anderspapitto = "Anders Papitto <anderspapitto@gmail.com>"; 47 - andir = "Andreas Rammhold <andreas@rammhold.de>"; 48 - andres = "Andres Loeh <ksnixos@andres-loeh.de>"; 49 - andrestylianos = "Andre S. Ramos <andre.stylianos@gmail.com>"; 50 - andrew-d = "Andrew Dunham <andrew@du.nham.ca>"; 51 - andrewrk = "Andrew Kelley <superjoe30@gmail.com>"; 52 - andsild = "Anders Sildnes <andsild@gmail.com>"; 53 - aneeshusa = "Aneesh Agrawal <aneeshusa@gmail.com>"; 54 - ankhers = "Justin Wood <justin.k.wood@gmail.com>"; 55 - antono = "Antono Vasiljev <self@antono.info>"; 56 - antonxy = "Anton Schirg <anton.schirg@posteo.de>"; 57 - apeschar = "Albert Peschar <albert@peschar.net>"; 58 - apeyroux = "Alexandre Peyroux <alex@px.io>"; 59 - arcadio = "Arcadio Rubio García <arc@well.ox.ac.uk>"; 60 - ardumont = "Antoine R. Dumont <eniotna.t@gmail.com>"; 61 - aristid = "Aristid Breitkreuz <aristidb@gmail.com>"; 62 - arobyn = "Alexei Robyn <shados@shados.net>"; 63 - artuuge = "Artur E. Ruuge <artuuge@gmail.com>"; 64 - ashalkhakov = "Artyom Shalkhakov <artyom.shalkhakov@gmail.com>"; 65 - ashgillman = "Ashley Gillman <gillmanash@gmail.com>"; 66 - aske = "Kirill Boltaev <aske@fmap.me>"; 67 - asppsa = "Alastair Pharo <asppsa@gmail.com>"; 68 - astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>"; 69 - asymmetric = "Lorenzo Manacorda <lorenzo@mailbox.org>"; 70 - aszlig = "aszlig <aszlig@nix.build>"; 71 - auntie = "Jonathan Glines <auntieNeo@gmail.com>"; 72 - avnik = "Alexander V. Nikolaev <avn@avnik.info>"; 73 - aycanirican = "Aycan iRiCAN <iricanaycan@gmail.com>"; 74 - babariviere = "Bastien Riviere <babariviere@protonmail.com>"; 75 - bachp = "Pascal Bach <pascal.bach@nextrem.ch>"; 76 - backuitist = "Bruno Bieth"; 77 - badi = "Badi' Abdul-Wahid <abdulwahidc@gmail.com>"; 78 - balajisivaraman = "Balaji Sivaraman <sivaraman.balaji@gmail.com>"; 79 - barrucadu = "Michael Walker <mike@barrucadu.co.uk>"; 80 - basvandijk = "Bas van Dijk <v.dijk.bas@gmail.com>"; 81 - Baughn = "Svein Ove Aas <sveina@gmail.com>"; 82 - bcarrell = "Brandon Carrell <brandoncarrell@gmail.com>"; 83 - bcdarwin = "Ben Darwin <bcdarwin@gmail.com>"; 84 - bdimcheff = "Brandon Dimcheff <brandon@dimcheff.com>"; 85 - bendlas = "Herwig Hochleitner <herwig@bendlas.net>"; 86 - benley = "Benjamin Staffin <benley@gmail.com>"; 87 - bennofs = "Benno Fünfstück <benno.fuenfstueck@gmail.com>"; 88 - benwbooth = "Ben Booth <benwbooth@gmail.com>"; 89 - berce = "Bert Moens <bert.moens@gmail.com>"; 90 - berdario = "Dario Bertini <berdario@gmail.com>"; 91 - bergey = "Daniel Bergey <bergey@teallabs.org>"; 92 - bhipple = "Benjamin Hipple <bhipple@protonmail.com>"; 93 - binarin = "Alexey Lebedeff <binarin@binarin.ru>"; 94 - bjg = "Brian Gough <bjg@gnu.org>"; 95 - bjornfor = "Bjørn Forsman <bjorn.forsman@gmail.com>"; 96 - bluescreen303 = "Mathijs Kwik <mathijs@bluescreen303.nl>"; 97 - bobakker = "Bo Bakker <bobakk3r@gmail.com>"; 98 - bobvanderlinden = "Bob van der Linden <bobvanderlinden@gmail.com>"; 99 - bodil = "Bodil Stokke <nix@bodil.org>"; 100 - boothead = "Ben Ford <ben@perurbis.com>"; 101 - bosu = "Boris Sukholitko <boriss@gmail.com>"; 102 - bradediger = "Brad Ediger <brad@bradediger.com>"; 103 - bramd = "Bram Duvigneau <bram@bramd.nl>"; 104 - bstrik = "Berno Strik <dutchman55@gmx.com>"; 105 - bugworm = "Roman Gerasimenko <bugworm@zoho.com>"; 106 - bzizou = "Bruno Bzeznik <Bruno@bzizou.net>"; 107 - c0bw3b = "Renaud <c0bw3b@gmail.com>"; 108 - c0dehero = "CodeHero <codehero@nerdpol.ch>"; 109 - calbrecht = "Christian Albrecht <christian.albrecht@mayflower.de>"; 110 - calrama = "Moritz Maxeiner <moritz@ucworks.org>"; 111 - calvertvl = "Victor Calvert <calvertvl@gmail.com>"; 112 - campadrenalin = "Philip Horger <campadrenalin@gmail.com>"; 113 - canndrew = "Andrew Cann <shum@canndrew.org>"; 114 - carlsverre = "Carl Sverre <accounts@carlsverre.com>"; 115 - casey = "Casey Rodarmor <casey@rodarmor.net>"; 116 - catern = "Spencer Baugh <sbaugh@catern.com>"; 117 - caugner = "Claas Augner <nixos@caugner.de>"; 118 - cdepillabout = "Dennis Gosnell <cdep.illabout@gmail.com>"; 119 - cfouche = "Chaddaï Fouché <chaddai.fouche@gmail.com>"; 120 - changlinli = "Changlin Li <mail@changlinli.com>"; 121 - chaoflow = "Florian Friesdorf <flo@chaoflow.net>"; 122 - chattered = "Phil Scott <me@philscotted.com>"; 123 - ChengCat = "Yucheng Zhang <yu@cheng.cat>"; 124 - chiiruno = "Okina Matara <okinan@protonmail.com>"; 125 - choochootrain = "Hurshal Patel <hurshal@imap.cc>"; 126 - chpatrick = "Patrick Chilton <chpatrick@gmail.com>"; 127 - chreekat = "Bryan Richter <b@chreekat.net>"; 128 - chris-martin = "Chris Martin <ch.martin@gmail.com>"; 129 - chrisjefferson = "Christopher Jefferson <chris@bubblescope.net>"; 130 - chrisrosset = "Christopher Rosset <chris@rosset.org.uk>"; 131 - christopherpoole = "Christopher Mark Poole <mail@christopherpoole.net>"; 132 - ciil = "Simon Lackerbauer <simon@lackerbauer.com>"; 133 - ck3d = "Christian Kögler <ck3d@gmx.de>"; 134 - ckampka = "Christian Kampka <christian@kampka.net>"; 135 - ckauhaus = "Christian Kauhaus <kc@flyingcircus.io>"; 136 - cko = "Christine Koppelt <christine.koppelt@gmail.com>"; 137 - cleverca22 = "Michael Bishop <cleverca22@gmail.com>"; 138 - cmcdragonkai = "Roger Qiu <roger.qiu@matrix.ai>"; 139 - cmfwyp = "cmfwyp <cmfwyp@riseup.net>"; 140 - cobbal = "Andrew Cobb <andrew.cobb@gmail.com>"; 141 - coconnor = "Corey O'Connor <coreyoconnor@gmail.com>"; 142 - codsl = "codsl <codsl@riseup.net>"; 143 - codyopel = "Cody Opel <codyopel@gmail.com>"; 144 - colemickens = "Cole Mickens <cole.mickens@gmail.com>"; 145 - colescott = "Cole Scott <colescottsf@gmail.com>"; 146 - copumpkin = "Dan Peebles <pumpkingod@gmail.com>"; 147 - corngood = "David McFarland <corngood@gmail.com>"; 148 - coroa = "Jonas Hörsch <jonas@chaoflow.net>"; 149 - couchemar = "Andrey Pavlov <couchemar@yandex.ru>"; 150 - cpages = "Carles Pagès <page@ruiec.cat>"; 151 - cransom = "Casey Ransom <cransom@hubns.net>"; 152 - cryptix = "Henry Bubert <cryptix@riseup.net>"; 153 - CrystalGamma = "Jona Stubbe <nixos@crystalgamma.de>"; 154 - cstrahan = "Charles Strahan <charles@cstrahan.com>"; 155 - csingley = "Christopher Singley <csingley@gmail.com>"; 156 - cwoac = "Oliver Matthews <oliver@codersoffortune.net>"; 157 - DamienCassou = "Damien Cassou <damien@cassou.me>"; 158 - danbst = "Danylo Hlynskyi <abcz2.uprola@gmail.com>"; 159 - dancek = "Hannu Hartikainen <hannu.hartikainen@gmail.com>"; 160 - danharaj = "Dan Haraj <dan@obsidian.systems>"; 161 - danielfullmer = "Daniel Fullmer <danielrf12@gmail.com>"; 162 - dasuxullebt = "Christoph-Simon Senjak <christoph.senjak@googlemail.com>"; 163 - david50407 = "David Kuo <me@davy.tw>"; 164 - davidak = "David Kleuker <post@davidak.de>"; 165 - davidrusu = "David Rusu <davidrusu.me@gmail.com>"; 166 - davorb = "Davor Babic <davor@davor.se>"; 167 - dbohdan = "Danyil Bohdan <danyil.bohdan@gmail.com>"; 168 - dbrock = "Daniel Brockman <daniel@brockman.se>"; 169 - deepfire = "Kosyrev Serge <_deepfire@feelingofgreen.ru>"; 170 - demin-dmitriy = "Dmitriy Demin <demindf@gmail.com>"; 171 - derchris = "Christian Gerbrandt <derchris@me.com>"; 172 - DerGuteMoritz = "Moritz Heidkamp <moritz@twoticketsplease.de>"; 173 - dermetfan = "Robin Stumm <serverkorken@gmail.com>"; 174 - DerTim1 = "Tim Digel <tim.digel@active-group.de>"; 175 - desiderius = "Didier J. Devroye <didier@devroye.name>"; 176 - devhell = "devhell <\"^\"@regexmail.net>"; 177 - dezgeg = "Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>"; 178 - dfordivam = "Divam <dfordivam+nixpkgs@gmail.com>"; 179 - dfoxfranke = "Daniel Fox Franke <dfoxfranke@gmail.com>"; 180 - dgonyeo = "Derek Gonyeo <derek@gonyeo.com>"; 181 - dipinhora = "Dipin Hora <dipinhora+github@gmail.com>"; 182 - disassembler = "Samuel Leathers <disasm@gmail.com>"; 183 - dizfer = "David Izquierdo <david@izquierdofernandez.com>"; 184 - dmalikov = "Dmitry Malikov <malikov.d.y@gmail.com>"; 185 - DmitryTsygankov = "Dmitry Tsygankov <dmitry.tsygankov@gmail.com>"; 186 - dmjio = "David Johnson <djohnson.m@gmail.com>"; 187 - dochang = "Desmond O. Chang <dochang@gmail.com>"; 188 - domenkozar = "Domen Kozar <domen@dev.si>"; 189 - dotlambda = "Robert Schütz <rschuetz17@gmail.com>"; 190 - doublec = "Chris Double <chris.double@double.co.nz>"; 191 - dpaetzel = "David Pätzel <david.a.paetzel@gmail.com>"; 192 - dpflug = "David Pflug <david@pflug.email>"; 193 - drets = "Dmytro Rets <dmitryrets@gmail.com>"; 194 - drewkett = "Andrew Burkett <burkett.andrew@gmail.com>"; 195 - dsferruzza = "David Sferruzza <david.sferruzza@gmail.com>"; 196 - dtzWill = "Will Dietz <nix@wdtz.org>"; 197 - dupgit = "Olivier Delhomme <olivier.delhomme@free.fr>"; 198 - dywedir = "Vladyslav M. <dywedir@protonmail.ch>"; 199 - dzabraev = "Maksim Dzabraev <dzabraew@gmail.com>"; 200 - e-user = "Alexander Kahl <nixos@sodosopa.io>"; 201 - earldouglas = "James Earl Douglas <james@earldouglas.com>"; 202 - earvstedt = "Erik Arvstedt <erik.arvstedt@gmail.com>"; 203 - ebzzry = "Rommel Martinez <ebzzry@ebzzry.io>"; 204 - edanaher = "Evan Danaher <nixos@edanaher.net>"; 205 - edef = "edef <edef@edef.eu>"; 206 - ederoyd46 = "Matthew Brown <matt@ederoyd.co.uk>"; 207 - eduarrrd = "Eduard Bachmakov <e.bachmakov@gmail.com>"; 208 - edwtjo = "Edward Tjörnhammar <ed@cflags.cc>"; 209 - eelco = "Eelco Dolstra <eelco.dolstra@logicblox.com>"; 210 - ehegnes = "Eric Hegnes <eric.hegnes@gmail.com>"; 211 - ehmry = "Emery Hemingway <emery@vfemail.net>"; 212 - eikek = "Eike Kettner <eike.kettner@posteo.de>"; 213 - ekleog = "Leo Gaspard <leo@gaspard.io>"; 214 - elasticdog = "Aaron Bull Schaefer <aaron@elasticdog.com>"; 215 - eleanor = "Dejan Lukan <dejan@proteansec.com>"; 216 - elijahcaine = "Elijah Caine <elijahcainemv@gmail.com>"; 217 - elitak = "Eric Litak <elitak@gmail.com>"; 218 - ellis = "Ellis Whitehead <nixos@ellisw.net>"; 219 - enzime = "Michael Hoang <enzime@users.noreply.github.com>"; 220 - eperuffo = "Emanuele Peruffo <info@emanueleperuffo.com>"; 221 - epitrochoid = "Mabry Cervin <mpcervin@uncg.edu>"; 222 - eqyiel = "Ruben Maher <r@rkm.id.au>"; 223 - ericbmerritt = "Eric Merritt <eric@afiniate.com>"; 224 - ericsagnes = "Eric Sagnes <eric.sagnes@gmail.com>"; 225 - ericson2314 = "John Ericson <John.Ericson@Obsidian.Systems>"; 226 - erictapen = "Justin Humm <justin.humm@posteo.de>"; 227 - erikryb = "Erik Rybakken <erik.rybakken@math.ntnu.no>"; 228 - ertes = "Ertugrul Söylemez <esz@posteo.de>"; 229 - erosennin = "Andrey Golovizin <ag@sologoc.com>"; 230 - ethercrow = "Dmitry Ivanov <ethercrow@gmail.com>"; 231 - etu = "Elis Hirwing <elis@hirwing.se>"; 232 - exfalso = "Andras Slemmer <0slemi0@gmail.com>"; 233 - exi = "Reno Reckling <nixos@reckling.org>"; 234 - exlevan = "Alexey Levan <exlevan@gmail.com>"; 235 - expipiplus1 = "Joe Hermaszewski <nix@monoid.al>"; 236 - fadenb = "Tristan Helmich <tristan.helmich+nixos@gmail.com>"; 237 - falsifian = "James Cook <james.cook@utoronto.ca>"; 238 - fare = "Francois-Rene Rideau <fahree@gmail.com>"; 239 - f-breidenstein = "Felix Breidenstein <mail@felixbreidenstein.de>"; 240 - fgaz = "Francesco Gazzetta <francygazz@gmail.com>"; 241 - FireyFly = "Jonas Höglund <nix@firefly.nu>"; 242 - flokli = "Florian Klink <flokli@flokli.de>"; 243 - florianjacob = "Florian Jacob <projects+nixos@florianjacob.de>"; 244 - flosse = "Markus Kohlhase <mail@markus-kohlhase.de>"; 245 - fluffynukeit = "Daniel Austin <dan@fluffynukeit.com>"; 246 - fmthoma = "Franz Thoma <f.m.thoma@googlemail.com>"; 247 - forkk = "Andrew Okin <forkk@forkk.net>"; 248 - fornever = "Friedrich von Never <friedrich@fornever.me>"; 249 - fpletz = "Franz Pletz <fpletz@fnordicwalking.de>"; 250 - fps = "Florian Paul Schmidt <mista.tapas@gmx.net>"; 251 - fridh = "Frederik Rietdijk <fridh@fridh.nl>"; 252 - frlan = "Frank Lanitz <frank@frank.uvena.de>"; 253 - fro_ozen = "fro_ozen <fro_ozen@gmx.de>"; 254 - ftrvxmtrx = "Siarhei Zirukin <ftrvxmtrx@gmail.com>"; 255 - funfunctor = "Edward O'Callaghan <eocallaghan@alterapraxis.com>"; 256 - fuuzetsu = "Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>"; 257 - fuzzy-id = "Thomas Bach <hacking+nixos@babibo.de>"; 258 - fxfactorial = "Edgar Aroutiounian <edgar.factorial@gmail.com>"; 259 - gabesoft = "Gabriel Adomnicai <gabesoft@gmail.com>"; 260 - gal_bolle = "Florent Becker <florent.becker@ens-lyon.org>"; 261 - garbas = "Rok Garbas <rok@garbas.si>"; 262 - garrison = "Jim Garrison <jim@garrison.cc>"; 263 - gavin = "Gavin Rogers <gavin@praxeology.co.uk>"; 264 - gebner = "Gabriel Ebner <gebner@gebner.org>"; 265 - geistesk = "Alvar Penning <post@0x21.biz>"; 266 - genesis = "Ronan Bignaux <ronan@aimao.org>"; 267 - georgewhewell = "George Whewell <georgerw@gmail.com>"; 268 - gilligan = "Tobias Pflug <tobias.pflug@gmail.com>"; 269 - giogadi = "Luis G. Torres <lgtorres42@gmail.com>"; 270 - gleber = "Gleb Peregud <gleber.p@gmail.com>"; 271 - glenns = "Glenn Searby <glenn.searby@gmail.com>"; 272 - globin = "Robin Gloster <mail@glob.in>"; 273 - gnidorah = "Alex Ivanov <yourbestfriend@opmbx.org>"; 274 - goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>"; 275 - Gonzih = "Max Gonzih <gonzih@gmail.com>"; 276 - goodrone = "Andrew Trachenko <goodrone@gmail.com>"; 277 - gpyh = "Yacine Hmito <yacine.hmito@gmail.com>"; 278 - grahamc = "Graham Christensen <graham@grahamc.com>"; 279 - grburst = "Julius Elias <grburst@openmailbox.org>"; 280 - gridaphobe = "Eric Seidel <eric@seidel.io>"; 281 - guibert = "David Guibert <david.guibert@gmail.com>"; 282 - guibou = "Guillaume Bouchard <guillaum.bouchard@gmail.com>"; 283 - guillaumekoenig = "Guillaume Koenig <guillaume.edward.koenig@gmail.com>"; 284 - guyonvarch = "Joris Guyonvarch <joris@guyonvarch.me>"; 285 - hakuch = "Jesse Haber-Kucharsky <hakuch@gmail.com>"; 286 - hamhut1066 = "Hamish Hutchings <github@hamhut1066.com>"; 287 - havvy = "Ryan Scheel <ryan.havvy@gmail.com>"; 288 - hbunke = "Hendrik Bunke <bunke.hendrik@gmail.com>"; 289 - hce = "Hans-Christian Esperer <hc@hcesperer.org>"; 290 - hectorj = "Hector Jusforgues <hector.jusforgues+nixos@gmail.com>"; 291 - hedning = "Tor Hedin Brønner <torhedinbronner@gmail.com>"; 292 - heel = "Sergii Paryzhskyi <parizhskiy@gmail.com>"; 293 - henrytill = "Henry Till <henrytill@gmail.com>"; 294 - hhm = "hhm <heehooman+nixpkgs@gmail.com>"; 295 - hinton = "Tom Hinton <t@larkery.com>"; 296 - hodapp = "Chris Hodapp <hodapp87@gmail.com>"; 297 - hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>"; 298 - htr = "Hugo Tavares Reis <hugo@linux.com>"; 299 - hyphon81 = "Masato Yonekawa <zero812n@gmail.com>"; 300 - iand675 = "Ian Duncan <ian@iankduncan.com>"; 301 - ianwookim = "Ian-Woo Kim <ianwookim@gmail.com>"; 302 - iblech = "Ingo Blechschmidt <iblech@speicherleck.de>"; 303 - igsha = "Igor Sharonov <igor.sharonov@gmail.com>"; 304 - ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>"; 305 - ilya-kolpakov = "Ilya Kolpakov <ilya.kolpakov@gmail.com>"; 306 - infinisil = "Silvan Mosberger <infinisil@icloud.com>"; 307 - ironpinguin = "Michele Catalano <michele@catalano.de>"; 308 - ivan-tkatchev = "Ivan Tkatchev <tkatchev@gmail.com>"; 309 - ixmatus = "Parnell Springmeyer <parnell@digitalmentat.com>"; 310 - izorkin = "Yurii Izorkin <Izorkin@gmail.com>"; 311 - ixxie = "Matan Bendix Shenhav <matan@fluxcraft.net>"; 312 - j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>"; 313 - jagajaga = "Arseniy Seroka <ars.seroka@gmail.com>"; 314 - jammerful = "jammerful <jammerful@gmail.com>"; 315 - jansol = "Jan Solanti <jan.solanti@paivola.fi>"; 316 - javaguirre = "Javier Aguirre <contacto@javaguirre.net>"; 317 - jb55 = "William Casarin <jb55@jb55.com>"; 318 - jbedo = "Justin Bedő <cu@cua0.org>"; 319 - jcumming = "Jack Cummings <jack@mudshark.org>"; 320 - jdagilliland = "Jason Gilliland <jdagilliland@gmail.com>"; 321 - jefdaj = "Jeffrey David Johnson <jefdaj@gmail.com>"; 322 - jensbin = "Jens Binkert <jensbin@protonmail.com>"; 323 - jerith666 = "Matt McHenry <github@matt.mchenryfamily.org>"; 324 - jfb = "James Felix Black <james@yamtime.com>"; 325 - jfrankenau = "Johannes Frankenau <johannes@frankenau.net>"; 326 - jgeerds = "Jascha Geerds <jascha@jgeerds.name>"; 327 - jgertm = "Tim Jaeger <jger.tm@gmail.com>"; 328 - jgillich = "Jakob Gillich <jakob@gillich.me>"; 329 - jhhuh = "Ji-Haeng Huh <jhhuh.note@gmail.com>"; 330 - jirkamarsik = "Jirka Marsik <jiri.marsik89@gmail.com>"; 331 - jlesquembre = "José Luis Lafuente <jl@lafuente.me>"; 332 - jluttine = "Jaakko Luttinen <jaakko.luttinen@iki.fi>"; 333 - Jo = "Joachim Ernst <0x4A6F@shackspace.de>"; 334 - joachifm = "Joachim Fasting <joachifm@fastmail.fm>"; 335 - joamaki = "Jussi Maki <joamaki@gmail.com>"; 336 - joelmo = "Joel Moberg <joel.moberg@gmail.com>"; 337 - joelteon = "Joel Taylor <me@joelt.io>"; 338 - johbo = "Johannes Bornhold <johannes@bornhold.name>"; 339 - johnazoidberg = "Daniel Schäfer <git@danielschaefer.me>"; 340 - johnmh = "John M. Harris, Jr. <johnmh@openblox.org>"; 341 - johnramsden = "John Ramsden <johnramsden@riseup.net>"; 342 - joko = "Ioannis Koutras <ioannis.koutras@gmail.com>"; 343 - jonafato = "Jon Banafato <jon@jonafato.com>"; 344 - joncojonathan = "Jonathan Haddock <joncojonathan@gmail.com>"; 345 - jpdoyle = "Joe Doyle <joethedoyle@gmail.com>"; 346 - jpierre03 = "Jean-Pierre PRUNARET <nix@prunetwork.fr>"; 347 - jpotier = "Martin Potier <jpo.contributes.to.nixos@marvid.fr>"; 348 - jraygauthier = "Raymond Gauthier <jraygauthier@gmail.com>"; 349 - jtojnar = "Jan Tojnar <jtojnar@gmail.com>"; 350 - juliendehos = "Julien Dehos <dehos@lisic.univ-littoral.fr>"; 351 - jwiegley = "John Wiegley <johnw@newartisans.com>"; 352 - jwilberding = "Jordan Wilberding <jwilberding@afiniate.com>"; 353 - jyp = "Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>"; 354 - jzellner = "Jeff Zellner <jeffz@eml.cc>"; 355 - kaiha = "Kai Harries <kai.harries@gmail.com>"; 356 - kamilchm = "Kamil Chmielewski <kamil.chm@gmail.com>"; 357 - kampfschlaefer = "Arnold Krille <arnold@arnoldarts.de>"; 358 - karolchmist = "karolchmist <info+nix@chmist.com>"; 359 - kentjames = "James Kent <jameschristopherkent@gmail.com"; 360 - kevincox = "Kevin Cox <kevincox@kevincox.ca>"; 361 - khumba = "Bryan Gardiner <bog@khumba.net>"; 362 - KibaFox = "Kiba Fox <kiba.fox@foxypossibilities.com>"; 363 - kierdavis = "Kier Davis <kierdavis@gmail.com>"; 364 - kiloreux = "Kiloreux Emperex <kiloreux@gmail.com>"; 365 - kini = "Keshav Kini <keshav.kini@gmail.com>"; 366 - kkallio = "Karn Kallio <tierpluspluslists@gmail.com>"; 367 - knedlsepp = "Josef Kemetmüller <josef.kemetmueller@gmail.com>"; 368 - konimex = "Muhammad Herdiansyah <herdiansyah@netc.eu>"; 369 - koral = "Koral <koral@mailoo.org>"; 370 - kovirobi = "Kovacsics Robert <kovirobi@gmail.com>"; 371 - kquick = "Kevin Quick <quick@sparq.org>"; 372 - kragniz = "Louis Taylor <louis@kragniz.eu>"; 373 - kristoff3r = "Kristoffer Søholm <k.soeholm@gmail.com>"; 374 - ktosiek = "Tomasz Kontusz <tomasz.kontusz@gmail.com>"; 375 - kuznero = "Roman Kuznetsov <roman@kuznero.com>"; 376 - lasandell = "Luke Sandell <lasandell@gmail.com>"; 377 - lassulus = "Lassulus <lassulus@gmail.com>"; 378 - layus = "Guillaume Maudoux <layus.on@gmail.com>"; 379 - lblasc = "Luka Blaskovic <lblasc@znode.net>"; 380 - ldesgoui = "Lucas Desgouilles <ldesgoui@gmail.com>"; 381 - league = "Christopher League <league@contrapunctus.net>"; 382 - lebastr = "Alexander Lebedev <lebastr@gmail.com>"; 383 - ledif = "Adam Fidel <refuse@gmail.com>"; 384 - leemachin = "Lee Machin <me@mrl.ee>"; 385 - leenaars = "Michiel Leenaars <ml.software@leenaa.rs>"; 386 - lejonet = "Daniel Kuehn <daniel@kuehn.se>"; 387 - leonardoce = "Leonardo Cecchi <leonardo.cecchi@gmail.com>"; 388 - lethalman = "Luca Bruno <lucabru@src.gnome.org>"; 389 - lewo = "Antoine Eiche <lewo@abesis.fr>"; 390 - lheckemann = "Linus Heckemann <git@sphalerite.org>"; 391 - lhvwb = "Nathaniel Baxter <nathaniel.baxter@gmail.com>"; 392 - lihop = "Leroy Hopson <nixos@leroy.geek.nz>"; 393 - limeytexan = "Michael Brantley <limeytexan@gmail.com>"; 394 - linquize = "Linquize <linquize@yahoo.com.hk>"; 395 - linus = "Linus Arver <linusarver@gmail.com>"; 396 - lluchs = "Lukas Werling <lukas.werling@gmail.com>"; 397 - lnl7 = "Daiderd Jordan <daiderd@gmail.com>"; 398 - lo1tuma = "Mathias Schreck <schreck.mathias@gmail.com>"; 399 - loskutov = "Ignat Loskutov <ignat.loskutov@gmail.com>"; 400 - lovek323 = "Jason O'Conal <jason@oconal.id.au>"; 401 - lowfatcomputing = "Andreas Wagner <andreas.wagner@lowfatcomputing.org>"; 402 - lsix = "Lancelot SIX <lsix@lancelotsix.com>"; 403 - lschuermann = "Leon Schuermann <leon.git@is.currently.online>"; 404 - ltavard = "Laure Tavard <laure.tavard@univ-grenoble-alpes.fr>"; 405 - lucas8 = "Luc Chabassier <luc.linux@mailoo.org>"; 406 - ludo = "Ludovic Courtès <ludo@gnu.org>"; 407 - lufia = "Kyohei Kadota <lufia@lufia.org>"; 408 - luispedro = "Luis Pedro Coelho <luis@luispedro.org>"; 409 - lukego = "Luke Gorrie <luke@snabb.co>"; 410 - luz = "Luz <luz666@daum.net>"; 411 - lw = "Sergey Sofeychuk <lw@fmap.me>"; 412 - lyt = "Tim Liou <wheatdoge@gmail.com>"; 413 - m3tti = "Mathaeus Sander <mathaeus.peter.sander@gmail.com>"; 414 - ma27 = "Maximilian Bosch <maximilian@mbosch.me>"; 415 - madjar = "Georges Dubus <georges.dubus@compiletoi.net>"; 416 - magnetophon = "Bart Brouns <bart@magnetophon.nl>"; 417 - mahe = "Matthias Herrmann <matthias.mh.herrmann@gmail.com>"; 418 - makefu = "Felix Richter <makefu@syntax-fehler.de>"; 419 - malyn = "Michael Alyn Miller <malyn@strangeGizmo.com>"; 420 - manveru = "Michael Fellinger <m.fellinger@gmail.com>"; 421 - marcweber = "Marc Weber <marco-oweber@gmx.de>"; 422 - markus1189 = "Markus Hauck <markus1189@gmail.com>"; 423 - markuskowa = "Markus Kowalewski <markus.kowalewski@gmail.com>"; 424 - markWot = "Markus Wotringer <markus@wotringer.de>"; 425 - martijnvermaat = "Martijn Vermaat <martijn@vermaat.name>"; 426 - martingms = "Martin Gammelsæter <martin@mg.am>"; 427 - matejc = "Matej Cotman <cotman.matej@gmail.com>"; 428 - mathnerd314 = "Mathnerd314 <mathnerd314.gph+hs@gmail.com>"; 429 - matthewbauer = "Matthew Bauer <mjbauer95@gmail.com>"; 430 - matthiasbeyer = "Matthias Beyer <mail@beyermatthias.de>"; 431 - maurer = "Matthew Maurer <matthew.r.maurer+nix@gmail.com>"; 432 - mbakke = "Marius Bakke <mbakke@fastmail.com>"; 433 - mbbx6spp = "Susan Potter <me@susanpotter.net>"; 434 - mbe = "Brandon Edens <brandonedens@gmail.com>"; 435 - mbode = "Maximilian Bode <maxbode@gmail.com>"; 436 - mboes = "Mathieu Boespflug <mboes@tweag.net>"; 437 - mbrgm = "Marius Bergmann <marius@yeai.de>"; 438 - mcmtroffaes = "Matthias C. M. Troffaes <matthias.troffaes@gmail.com>"; 439 - mdaiter = "Matthew S. Daiter <mdaiter8121@gmail.com>"; 440 - meditans = "Carlo Nucera <meditans@gmail.com>"; 441 - mehandes = "Matt Deming <niewskici@gmail.com>"; 442 - meisternu = "Matt Miemiec <meister@krutt.org>"; 443 - metabar = "Celine Mercier <softs@metabarcoding.org>"; 444 - mgdelacroix = "Miguel de la Cruz <mgdelacroix@gmail.com>"; 445 - mgttlinger = "Merlin Göttlinger <megoettlinger@gmail.com"; 446 - mguentner = "Maximilian Güntner <code@klandest.in>"; 447 - mic92 = "Jörg Thalheim <joerg@thalheim.io>"; 448 - michaelpj = "Michael Peyton Jones <michaelpj@gmail.com>"; 449 - michalrus = "Michal Rus <m@michalrus.com>"; 450 - michelk = "Michel Kuhlmann <michel@kuhlmanns.info>"; 451 - mickours = "Michael Mercier <mickours@gmail.com<"; 452 - midchildan = "midchildan <midchildan+nix@gmail.com>"; 453 - mikefaille = "Michaël Faille <michael@faille.io>"; 454 - mikoim = "Eshin Kunishima <ek@esh.ink>"; 455 - miltador = "Vasiliy Solovey <miltador@yandex.ua>"; 456 - mimadrid = "Miguel Madrid <mimadrid@ucm.es>"; 457 - mirdhyn = "Merlin Gaillard <mirdhyn@gmail.com>"; 458 - mirrexagon = "Andrew Abbott <mirrexagon@mirrexagon.com>"; 459 - mjanczyk = "Marcin Janczyk <m@dragonvr.pl>"; 460 - mjp = "Mike Playle <mike@mythik.co.uk>"; # github = "MikePlayle"; 461 - mkg = "Mark K Gardner <mkg@vt.edu>"; 462 - mlieberman85 = "Michael Lieberman <mlieberman85@gmail.com>"; 463 - mmahut = "Marek Mahut <marek.mahut@gmail.com>"; 464 - moaxcp = "John Mercier <moaxcp@gmail.com>"; 465 - modulistic = "Pablo Costa <modulistic@gmail.com>"; 466 - mog = "Matthew O'Gorman <mog-lists@rldn.net>"; 467 - montag451 = "montag451 <montag451@laposte.net>"; 468 - moosingin3space = "Nathan Moos <moosingin3space@gmail.com>"; 469 - moredread = "André-Patrick Bubel <code@apb.name>"; 470 - moretea = "Maarten Hoogendoorn <maarten@moretea.nl>"; 471 - mornfall = "Petr Ročkai <me@mornfall.net>"; 472 - MostAwesomeDude = "Corbin Simpson <cds@corbinsimpson.com>"; 473 - mounium = "Katona László <muoniurn@gmail.com>"; 474 - MP2E = "Cray Elliott <MP2E@archlinux.us>"; 475 - mpcsh = "Mark Cohen <m@mpc.sh>"; 476 - mpickering = "Matthew Pickering <matthewtpickering@gmail.com>"; 477 - mpscholten = "Marc Scholten <marc@mpscholten.de>"; 478 - mpsyco = "Francis St-Amour <fr.st-amour@gmail.com>"; 479 - mrVanDalo = "Ingolf Wanger <contact@ingolf-wagner.de>"; 480 - msackman = "Matthew Sackman <matthew@wellquite.org>"; 481 - mschristiansen = "Mikkel Christiansen <mikkel@rheosystems.com>"; 482 - mstarzyk = "Maciek Starzyk <mstarzyk@gmail.com>"; 483 - msteen = "Matthijs Steen <emailmatthijs@gmail.com>"; 484 - mt-caret = "Masayuki Takeda <mtakeda.enigsol@gmail.com>"; 485 - mtreskin = "Max Treskin <zerthurd@gmail.com>"; 486 - mudri = "James Wood <lamudri@gmail.com>"; 487 - muflax = "Stefan Dorn <mail@muflax.com>"; 488 - myrl = "Myrl Hex <myrl.0xf@gmail.com>"; 489 - nadrieril = "Nadrieril Feneanar <nadrieril@gmail.com>"; 490 - namore = "Roman Naumann <namor@hemio.de>"; 491 - nand0p = "Fernando Jose Pando <nando@hex7.com>"; 492 - Nate-Devv = "Nathan Moore <natedevv@gmail.com>"; 493 - nathan-gs = "Nathan Bijnens <nathan@nathan.gs>"; 494 - nckx = "Tobias Geerinckx-Rice <github@tobias.gr>"; 495 - ndowens = "Nathan Owens <ndowens04@gmail.com>"; 496 - neeasade = "Nathan Isom <nathanisom27@gmail.com>"; 497 - nequissimus = "Tim Steinbach <tim@nequissimus.com>"; 498 - nfjinjing = "Jinjing Wang <nfjinjing@gmail.com>"; 499 - nh2 = "Niklas Hambüchen <mail@nh2.me>"; 500 - nhooyr = "Anmol Sethi <anmol@aubble.com>"; 501 - nickhu = "Nick Hu <me@nickhu.co.uk>"; 502 - nicknovitski = "Nick Novitski <nixpkgs@nicknovitski.com>"; 503 - nico202 = "Nicolò Balzarotti <anothersms@gmail.com>"; 504 - NikolaMandic = "Ratko Mladic <nikola@mandic.email>"; 505 - ninjatrappeur = "Félix Baylac-Jacqué <felix@alternativebit.fr>"; 506 - nipav = "Niko Pavlinek <niko.pavlinek@gmail.com>"; 507 - nixy = "Andrew R. M. <nixy@nixy.moe>"; 508 - nmattia = "Nicolas Mattia <nicolas@nmattia.com>"; 509 - nocoolnametom = "Tom Doggett <nocoolnametom@gmail.com>"; 510 - notthemessiah = "Brian Cohen <brian.cohen.88@gmail.com>"; 511 - np = "Nicolas Pouillard <np.nix@nicolaspouillard.fr>"; 512 - nslqqq = "Nikita Mikhailov <nslqqq@gmail.com>"; 513 - nthorne = "Niklas Thörne <notrupertthorne@gmail.com>"; 514 - nyarly = "Judson Lester <nyarly@gmail.com>"; 515 - obadz = "obadz <obadz-nixos@obadz.com>"; 516 - ocharles = "Oliver Charles <ollie@ocharles.org.uk>"; 517 - odi = "Oliver Dunkl <oliver.dunkl@gmail.com>"; 518 - offline = "Jaka Hudoklin <jakahudoklin@gmail.com>"; 519 - oida = "oida <oida@posteo.de>"; 520 - okasu = "Okasu <oka.sux@gmail.com>"; 521 - olcai = "Erik Timan <dev@timan.info>"; 522 - olejorgenb = "Ole Jørgen Brønner <olejorgenb@yahoo.no>"; 523 - olynch = "Owen Lynch <owen@olynch.me>"; 524 - orbekk = "KJ Ørbekk <kjetil.orbekk@gmail.com>"; 525 - orbitz = "Malcolm Matalka <mmatalka@gmail.com>"; 526 - orivej = "Orivej Desh <orivej@gmx.fr>"; 527 - osener = "Ozan Sener <ozan@ozansener.com>"; 528 - otwieracz = "Slawomir Gonet <slawek@otwiera.cz>"; 529 - oxij = "Jan Malakhovski <oxij@oxij.org>"; 530 - paholg = "Paho Lurie-Gregg <paho@paholg.com>"; 531 - pakhfn = "Fedor Pakhomov <pakhfn@gmail.com>"; 532 - panaeon = "Vitalii Voloshyn <vitalii.voloshyn@gmail.com"; 533 - paperdigits = "Mica Semrick <mica@silentumbrella.com>"; 534 - paraseba = "Sebastian Galkin <paraseba@gmail.com>"; 535 - pashev = "Igor Pashev <pashev.igor@gmail.com>"; 536 - patternspandemic = "Brad Christensen <patternspandemic@live.com>"; 537 - pawelpacana = "Paweł Pacana <pawel.pacana@gmail.com>"; 538 - pbogdan = "Piotr Bogdan <ppbogdan@gmail.com>"; 539 - pcarrier = "Pierre Carrier <pc@rrier.ca>"; 540 - periklis = "theopompos@gmail.com"; 541 - pesterhazy = "Paulus Esterhazy <pesterhazy@gmail.com>"; 542 - peterhoeg = "Peter Hoeg <peter@hoeg.com>"; 543 - peterromfeldhk = "Peter Romfeld <peter.romfeld.hk@gmail.com>"; 544 - peti = "Peter Simons <simons@cryp.to>"; 545 - philandstuff = "Philip Potter <philip.g.potter@gmail.com>"; 546 - phile314 = "Philipp Hausmann <nix@314.ch>"; 547 - Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>"; 548 - phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>"; 549 - phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>"; 550 - pierrechevalier83 = "Pierre Chevalier <pierrechevalier83@gmail.com>"; 551 - pierrer = "Pierre Radermecker <pierrer@pi3r.be>"; 552 - pierron = "Nicolas B. Pierron <nixos@nbp.name>"; 553 - piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>"; 554 - pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>"; 555 - pjones = "Peter Jones <pjones@devalot.com>"; 556 - pkmx = "Chih-Mao Chen <pkmx.tw@gmail.com>"; 557 - plcplc = "Philip Lykke Carlsen <plcplc@gmail.com>"; 558 - plumps = "Maksim Bronsky <maks.bronsky@web.de"; 559 - pmahoney = "Patrick Mahoney <pat@polycrystal.org>"; 560 - pmeunier = "Pierre-Étienne Meunier <pierre-etienne.meunier@inria.fr>"; 561 - pmiddend = "Philipp Middendorf <pmidden@secure.mailbox.org>"; 562 - pneumaticat = "Kevin Liu <kevin@potatofrom.space>"; 563 - polyrod = "Maurizio Di Pietro <dc1mdp@gmail.com>"; 564 - pradeepchhetri = "Pradeep Chhetri <pradeep.chhetri89@gmail.com>"; 565 - prikhi = "Pavan Rikhi <pavan.rikhi@gmail.com>"; 566 - primeos = "Michael Weiss <dev.primeos@gmail.com>"; 567 - Profpatsch = "Profpatsch <mail@profpatsch.de>"; 568 - proglodyte = "Proglodyte <proglodyte23@gmail.com>"; 569 - pshendry = "Paul Hendry <paul@pshendry.com>"; 570 - psibi = "Sibi <sibi@psibi.in>"; 571 - pstn = "Philipp Steinpaß <philipp@xndr.de>"; 572 - pSub = "Pascal Wittmann <mail@pascal-wittmann.de>"; 573 - puffnfresh = "Brian McKenna <brian@brianmckenna.org>"; 574 - pxc = "Patrick Callahan <patrick.callahan@latitudeengineering.com>"; 575 - qknight = "Joachim Schiele <js@lastlog.de>"; 576 - ragge = "Ragnar Dahlen <r.dahlen@gmail.com>"; 577 - ralith = "Benjamin Saunders <ben.e.saunders@gmail.com>"; 578 - ramkromberg = "Ram Kromberg <ramkromberg@mail.com>"; 579 - rardiol = "Ricardo Ardissone <ricardo.ardissone@gmail.com>"; 580 - rasendubi = "Alexey Shmalko <rasen.dubi@gmail.com>"; 581 - raskin = "Michael Raskin <7c6f434c@mail.ru>"; 582 - ravloony = "Tom Macdonald <ravloony@gmail.com>"; 583 - razvan = "Răzvan Flavius Panda <razvan.panda@gmail.com>"; 584 - rbasso = "Rafael Basso <rbasso@sharpgeeks.net>"; 585 - redbaron = "Maxim Ivanov <ivanov.maxim@gmail.com>"; 586 - redvers = "Redvers Davies <red@infect.me>"; 587 - refnil = "Martin Lavoie <broemartino@gmail.com>"; 588 - regnat = "Théophane Hufschmitt <regnat@regnat.ovh>"; 589 - relrod = "Ricky Elrod <ricky@elrod.me>"; 590 - renzo = "Renzo Carbonara <renzocarbonara@gmail.com>"; 591 - retrry = "Tadas Barzdžius <retrry@gmail.com>"; 592 - rht = "rht <rhtbot@protonmail.com>"; 593 - richardipsum = "Richard Ipsum <richardipsum@fastmail.co.uk>"; 594 - rick68 = "Wei-Ming Yang <rick68@gmail.com>"; 595 - rickynils = "Rickard Nilsson <rickynils@gmail.com>"; 596 - ris = "Robert Scott <code@humanleg.org.uk>"; 597 - rlupton20 = "Richard Lupton <richard.lupton@gmail.com>"; 598 - rnhmjoj = "Michele Guerini Rocco <micheleguerinirocco@me.com>"; 599 - rob = "Rob Vermaas <rob.vermaas@gmail.com>"; 600 - robberer = "Longrin Wischnewski <robberer@freakmail.de>"; 601 - robbinch = "Robbin C. <robbinch33@gmail.com>"; 602 - roberth = "Robert Hensing <nixpkgs@roberthensing.nl>"; 603 - robertodr = "Roberto Di Remigio <roberto.diremigio@gmail.com>"; 604 - robgssp = "Rob Glossop <robgssp@gmail.com>"; 605 - roblabla = "Robin Lambertz <robinlambertz+dev@gmail.com>"; 606 - roconnor = "Russell O'Connor <roconnor@theorem.ca>"; 607 - romildo = "José Romildo Malaquias <malaquias@gmail.com>"; 608 - rongcuid = "Rongcui Dong <rongcuid@outlook.com>"; 609 - rszibele = "Richard Szibele <richard@szibele.com>"; 610 - rtreffer = "Rene Treffer <treffer+nixos@measite.de>"; 611 - rushmorem = "Rushmore Mushambi <rushmore@webenchanter.com>"; 612 - rvl = "Rodney Lorrimar <dev+nix@rodney.id.au>"; 613 - rvlander = "Gaëtan André <rvlander@gaetanandre.eu>"; 614 - rvolosatovs = "Roman Volosatovs <rvolosatovs@riseup.net>"; 615 - ryanartecona = "Ryan Artecona <ryanartecona@gmail.com>"; 616 - ryansydnor = "Ryan Sydnor <ryan.t.sydnor@gmail.com>"; 617 - ryantm = "Ryan Mulligan <ryan@ryantm.com>"; 618 - ryantrinkle = "Ryan Trinkle <ryan.trinkle@gmail.com>"; 619 - rybern = "Ryan Bernstein <ryan.bernstein@columbia.edu>"; 620 - rycee = "Robert Helgesson <robert@rycee.net>"; 621 - ryneeverett = "Ryne Everett <ryneeverett@gmail.com>"; 622 - rzetterberg = "Richard Zetterberg <richard.zetterberg@gmail.com>"; 623 - s1lvester = "Markus Silvester <s1lvester@bockhacker.me>"; 624 - samdroid-apps = "Sam Parkinson <sam@sam.today>"; 625 - samueldr = "Samuel Dionne-Riel <samuel@dionne-riel.com>"; 626 - samuelrivas = "Samuel Rivas <samuelrivas@gmail.com>"; 627 - sander = "Sander van der Burg <s.vanderburg@tudelft.nl>"; 628 - sargon = "Daniel Ehlers <danielehlers@mindeye.net>"; 629 - sauyon = "Sauyon Lee <s@uyon.co>"; 630 - schmitthenner = "Fabian Schmitthenner <development@schmitthenner.eu>"; 631 - schneefux = "schneefux <schneefux+nixos_pkg@schneefux.xyz>"; 632 - schristo = "Scott Christopher <schristopher@konputa.com>"; 633 - scode = "Peter Schuller <peter.schuller@infidyne.com>"; 634 - scolobb = "Sergiu Ivanov <sivanov@colimite.fr>"; 635 - sdll = "Sasha Illarionov <sasha.delly@gmail.com>"; 636 - SeanZicari = "Sean Zicari <sean.zicari@gmail.com>"; 637 - sellout = "Greg Pfeil <greg@technomadic.org>"; 638 - sepi = "Raffael Mancini <raffael@mancini.lu>"; 639 - seppeljordan = "Sebastian Jordan <sebastian.jordan.mail@googlemail.com>"; 640 - sfrijters = "Stefan Frijters <sfrijters@gmail.com>"; 641 - shanemikel = "Shane Pearlman <shanemikel1@gmail.com>"; 642 - shawndellysse = "Shawn Dellysse <sdellysse@gmail.com>"; 643 - sheenobu = "Sheena Artrip <sheena.artrip@gmail.com>"; 644 - sheganinans = "Aistis Raulinaitis <sheganinans@gmail.com>"; 645 - shell = "Shell Turner <cam.turn@gmail.com>"; 646 - shlevy = "Shea Levy <shea@shealevy.com>"; 647 - siddharthist = "Langston Barrett <langston.barrett@gmail.com>"; 648 - sifmelcara = "Ming Chuan <ming@culpring.com>"; 649 - sigma = "Yann Hodique <yann.hodique@gmail.com>"; 650 - simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>"; 651 - sivteck = "Sivaram Balakrishnan <sivaram1992@gmail.com>"; 652 - sjagoe = "Simon Jagoe <simon@simonjagoe.com>"; 653 - sjmackenzie = "Stewart Mackenzie <setori88@gmail.com>"; 654 - sjourdois = "Stéphane ‘kwisatz’ Jourdois <sjourdois@gmail.com>"; 655 - skeidel = "Sven Keidel <svenkeidel@gmail.com>"; 656 - skrzyp = "Jakub Skrzypnik <jot.skrzyp@gmail.com>"; 657 - sleexyz = "Sean Lee <freshdried@gmail.com>"; 658 - smironov = "Sergey Mironov <grrwlf@gmail.com>"; 659 - snyh = "Xia Bin <snyh@snyh.org>"; 660 - solson = "Scott Olson <scott@solson.me>"; 661 - sorpaas = "Wei Tang <hi@that.world>"; 662 - sorki = "Richard Marko <srk@48.io>"; 663 - spacefrogg = "Michael Raitza <spacefrogg-nixos@meterriblecrew.net>"; 664 - spencerjanssen = "Spencer Janssen <spencerjanssen@gmail.com>"; 665 - spinus = "Tomasz Czyż <tomasz.czyz@gmail.com>"; 666 - sprock = "Roger Mason <rmason@mun.ca>"; 667 - spwhitt = "Spencer Whitt <sw@swhitt.me>"; 668 - srhb = "Sarah Brofeldt <sbrofeldt@gmail.com>"; 669 - SShrike = "Severen Redwood <severen@shrike.me>"; 670 - stephenmw = "Stephen Weinberg <stephen@q5comm.com>"; 671 - sternenseemann = "Lukas Epple <post@lukasepple.de>"; 672 - stesie = "Stefan Siegl <stesie@brokenpipe.de>"; 673 - steveej = "Stefan Junker <mail@stefanjunker.de>"; 674 - StijnDW = "Stijn DW <stekke@airmail.cc>"; 675 - StillerHarpo = "Florian Engel <florianengel39@gmail.com>"; 676 - stumoss = "Stuart Moss <samoss@gmail.com>"; 677 - SuprDewd = "Bjarki Ágúst Guðmundsson <suprdewd@gmail.com>"; 678 - suvash = "Suvash Thapaliya <suvash+nixpkgs@gmail.com>"; 679 - svsdep = "Vasyl Solovei <svsdep@gmail.com>"; 680 - swarren83 = "Shawn Warren <shawn.w.warren@gmail.com>"; 681 - swflint = "Samuel W. Flint <swflint@flintfam.org>"; 682 - swistak35 = "Rafał Łasocha <me@swistak35.com>"; 683 - symphorien = "Guillaume Girol <symphorien_nixpkgs@xlumurb.eu>"; 684 - szczyp = "Szczyp <qb@szczyp.com>"; 685 - sztupi = "Attila Sztupak <attila.sztupak@gmail.com>"; 686 - tadfisher = "Tad Fisher <tadfisher@gmail.com>"; 687 - taeer = "Taeer Bar-Yam <taeer@necsi.edu>"; 688 - tailhook = "Paul Colomiets <paul@colomiets.name>"; 689 - taketwo = "Sergey Alexandrov <alexandrov88@gmail.com>"; 690 - takikawa = "Asumu Takikawa <asumu@igalia.com>"; 691 - taktoa = "Remy Goldschmidt <taktoa@gmail.com>"; 692 - taku0 = "Takuo Yonezawa <mxxouy6x3m_github@tatapa.org>"; 693 - tari = "Peter Marheine <peter@taricorp.net>"; 694 - tavyc = "Octavian Cerna <octavian.cerna@gmail.com>"; 695 - TealG = "Teal Gaure <~@Teal.Gr>"; 696 - teh = "Tom Hunger <tehunger@gmail.com>"; 697 - telotortium = "Robert Irelan <rirelan@gmail.com>"; 698 - teozkr = "Teo Klestrup Röijezon <teo@nullable.se>"; 699 - teto = "Matthieu Coudron <mcoudron@hotmail.com>"; 700 - tex = "Milan Svoboda <milan.svoboda@centrum.cz>"; 701 - thall = "Niclas Thall <niclas.thall@gmail.com>"; 702 - thammers = "Tobias Hammerschmidt <jawr@gmx.de>"; 703 - thanegill = "Thane Gill <me@thanegill.com>"; 704 - the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>"; 705 - theuni = "Christian Theune <ct@flyingcircus.io>"; 706 - ThomasMader = "Thomas Mader <thomas.mader@gmail.com>"; 707 - thoughtpolice = "Austin Seipp <aseipp@pobox.com>"; 708 - thpham = "Thomas Pham <thomas.pham@ithings.ch>"; 709 - tilpner = "Till Höppner <till@hoeppner.ws>"; 710 - timbertson = "Tim Cuthbertson <tim@gfxmonk.net>"; 711 - timokau = "Timo Kaufmann <timokau@zoho.com>"; 712 - timor = "timor <timor.dd@googlemail.com>"; 713 - tiramiseb = "Sébastien Maccagnoni <sebastien@maccagnoni.eu>"; 714 - titanous = "Jonathan Rudenberg <jonathan@titanous.com>"; 715 - tnias = "Philipp Bartsch <phil@grmr.de>"; 716 - tohl = "Tomas Hlavaty <tom@logand.com>"; 717 - tokudan = "Daniel Frank <git@danielfrank.net>"; 718 - tomberek = "Thomas Bereknyei <tomberek@gmail.com>"; 719 - tomsmeets = "Tom Smeets <tom@tsmeets.nl>"; 720 - travisbhartwell = "Travis B. Hartwell <nafai@travishartwell.net>"; 721 - treemo = "Matthieu Chevrier <matthieu.chevrier@treemo.fr>"; 722 - trevorj = "Trevor Joynson <nix@trevor.joynson.io>"; 723 - trino = "Hubert Mühlhans <muehlhans.hubert@ekodia.de>"; 724 - troydm = "Dmitry Geurkov <d.geurkov@gmail.com>"; 725 - tstrobel = "Thomas Strobel <4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains>"; 726 - ttuegel = "Thomas Tuegel <ttuegel@mailbox.org>"; 727 - tv = "Tomislav Viljetić <tv@shackspace.de>"; 728 - tvestelind = "Tomas Vestelind <tomas.vestelind@fripost.org>"; 729 - tvorog = "Marsel Zaripov <marszaripov@gmail.com>"; 730 - tweber = "Thorsten Weber <tw+nixpkgs@360vier.de>"; 731 - twey = "James ‘Twey’ Kay <twey@twey.co.uk>"; 732 - unode = "Renato Alves <alves.rjc@gmail.com>"; 733 - uralbash = "Svintsov Dmitry <root@uralbash.ru>"; 734 - utdemir = "Utku Demir <me@utdemir.com>"; 735 - #urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>"; inactive since 2012 736 - uwap = "uwap <me@uwap.name>"; 737 - va1entin = "Valentin Heidelberger <github@valentinsblog.com>"; 738 - vaibhavsagar = "Vaibhav Sagar <vaibhavsagar@gmail.com>"; 739 - valeriangalliat = "Valérian Galliat <val@codejam.info>"; 740 - vandenoever = "Jos van den Oever <jos@vandenoever.info>"; 741 - vanschelven = "Klaas van Schelven <klaas@vanschelven.com>"; 742 - vanzef = "Ivan Solyankin <vanzef@gmail.com>"; 743 - varunpatro = "Varun Patro <varun.kumar.patro@gmail.com>"; 744 - vbgl = "Vincent Laporte <Vincent.Laporte@gmail.com>"; 745 - vbmithr = "Vincent Bernardoff <vb@luminar.eu.org>"; 746 - vcunat = "Vladimír Čunát <vcunat@gmail.com>"; 747 - vdemeester = "Vincent Demeester <vincent@sbr.pm>"; 748 - velovix = "Tyler Compton <xaviosx@gmail.com>"; 749 - veprbl = "Dmitry Kalinkin <veprbl@gmail.com>"; 750 - vidbina = "David Asabina <vid@bina.me>"; 751 - vifino = "Adrian Pistol <vifino@tty.sh>"; 752 - vinymeuh = "VinyMeuh <vinymeuh@gmail.com>"; 753 - viric = "Lluís Batlle i Rossell <viric@viric.name>"; 754 - vizanto = "Danny Wilson <danny@prime.vc>"; 755 - vklquevs = "vklquevs <vklquevs@gmail.com>"; 756 - vlstill = "Vladimír Štill <xstill@fi.muni.cz>"; 757 - vmandela = "Venkateswara Rao Mandela <venkat.mandela@gmail.com>"; 758 - vmchale = "Vanessa McHale <tmchale@wisc.edu>"; 759 - volhovm = "Mikhail Volkhov <volhovm.cs@gmail.com>"; 760 - volth = "Jaroslavas Pocepko <jaroslavas@volth.com>"; 761 - vozz = "Oliver Hunt <oliver.huntuk@gmail.com>"; 762 - vrthra = "Rahul Gopinath <rahul@gopinath.org>"; 763 - vyp = "vyp <elisp.vim@gmail.com>"; 764 - wedens = "wedens <kirill.wedens@gmail.com>"; 765 - willibutz = "Willi Butz <willibutz@posteo.de>"; 766 - willtim = "Tim Philip Williams <tim.williams.public@gmail.com>"; 767 - winden = "Antonio Vargas Gonzalez <windenntw@gmail.com>"; 768 - wizeman = "Ricardo M. Correia <rcorreia@wizy.org>"; 769 - wjlroe = "William Roe <willroe@gmail.com>"; 770 - wkennington = "William A. Kennington III <william@wkennington.com>"; 771 - wmertens = "Wout Mertens <Wout.Mertens@gmail.com>"; 772 - woffs = "Frank Doepper <github@woffs.de>"; 773 - womfoo = "Kranium Gikos Mendoza <kranium@gikos.net>"; 774 - wscott = "Wayne Scott <wsc9tt@gmail.com>"; 775 - wyvie = "Elijah Rum <elijahrum@gmail.com>"; 776 - xaverdh = "Dominik Xaver Hörl <hoe.dom@gmx.de>"; 777 - xeji = "xeji <xeji@cat3.de>"; 778 - xnaveira = "Xavier Naveira <xnaveira@gmail.com>"; 779 - xnwdd = "Guillermo NWDD <nwdd+nixos@no.team>"; 780 - xurei = "Olivier Bourdoux <olivier.bourdoux@gmail.com>"; 781 - xvapx = "Marti Serra <marti.serra.coscollano@gmail.com>"; 782 - xwvvvvwx = "David Terry <davidterry@posteo.de>"; 783 - xzfc = "Albert Safin <xzfcpw@gmail.com>"; 784 - y0no = "Yoann Ono <y0no@y0no.fr>"; 785 - yarr = "Dmitry V. <savraz@gmail.com>"; 786 - yegortimoshenko = "Yegor Timoshenko <yegortimoshenko@gmail.com>"; 787 - yesbox = "Jesper Geertsen Jonsson <jesper.geertsen.jonsson@gmail.com>"; 788 - ylwghst = "Burim Augustin Berisa <ylwghst@onionmail.info>"; 789 - yochai = "Yochai <yochai@titat.info>"; 790 - yorickvp = "Yorick van Pelt <yorickvanpelt@gmail.com>"; 791 - yrashk = "Yurii Rashkovskii <yrashk@gmail.com>"; 792 - yuriaisaka = "Yuri Aisaka <yuri.aisaka+nix@gmail.com>"; 793 - yurrriq = "Eric Bailey <eric@ericb.me>"; 794 - z77z = "Marco Maggesi <maggesi@math.unifi.it>"; 795 - zagy = "Christian Zagrodnick <cz@flyingcircus.io>"; 796 - zalakain = "Unai Zalakain <contact@unaizalakain.info>"; 797 - zarelit = "David Costa <david@zarel.net>"; 798 - zauberpony = "Elmar Athmer <elmar@athmer.org>"; 799 - zef = "Zef Hemel <zef@zef.me>"; 800 - zimbatm = "zimbatm <zimbatm@zimbatm.com>"; 801 - Zimmi48 = "Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>"; 802 - zohl = "Al Zohali <zohl@fmap.me>"; 803 - zoomulator = "Kim Simmons <zoomulator@gmail.com>"; 804 - zraexy = "David Mell <zraexy@gmail.com>"; 805 - zx2c4 = "Jason A. Donenfeld <Jason@zx2c4.com>"; 806 - zzamboni = "Diego Zamboni <diego@zzamboni.org>"; 807 - }
+66
maintainers/scripts/check-maintainer-github-handles.sh
··· 1 + #!/usr/bin/env nix-shell 2 + #!nix-shell -i bash -p jq parallel 3 + 4 + # Example how to work with the `lib.maintainers` attrset. 5 + # Can be used to check whether all user handles are still valid. 6 + 7 + set -e 8 + 9 + # nixpkgs='<nixpkgs>' 10 + # if [ -n "$1" ]; then 11 + 12 + function checkCommits { 13 + local user="$1" 14 + local tmp=$(mktemp) 15 + curl --silent -w "%{http_code}" \ 16 + "https://github.com/NixOS/nixpkgs/commits?author=$user" \ 17 + > "$tmp" 18 + # the last line of tmp contains the http status 19 + local status=$(tail -n1 "$tmp") 20 + local ret= 21 + case $status in 22 + 200) if <"$tmp" grep -i "no commits found" > /dev/null; then 23 + ret=1 24 + else 25 + ret=0 26 + fi 27 + ;; 28 + # because of github’s hard request limits, this can take some time 29 + 429) sleep 2 30 + printf "." 31 + checkCommits "$user" 32 + ret=$? 33 + ;; 34 + *) printf "BAD STATUS: $(tail -n1 $tmp) for %s\n" "$user"; ret=1 35 + ret=1 36 + ;; 37 + esac 38 + rm "$tmp" 39 + return $ret 40 + } 41 + export -f checkCommits 42 + 43 + function checkUser { 44 + local user="$1" 45 + local status= 46 + status="$(curl --silent --head "https://github.com/${user}" | grep Status)" 47 + # checks whether a user handle can be found on github 48 + if [[ "$status" =~ 404 ]]; then 49 + printf "%s\t\t\t\t%s\n" "$status" "$user" 50 + # checks whether the user handle has any nixpkgs commits 51 + elif checkCommits "$user"; then 52 + printf "OK!\t\t\t\t%s\n" "$user" 53 + else 54 + printf "No Commits!\t\t\t%s\n" "$user" 55 + fi 56 + } 57 + export -f checkUser 58 + 59 + # output the maintainers set as json 60 + # and filter out the github username of each maintainer (if it exists) 61 + # then check some at the same time 62 + nix-instantiate -A lib.maintainers --eval --strict --json \ 63 + | jq -r '.[]|.github|select(.)' \ 64 + | parallel -j5 checkUser 65 + 66 + # parallel -j100 checkUser ::: "eelco" "profpatsch" "Profpatsch" "a"