summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-02-28 15:17:42 +0100
committerProfpatsch <mail@profpatsch.de>2018-03-04 03:26:44 +0100
commitaa47bac04f06aeea993dc2e2cc6649fde4f31ed7 (patch)
tree5595740705da879d4702351b929323bd3bde0494
parentcf1b51aba2780fda582a18b1f97b1919339ddcd9 (diff)
downloadnixpkgs-aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.tar
nixpkgs-aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.tar.gz
nixpkgs-aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.tar.bz2
nixpkgs-aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.tar.lz
nixpkgs-aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.tar.xz
nixpkgs-aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.tar.zst
nixpkgs-aa47bac04f06aeea993dc2e2cc6649fde4f31ed7.zip
Convert maintainer file entries to attributes, add github handles
Based on https://github.com/NixOS/nixpkgs/pull/34842, the
nix-instantiate output was pretty-printed and the validity of the github handles
manually verified, by automatically checking whether the user handles exist on
github (https://github.com/userhandle, status 200 or 404).
Each handle under 5 characters was manually checked (because the collision
probability with non-maintainer accounts is high), each missing entry was
manually researched.

The script used is kept in `maintainers/scripts` as an example of how to work
with the mainainers list through nix’ JSON interface.
-rw-r--r--lib/default.nix2
-rw-r--r--lib/maintainers.nix4745
-rwxr-xr-xmaintainers/scripts/check-maintainer-github-handles.sh23
3 files changed, 3966 insertions, 804 deletions
diff --git a/lib/default.nix b/lib/default.nix
index a25a23299b3..c8a898a292a 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -21,7 +21,7 @@ let
 
     # packaging
     customisation = callLibs ./customisation.nix;
-    maintainers = callLibs ./maintainers.nix;
+    maintainers = import ./maintainers.nix;
     meta = callLibs ./meta.nix;
     sources = callLibs ./sources.nix;
 
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index cb9d746ada5..3e415ae32f7 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -1,807 +1,3946 @@
-{ ...}:
-/* List of NixOS maintainers. The format is:
+/* List of NixOS maintainers.
 
-    handle = "Real Name <address@example.org>";
+    handle = {
+      name = "Real name";
+      email = "address@example.org";
+      github = "GithubUsername";
+    };
 
-  where <handle> is preferred to be your GitHub username (so it's easy
-  to ping a package @<handle>), and <Real Name> is your real name, not
-  a pseudonym. Please keep the list alphabetically sorted. */
+  where `name` is your real name, `email` is your maintainer email
+  address and `github` is your GitHub handle (as it appears in the
+  URL of your profile page, `https://github.com/<userhandle>`).
+ address
+  The only required fields are `name` and `email`.
+  More fields may be added in the future.
+
+  Please keep the list alphabetically sorted.
+  See `../maintainers/scripts/check-maintainer-github-handles.sh`
+  for an example on how to work with this data.
+  */
 {
-  a1russell = "Adam Russell <adamlr6+pub@gmail.com>";
-  aaronschif = "Aaron Schif <aaronschif@gmail.com>";
-  abaldeau = "Andreas Baldeau <andreas@baldeau.net>";
-  abbradar = "Nikolay Amiantov <ab@fmap.me>";
-  abigailbuccaneer = "Abigail Bunyan <abigailbuccaneer@gmail.com>";
-  aboseley = "Adam Boseley <adam.boseley@gmail.com>";
-  abuibrahim = "Ruslan Babayev <ruslan@babayev.com>";
-  acowley = "Anthony Cowley <acowley@gmail.com>";
-  adelbertc = "Adelbert Chang <adelbertc@gmail.com>";
-  adev = "Adrien Devresse <adev@adev.name>";
-  adisbladis = "Adam Hose <adis@blad.is>";
-  Adjective-Object = "Maxwell Huang-Hobbs <mhuan13@gmail.com>";
-  adnelson = "Allen Nelson <ithinkican@gmail.com>";
-  adolfogc = "Adolfo E. García Castro <adolfo.garcia.cr@gmail.com>";
-  aespinosa = "Allan Espinosa <allan.espinosa@outlook.com>";
-  aflatter = "Alexander Flatter <flatter@fastmail.fm>";
-  afldcr   = "James Alexander Feldman-Crough <alex@fldcr.com>";
-  aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>";
-  afranchuk = "Alex Franchuk <alex.franchuk@gmail.com>";
-  aherrmann = "Andreas Herrmann <andreash87@gmx.ch>";
-  ahmedtd = "Taahir Ahmed <ahmed.taahir@gmail.com>";
-  aij = "Ivan Jager <aij+git@mrph.org>";
-  ajgrf = "Alex Griffin <a@ajgrf.com>";
-  ak = "Alexander Kjeldaas <ak@formalprivacy.com>";
-  akaWolf = "Artjom Vejsel <akawolf0@gmail.com>";
-  akc = "Anders Claesson <akc@akc.is>";
-  alexvorobiev = "Alex Vorobiev <alexander.vorobiev@gmail.com";
-  algorith = "Dries Van Daele <dries_van_daele@telenet.be>";
-  alibabzo = "Alistair Bill <alistair.bill@gmail.com>";
-  all = "Nix Committers <nix-commits@lists.science.uu.nl>";
-  alunduil = "Alex Brandt <alunduil@alunduil.com>";
-  ambrop72 = "Ambroz Bizjak <ambrop7@gmail.com>";
-  amiddelk = "Arie Middelkoop <amiddelk@gmail.com>";
-  amiloradovsky = "Andrew Miloradovsky <miloradovsky@gmail.com>";
-  amorsillo = "Andrew Morsillo <andrew.morsillo@gmail.com>";
-  AndersonTorres = "Anderson Torres <torres.anderson.85@gmail.com>";
-  anderspapitto = "Anders Papitto <anderspapitto@gmail.com>";
-  andir = "Andreas Rammhold <andreas@rammhold.de>";
-  andres = "Andres Loeh <ksnixos@andres-loeh.de>";
-  andrestylianos = "Andre S. Ramos <andre.stylianos@gmail.com>";
-  andrew-d = "Andrew Dunham <andrew@du.nham.ca>";
-  andrewrk = "Andrew Kelley <superjoe30@gmail.com>";
-  andsild = "Anders Sildnes <andsild@gmail.com>";
-  aneeshusa = "Aneesh Agrawal <aneeshusa@gmail.com>";
-  ankhers = "Justin Wood <justin.k.wood@gmail.com>";
-  antono = "Antono Vasiljev <self@antono.info>";
-  antonxy = "Anton Schirg <anton.schirg@posteo.de>";
-  apeschar = "Albert Peschar <albert@peschar.net>";
-  apeyroux = "Alexandre Peyroux <alex@px.io>";
-  arcadio = "Arcadio Rubio García <arc@well.ox.ac.uk>";
-  ardumont = "Antoine R. Dumont <eniotna.t@gmail.com>";
-  aristid = "Aristid Breitkreuz <aristidb@gmail.com>";
-  arobyn = "Alexei Robyn <shados@shados.net>";
-  artuuge = "Artur E. Ruuge <artuuge@gmail.com>";
-  ashalkhakov = "Artyom Shalkhakov <artyom.shalkhakov@gmail.com>";
-  ashgillman = "Ashley Gillman <gillmanash@gmail.com>";
-  aske = "Kirill Boltaev <aske@fmap.me>";
-  asppsa = "Alastair Pharo <asppsa@gmail.com>";
-  astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
-  asymmetric = "Lorenzo Manacorda <lorenzo@mailbox.org>";
-  aszlig = "aszlig <aszlig@nix.build>";
-  auntie = "Jonathan Glines <auntieNeo@gmail.com>";
-  avnik = "Alexander V. Nikolaev <avn@avnik.info>";
-  aycanirican = "Aycan iRiCAN <iricanaycan@gmail.com>";
-  babariviere = "Bastien Riviere <babariviere@protonmail.com>";
-  bachp = "Pascal Bach <pascal.bach@nextrem.ch>";
-  backuitist = "Bruno Bieth";
-  badi = "Badi' Abdul-Wahid <abdulwahidc@gmail.com>";
-  balajisivaraman = "Balaji Sivaraman <sivaraman.balaji@gmail.com>";
-  barrucadu = "Michael Walker <mike@barrucadu.co.uk>";
-  basvandijk = "Bas van Dijk <v.dijk.bas@gmail.com>";
-  Baughn = "Svein Ove Aas <sveina@gmail.com>";
-  bcarrell = "Brandon Carrell <brandoncarrell@gmail.com>";
-  bcdarwin = "Ben Darwin <bcdarwin@gmail.com>";
-  bdimcheff = "Brandon Dimcheff <brandon@dimcheff.com>";
-  bendlas = "Herwig Hochleitner <herwig@bendlas.net>";
-  benley = "Benjamin Staffin <benley@gmail.com>";
-  bennofs = "Benno Fünfstück <benno.fuenfstueck@gmail.com>";
-  benwbooth = "Ben Booth <benwbooth@gmail.com>";
-  berce = "Bert Moens <bert.moens@gmail.com>";
-  berdario = "Dario Bertini <berdario@gmail.com>";
-  bergey = "Daniel Bergey <bergey@teallabs.org>";
-  bhipple = "Benjamin Hipple <bhipple@protonmail.com>";
-  binarin = "Alexey Lebedeff <binarin@binarin.ru>";
-  bjg = "Brian Gough <bjg@gnu.org>";
-  bjornfor = "Bjørn Forsman <bjorn.forsman@gmail.com>";
-  bluescreen303 = "Mathijs Kwik <mathijs@bluescreen303.nl>";
-  bobakker = "Bo Bakker <bobakk3r@gmail.com>";
-  bobvanderlinden = "Bob van der Linden <bobvanderlinden@gmail.com>";
-  bodil = "Bodil Stokke <nix@bodil.org>";
-  boothead = "Ben Ford <ben@perurbis.com>";
-  bosu = "Boris Sukholitko <boriss@gmail.com>";
-  bradediger = "Brad Ediger <brad@bradediger.com>";
-  bramd = "Bram Duvigneau <bram@bramd.nl>";
-  bstrik = "Berno Strik <dutchman55@gmx.com>";
-  bugworm = "Roman Gerasimenko <bugworm@zoho.com>";
-  bzizou = "Bruno Bzeznik <Bruno@bzizou.net>";
-  c0bw3b = "Renaud <c0bw3b@gmail.com>";
-  c0dehero = "CodeHero <codehero@nerdpol.ch>";
-  calbrecht = "Christian Albrecht <christian.albrecht@mayflower.de>";
-  calrama = "Moritz Maxeiner <moritz@ucworks.org>";
-  calvertvl = "Victor Calvert <calvertvl@gmail.com>";
-  campadrenalin = "Philip Horger <campadrenalin@gmail.com>";
-  canndrew = "Andrew Cann <shum@canndrew.org>";
-  carlsverre = "Carl Sverre <accounts@carlsverre.com>";
-  casey = "Casey Rodarmor <casey@rodarmor.net>";
-  catern = "Spencer Baugh <sbaugh@catern.com>";
-  caugner = "Claas Augner <nixos@caugner.de>";
-  cdepillabout = "Dennis Gosnell <cdep.illabout@gmail.com>";
-  cfouche = "Chaddaï Fouché <chaddai.fouche@gmail.com>";
-  changlinli = "Changlin Li <mail@changlinli.com>";
-  chaoflow = "Florian Friesdorf <flo@chaoflow.net>";
-  chattered = "Phil Scott <me@philscotted.com>";
-  ChengCat = "Yucheng Zhang <yu@cheng.cat>";
-  chiiruno = "Okina Matara <okinan@protonmail.com>";
-  choochootrain = "Hurshal Patel <hurshal@imap.cc>";
-  chpatrick = "Patrick Chilton <chpatrick@gmail.com>";
-  chreekat = "Bryan Richter <b@chreekat.net>";
-  chris-martin = "Chris Martin <ch.martin@gmail.com>";
-  chrisjefferson = "Christopher Jefferson <chris@bubblescope.net>";
-  chrisrosset = "Christopher Rosset <chris@rosset.org.uk>";
-  christopherpoole = "Christopher Mark Poole <mail@christopherpoole.net>";
-  ciil = "Simon Lackerbauer <simon@lackerbauer.com>";
-  ck3d = "Christian Kögler <ck3d@gmx.de>";
-  ckampka = "Christian Kampka <christian@kampka.net>";
-  ckauhaus = "Christian Kauhaus <kc@flyingcircus.io>";
-  cko = "Christine Koppelt <christine.koppelt@gmail.com>";
-  cleverca22 = "Michael Bishop <cleverca22@gmail.com>";
-  cmcdragonkai = "Roger Qiu <roger.qiu@matrix.ai>";
-  cmfwyp = "cmfwyp <cmfwyp@riseup.net>";
-  cobbal = "Andrew Cobb <andrew.cobb@gmail.com>";
-  coconnor = "Corey O'Connor <coreyoconnor@gmail.com>";
-  codsl = "codsl <codsl@riseup.net>";
-  codyopel = "Cody Opel <codyopel@gmail.com>";
-  colemickens = "Cole Mickens <cole.mickens@gmail.com>";
-  colescott = "Cole Scott <colescottsf@gmail.com>";
-  copumpkin = "Dan Peebles <pumpkingod@gmail.com>";
-  corngood = "David McFarland <corngood@gmail.com>";
-  coroa = "Jonas Hörsch <jonas@chaoflow.net>";
-  couchemar = "Andrey Pavlov <couchemar@yandex.ru>";
-  cpages = "Carles Pagès <page@ruiec.cat>";
-  cransom = "Casey Ransom <cransom@hubns.net>";
-  cryptix = "Henry Bubert <cryptix@riseup.net>";
-  CrystalGamma = "Jona Stubbe <nixos@crystalgamma.de>";
-  cstrahan = "Charles Strahan <charles@cstrahan.com>";
-  csingley = "Christopher Singley <csingley@gmail.com>";
-  cwoac = "Oliver Matthews <oliver@codersoffortune.net>";
-  DamienCassou = "Damien Cassou <damien@cassou.me>";
-  danbst = "Danylo Hlynskyi <abcz2.uprola@gmail.com>";
-  dancek = "Hannu Hartikainen <hannu.hartikainen@gmail.com>";
-  danharaj = "Dan Haraj <dan@obsidian.systems>";
-  danielfullmer = "Daniel Fullmer <danielrf12@gmail.com>";
-  dasuxullebt = "Christoph-Simon Senjak <christoph.senjak@googlemail.com>";
-  david50407 = "David Kuo <me@davy.tw>";
-  davidak = "David Kleuker <post@davidak.de>";
-  davidrusu = "David Rusu <davidrusu.me@gmail.com>";
-  davorb = "Davor Babic <davor@davor.se>";
-  dbohdan = "Danyil Bohdan <danyil.bohdan@gmail.com>";
-  dbrock = "Daniel Brockman <daniel@brockman.se>";
-  deepfire = "Kosyrev Serge <_deepfire@feelingofgreen.ru>";
-  demin-dmitriy = "Dmitriy Demin <demindf@gmail.com>";
-  derchris = "Christian Gerbrandt <derchris@me.com>";
-  DerGuteMoritz = "Moritz Heidkamp <moritz@twoticketsplease.de>";
-  dermetfan = "Robin Stumm <serverkorken@gmail.com>";
-  DerTim1 = "Tim Digel <tim.digel@active-group.de>";
-  desiderius = "Didier J. Devroye <didier@devroye.name>";
-  devhell = "devhell <\"^\"@regexmail.net>";
-  dezgeg = "Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>";
-  dfordivam = "Divam <dfordivam+nixpkgs@gmail.com>";
-  dfoxfranke = "Daniel Fox Franke <dfoxfranke@gmail.com>";
-  dgonyeo = "Derek Gonyeo <derek@gonyeo.com>";
-  dipinhora = "Dipin Hora <dipinhora+github@gmail.com>";
-  disassembler = "Samuel Leathers <disasm@gmail.com>";
-  dizfer = "David Izquierdo <david@izquierdofernandez.com>";
-  dmalikov = "Dmitry Malikov <malikov.d.y@gmail.com>";
-  DmitryTsygankov = "Dmitry Tsygankov <dmitry.tsygankov@gmail.com>";
-  dmjio = "David Johnson <djohnson.m@gmail.com>";
-  dochang = "Desmond O. Chang <dochang@gmail.com>";
-  domenkozar = "Domen Kozar <domen@dev.si>";
-  dotlambda = "Robert Schütz <rschuetz17@gmail.com>";
-  doublec = "Chris Double <chris.double@double.co.nz>";
-  dpaetzel = "David Pätzel <david.a.paetzel@gmail.com>";
-  dpflug = "David Pflug <david@pflug.email>";
-  drets = "Dmytro Rets <dmitryrets@gmail.com>";
-  drewkett = "Andrew Burkett <burkett.andrew@gmail.com>";
-  dsferruzza = "David Sferruzza <david.sferruzza@gmail.com>";
-  dtzWill = "Will Dietz <nix@wdtz.org>";
-  dupgit = "Olivier Delhomme <olivier.delhomme@free.fr>";
-  dywedir = "Vladyslav M. <dywedir@protonmail.ch>";
-  dzabraev = "Maksim Dzabraev <dzabraew@gmail.com>";
-  e-user = "Alexander Kahl <nixos@sodosopa.io>";
-  earldouglas = "James Earl Douglas <james@earldouglas.com>";
-  earvstedt = "Erik Arvstedt <erik.arvstedt@gmail.com>";
-  ebzzry = "Rommel Martinez <ebzzry@ebzzry.io>";
-  edanaher = "Evan Danaher <nixos@edanaher.net>";
-  edef = "edef <edef@edef.eu>";
-  ederoyd46 = "Matthew Brown <matt@ederoyd.co.uk>";
-  eduarrrd = "Eduard Bachmakov <e.bachmakov@gmail.com>";
-  edwtjo = "Edward Tjörnhammar <ed@cflags.cc>";
-  eelco = "Eelco Dolstra <eelco.dolstra@logicblox.com>";
-  ehegnes = "Eric Hegnes <eric.hegnes@gmail.com>";
-  ehmry = "Emery Hemingway <emery@vfemail.net>";
-  eikek = "Eike Kettner <eike.kettner@posteo.de>";
-  ekleog = "Leo Gaspard <leo@gaspard.io>";
-  elasticdog = "Aaron Bull Schaefer <aaron@elasticdog.com>";
-  eleanor = "Dejan Lukan <dejan@proteansec.com>";
-  elijahcaine = "Elijah Caine <elijahcainemv@gmail.com>";
-  elitak = "Eric Litak <elitak@gmail.com>";
-  ellis = "Ellis Whitehead <nixos@ellisw.net>";
-  enzime = "Michael Hoang <enzime@users.noreply.github.com>";
-  eperuffo = "Emanuele Peruffo <info@emanueleperuffo.com>";
-  epitrochoid = "Mabry Cervin <mpcervin@uncg.edu>";
-  eqyiel = "Ruben Maher <r@rkm.id.au>";
-  ericbmerritt = "Eric Merritt <eric@afiniate.com>";
-  ericsagnes = "Eric Sagnes <eric.sagnes@gmail.com>";
-  ericson2314 = "John Ericson <John.Ericson@Obsidian.Systems>";
-  erictapen = "Justin Humm <justin.humm@posteo.de>";
-  erikryb = "Erik Rybakken <erik.rybakken@math.ntnu.no>";
-  ertes = "Ertugrul Söylemez <esz@posteo.de>";
-  erosennin = "Andrey Golovizin <ag@sologoc.com>";
-  ethercrow = "Dmitry Ivanov <ethercrow@gmail.com>";
-  etu = "Elis Hirwing <elis@hirwing.se>";
-  exfalso = "Andras Slemmer <0slemi0@gmail.com>";
-  exi = "Reno Reckling <nixos@reckling.org>";
-  exlevan = "Alexey Levan <exlevan@gmail.com>";
-  expipiplus1 = "Joe Hermaszewski <nix@monoid.al>";
-  fadenb = "Tristan Helmich <tristan.helmich+nixos@gmail.com>";
-  falsifian = "James Cook <james.cook@utoronto.ca>";
-  fare = "Francois-Rene Rideau <fahree@gmail.com>";
-  f-breidenstein = "Felix Breidenstein <mail@felixbreidenstein.de>";
-  fgaz = "Francesco Gazzetta <francygazz@gmail.com>";
-  FireyFly = "Jonas Höglund <nix@firefly.nu>";
-  flokli = "Florian Klink <flokli@flokli.de>";
-  florianjacob = "Florian Jacob <projects+nixos@florianjacob.de>";
-  flosse = "Markus Kohlhase <mail@markus-kohlhase.de>";
-  fluffynukeit = "Daniel Austin <dan@fluffynukeit.com>";
-  fmthoma = "Franz Thoma <f.m.thoma@googlemail.com>";
-  forkk = "Andrew Okin <forkk@forkk.net>";
-  fornever = "Friedrich von Never <friedrich@fornever.me>";
-  fpletz = "Franz Pletz <fpletz@fnordicwalking.de>";
-  fps = "Florian Paul Schmidt <mista.tapas@gmx.net>";
-  fridh = "Frederik Rietdijk <fridh@fridh.nl>";
-  frlan = "Frank Lanitz <frank@frank.uvena.de>";
-  fro_ozen = "fro_ozen <fro_ozen@gmx.de>";
-  ftrvxmtrx = "Siarhei Zirukin <ftrvxmtrx@gmail.com>";
-  funfunctor = "Edward O'Callaghan <eocallaghan@alterapraxis.com>";
-  fuuzetsu = "Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>";
-  fuzzy-id = "Thomas Bach <hacking+nixos@babibo.de>";
-  fxfactorial = "Edgar Aroutiounian <edgar.factorial@gmail.com>";
-  gabesoft = "Gabriel Adomnicai <gabesoft@gmail.com>";
-  gal_bolle = "Florent Becker <florent.becker@ens-lyon.org>";
-  garbas = "Rok Garbas <rok@garbas.si>";
-  garrison = "Jim Garrison <jim@garrison.cc>";
-  gavin = "Gavin Rogers <gavin@praxeology.co.uk>";
-  gebner = "Gabriel Ebner <gebner@gebner.org>";
-  geistesk = "Alvar Penning <post@0x21.biz>";
-  genesis = "Ronan Bignaux <ronan@aimao.org>";
-  georgewhewell = "George Whewell <georgerw@gmail.com>";
-  gilligan = "Tobias Pflug <tobias.pflug@gmail.com>";
-  giogadi = "Luis G. Torres <lgtorres42@gmail.com>";
-  gleber = "Gleb Peregud <gleber.p@gmail.com>";
-  glenns = "Glenn Searby <glenn.searby@gmail.com>";
-  globin = "Robin Gloster <mail@glob.in>";
-  gnidorah = "Alex Ivanov <yourbestfriend@opmbx.org>";
-  goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>";
-  Gonzih = "Max Gonzih <gonzih@gmail.com>";
-  goodrone = "Andrew Trachenko <goodrone@gmail.com>";
-  gpyh = "Yacine Hmito <yacine.hmito@gmail.com>";
-  grahamc = "Graham Christensen <graham@grahamc.com>";
-  grburst = "Julius Elias <grburst@openmailbox.org>";
-  gridaphobe = "Eric Seidel <eric@seidel.io>";
-  guibert = "David Guibert <david.guibert@gmail.com>";
-  guibou = "Guillaume Bouchard <guillaum.bouchard@gmail.com>";
-  guillaumekoenig = "Guillaume Koenig <guillaume.edward.koenig@gmail.com>";
-  guyonvarch = "Joris Guyonvarch <joris@guyonvarch.me>";
-  hakuch = "Jesse Haber-Kucharsky <hakuch@gmail.com>";
-  hamhut1066 = "Hamish Hutchings <github@hamhut1066.com>";
-  havvy = "Ryan Scheel <ryan.havvy@gmail.com>";
-  hbunke = "Hendrik Bunke <bunke.hendrik@gmail.com>";
-  hce = "Hans-Christian Esperer <hc@hcesperer.org>";
-  hectorj = "Hector Jusforgues <hector.jusforgues+nixos@gmail.com>";
-  hedning = "Tor Hedin Brønner <torhedinbronner@gmail.com>";
-  heel = "Sergii Paryzhskyi <parizhskiy@gmail.com>";
-  henrytill = "Henry Till <henrytill@gmail.com>";
-  hhm = "hhm <heehooman+nixpkgs@gmail.com>";
-  hinton = "Tom Hinton <t@larkery.com>";
-  hodapp = "Chris Hodapp <hodapp87@gmail.com>";
-  hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>";
-  htr = "Hugo Tavares Reis <hugo@linux.com>";
-  hyphon81 = "Masato Yonekawa <zero812n@gmail.com>";
-  iand675 = "Ian Duncan <ian@iankduncan.com>";
-  ianwookim = "Ian-Woo Kim <ianwookim@gmail.com>";
-  iblech = "Ingo Blechschmidt <iblech@speicherleck.de>";
-  igsha = "Igor Sharonov <igor.sharonov@gmail.com>";
-  ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>";
-  ilya-kolpakov = "Ilya Kolpakov <ilya.kolpakov@gmail.com>";
-  infinisil = "Silvan Mosberger <infinisil@icloud.com>";
-  ironpinguin = "Michele Catalano <michele@catalano.de>";
-  ivan-tkatchev = "Ivan Tkatchev <tkatchev@gmail.com>";
-  ixmatus = "Parnell Springmeyer <parnell@digitalmentat.com>";
-  izorkin = "Yurii Izorkin <Izorkin@gmail.com>";
-  ixxie = "Matan Bendix Shenhav <matan@fluxcraft.net>";
-  j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>";
-  jagajaga = "Arseniy Seroka <ars.seroka@gmail.com>";
-  jammerful = "jammerful <jammerful@gmail.com>";
-  jansol = "Jan Solanti <jan.solanti@paivola.fi>";
-  javaguirre = "Javier Aguirre <contacto@javaguirre.net>";
-  jb55 = "William Casarin <jb55@jb55.com>";
-  jbedo = "Justin Bedő <cu@cua0.org>";
-  jcumming = "Jack Cummings <jack@mudshark.org>";
-  jdagilliland = "Jason Gilliland <jdagilliland@gmail.com>";
-  jefdaj = "Jeffrey David Johnson <jefdaj@gmail.com>";
-  jensbin = "Jens Binkert <jensbin@protonmail.com>";
-  jerith666 = "Matt McHenry <github@matt.mchenryfamily.org>";
-  jfb = "James Felix Black <james@yamtime.com>";
-  jfrankenau = "Johannes Frankenau <johannes@frankenau.net>";
-  jgeerds = "Jascha Geerds <jascha@jgeerds.name>";
-  jgertm = "Tim Jaeger <jger.tm@gmail.com>";
-  jgillich = "Jakob Gillich <jakob@gillich.me>";
-  jhhuh = "Ji-Haeng Huh <jhhuh.note@gmail.com>";
-  jirkamarsik = "Jirka Marsik <jiri.marsik89@gmail.com>";
-  jlesquembre = "José Luis Lafuente <jl@lafuente.me>";
-  jluttine = "Jaakko Luttinen <jaakko.luttinen@iki.fi>";
-  Jo = "Joachim Ernst <0x4A6F@shackspace.de>";
-  joachifm = "Joachim Fasting <joachifm@fastmail.fm>";
-  joamaki = "Jussi Maki <joamaki@gmail.com>";
-  joelmo = "Joel Moberg <joel.moberg@gmail.com>";
-  joelteon = "Joel Taylor <me@joelt.io>";
-  johbo = "Johannes Bornhold <johannes@bornhold.name>";
-  johnazoidberg = "Daniel Schäfer <git@danielschaefer.me>";
-  johnmh = "John M. Harris, Jr. <johnmh@openblox.org>";
-  johnramsden = "John Ramsden <johnramsden@riseup.net>";
-  joko = "Ioannis Koutras <ioannis.koutras@gmail.com>";
-  jonafato = "Jon Banafato <jon@jonafato.com>";
-  joncojonathan = "Jonathan Haddock <joncojonathan@gmail.com>";
-  jpdoyle = "Joe Doyle <joethedoyle@gmail.com>";
-  jpierre03 = "Jean-Pierre PRUNARET <nix@prunetwork.fr>";
-  jpotier = "Martin Potier <jpo.contributes.to.nixos@marvid.fr>";
-  jraygauthier = "Raymond Gauthier <jraygauthier@gmail.com>";
-  jtojnar = "Jan Tojnar <jtojnar@gmail.com>";
-  juliendehos = "Julien Dehos <dehos@lisic.univ-littoral.fr>";
-  jwiegley = "John Wiegley <johnw@newartisans.com>";
-  jwilberding = "Jordan Wilberding <jwilberding@afiniate.com>";
-  jyp = "Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>";
-  jzellner = "Jeff Zellner <jeffz@eml.cc>";
-  kaiha = "Kai Harries <kai.harries@gmail.com>";
-  kamilchm = "Kamil Chmielewski <kamil.chm@gmail.com>";
-  kampfschlaefer = "Arnold Krille <arnold@arnoldarts.de>";
-  karolchmist = "karolchmist <info+nix@chmist.com>";
-  kentjames = "James Kent <jameschristopherkent@gmail.com";
-  kevincox = "Kevin Cox <kevincox@kevincox.ca>";
-  khumba = "Bryan Gardiner <bog@khumba.net>";
-  KibaFox = "Kiba Fox <kiba.fox@foxypossibilities.com>";
-  kierdavis = "Kier Davis <kierdavis@gmail.com>";
-  kiloreux = "Kiloreux Emperex <kiloreux@gmail.com>";
-  kini = "Keshav Kini <keshav.kini@gmail.com>";
-  kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
-  knedlsepp = "Josef Kemetmüller <josef.kemetmueller@gmail.com>";
-  konimex = "Muhammad Herdiansyah <herdiansyah@netc.eu>";
-  koral = "Koral <koral@mailoo.org>";
-  kovirobi = "Kovacsics Robert <kovirobi@gmail.com>";
-  kquick = "Kevin Quick <quick@sparq.org>";
-  kragniz = "Louis Taylor <louis@kragniz.eu>";
-  kristoff3r = "Kristoffer Søholm <k.soeholm@gmail.com>";
-  ktosiek = "Tomasz Kontusz <tomasz.kontusz@gmail.com>";
-  kuznero = "Roman Kuznetsov <roman@kuznero.com>";
-  lasandell = "Luke Sandell <lasandell@gmail.com>";
-  lassulus = "Lassulus <lassulus@gmail.com>";
-  layus = "Guillaume Maudoux <layus.on@gmail.com>";
-  lblasc = "Luka Blaskovic <lblasc@znode.net>";
-  ldesgoui = "Lucas Desgouilles <ldesgoui@gmail.com>";
-  league = "Christopher League <league@contrapunctus.net>";
-  lebastr = "Alexander Lebedev <lebastr@gmail.com>";
-  ledif = "Adam Fidel <refuse@gmail.com>";
-  leemachin = "Lee Machin <me@mrl.ee>";
-  leenaars = "Michiel Leenaars <ml.software@leenaa.rs>";
-  lejonet = "Daniel Kuehn <daniel@kuehn.se>";
-  leonardoce = "Leonardo Cecchi <leonardo.cecchi@gmail.com>";
-  lethalman = "Luca Bruno <lucabru@src.gnome.org>";
-  lewo = "Antoine Eiche <lewo@abesis.fr>";
-  lheckemann = "Linus Heckemann <git@sphalerite.org>";
-  lhvwb = "Nathaniel Baxter <nathaniel.baxter@gmail.com>";
-  lihop = "Leroy Hopson <nixos@leroy.geek.nz>";
-  limeytexan = "Michael Brantley <limeytexan@gmail.com>";
-  linquize = "Linquize <linquize@yahoo.com.hk>";
-  linus = "Linus Arver <linusarver@gmail.com>";
-  lluchs = "Lukas Werling <lukas.werling@gmail.com>";
-  lnl7 = "Daiderd Jordan <daiderd@gmail.com>";
-  lo1tuma = "Mathias Schreck <schreck.mathias@gmail.com>";
-  loskutov = "Ignat Loskutov <ignat.loskutov@gmail.com>";
-  lovek323 = "Jason O'Conal <jason@oconal.id.au>";
-  lowfatcomputing = "Andreas Wagner <andreas.wagner@lowfatcomputing.org>";
-  lsix = "Lancelot SIX <lsix@lancelotsix.com>";
-  lschuermann = "Leon Schuermann <leon.git@is.currently.online>";
-  ltavard = "Laure Tavard <laure.tavard@univ-grenoble-alpes.fr>";
-  lucas8 = "Luc Chabassier <luc.linux@mailoo.org>";
-  ludo = "Ludovic Courtès <ludo@gnu.org>";
-  lufia = "Kyohei Kadota <lufia@lufia.org>";
-  luispedro = "Luis Pedro Coelho <luis@luispedro.org>";
-  lukego = "Luke Gorrie <luke@snabb.co>";
-  luz = "Luz <luz666@daum.net>";
-  lw = "Sergey Sofeychuk <lw@fmap.me>";
-  lyt = "Tim Liou <wheatdoge@gmail.com>";
-  m3tti = "Mathaeus Sander <mathaeus.peter.sander@gmail.com>";
-  ma27 = "Maximilian Bosch <maximilian@mbosch.me>";
-  madjar = "Georges Dubus <georges.dubus@compiletoi.net>";
-  magnetophon = "Bart Brouns <bart@magnetophon.nl>";
-  mahe = "Matthias Herrmann <matthias.mh.herrmann@gmail.com>";
-  makefu = "Felix Richter <makefu@syntax-fehler.de>";
-  malyn = "Michael Alyn Miller <malyn@strangeGizmo.com>";
-  manveru = "Michael Fellinger <m.fellinger@gmail.com>";
-  marcweber = "Marc Weber <marco-oweber@gmx.de>";
-  markus1189 = "Markus Hauck <markus1189@gmail.com>";
-  markuskowa = "Markus Kowalewski <markus.kowalewski@gmail.com>";
-  markWot = "Markus Wotringer <markus@wotringer.de>";
-  martijnvermaat = "Martijn Vermaat <martijn@vermaat.name>";
-  martingms = "Martin Gammelsæter <martin@mg.am>";
-  matejc = "Matej Cotman <cotman.matej@gmail.com>";
-  mathnerd314 = "Mathnerd314 <mathnerd314.gph+hs@gmail.com>";
-  matthewbauer = "Matthew Bauer <mjbauer95@gmail.com>";
-  matthiasbeyer = "Matthias Beyer <mail@beyermatthias.de>";
-  maurer = "Matthew Maurer <matthew.r.maurer+nix@gmail.com>";
-  mbakke = "Marius Bakke <mbakke@fastmail.com>";
-  mbbx6spp = "Susan Potter <me@susanpotter.net>";
-  mbe = "Brandon Edens <brandonedens@gmail.com>";
-  mbode = "Maximilian Bode <maxbode@gmail.com>";
-  mboes = "Mathieu Boespflug <mboes@tweag.net>";
-  mbrgm = "Marius Bergmann <marius@yeai.de>";
-  mcmtroffaes = "Matthias C. M. Troffaes <matthias.troffaes@gmail.com>";
-  mdaiter = "Matthew S. Daiter <mdaiter8121@gmail.com>";
-  meditans = "Carlo Nucera <meditans@gmail.com>";
-  mehandes = "Matt Deming <niewskici@gmail.com>";
-  meisternu = "Matt Miemiec <meister@krutt.org>";
-  metabar = "Celine Mercier <softs@metabarcoding.org>";
-  mgdelacroix = "Miguel de la Cruz <mgdelacroix@gmail.com>";
-  mgttlinger = "Merlin Göttlinger <megoettlinger@gmail.com";
-  mguentner = "Maximilian Güntner <code@klandest.in>";
-  mic92 = "Jörg Thalheim <joerg@thalheim.io>";
-  michaelpj = "Michael Peyton Jones <michaelpj@gmail.com>";
-  michalrus = "Michal Rus <m@michalrus.com>";
-  michelk = "Michel Kuhlmann <michel@kuhlmanns.info>";
-  mickours = "Michael Mercier <mickours@gmail.com<";
-  midchildan = "midchildan <midchildan+nix@gmail.com>";
-  mikefaille = "Michaël Faille <michael@faille.io>";
-  mikoim = "Eshin Kunishima <ek@esh.ink>";
-  miltador = "Vasiliy Solovey <miltador@yandex.ua>";
-  mimadrid = "Miguel Madrid <mimadrid@ucm.es>";
-  mirdhyn = "Merlin Gaillard <mirdhyn@gmail.com>";
-  mirrexagon = "Andrew Abbott <mirrexagon@mirrexagon.com>";
-  mjanczyk = "Marcin Janczyk <m@dragonvr.pl>";
-  mjp = "Mike Playle <mike@mythik.co.uk>"; # github = "MikePlayle";
-  mkg = "Mark K Gardner <mkg@vt.edu>";
-  mlieberman85 = "Michael Lieberman <mlieberman85@gmail.com>";
-  mmahut = "Marek Mahut <marek.mahut@gmail.com>";
-  moaxcp = "John Mercier <moaxcp@gmail.com>";
-  modulistic = "Pablo Costa <modulistic@gmail.com>";
-  mog = "Matthew O'Gorman <mog-lists@rldn.net>";
-  montag451 = "montag451 <montag451@laposte.net>";
-  moosingin3space = "Nathan Moos <moosingin3space@gmail.com>";
-  moredread = "André-Patrick Bubel <code@apb.name>";
-  moretea = "Maarten Hoogendoorn <maarten@moretea.nl>";
-  mornfall = "Petr Ročkai <me@mornfall.net>";
-  MostAwesomeDude = "Corbin Simpson <cds@corbinsimpson.com>";
-  mounium = "Katona László <muoniurn@gmail.com>";
-  MP2E = "Cray Elliott <MP2E@archlinux.us>";
-  mpcsh = "Mark Cohen <m@mpc.sh>";
-  mpickering = "Matthew Pickering <matthewtpickering@gmail.com>";
-  mpscholten = "Marc Scholten <marc@mpscholten.de>";
-  mpsyco = "Francis St-Amour <fr.st-amour@gmail.com>";
-  mrVanDalo = "Ingolf Wanger <contact@ingolf-wagner.de>";
-  msackman = "Matthew Sackman <matthew@wellquite.org>";
-  mschristiansen = "Mikkel Christiansen <mikkel@rheosystems.com>";
-  mstarzyk = "Maciek Starzyk <mstarzyk@gmail.com>";
-  msteen = "Matthijs Steen <emailmatthijs@gmail.com>";
-  mt-caret = "Masayuki Takeda <mtakeda.enigsol@gmail.com>";
-  mtreskin = "Max Treskin <zerthurd@gmail.com>";
-  mudri = "James Wood <lamudri@gmail.com>";
-  muflax = "Stefan Dorn <mail@muflax.com>";
-  myrl = "Myrl Hex <myrl.0xf@gmail.com>";
-  nadrieril = "Nadrieril Feneanar <nadrieril@gmail.com>";
-  namore = "Roman Naumann <namor@hemio.de>";
-  nand0p = "Fernando Jose Pando <nando@hex7.com>";
-  Nate-Devv = "Nathan Moore <natedevv@gmail.com>";
-  nathan-gs = "Nathan Bijnens <nathan@nathan.gs>";
-  nckx = "Tobias Geerinckx-Rice <github@tobias.gr>";
-  ndowens = "Nathan Owens <ndowens04@gmail.com>";
-  neeasade = "Nathan Isom <nathanisom27@gmail.com>";
-  nequissimus = "Tim Steinbach <tim@nequissimus.com>";
-  nfjinjing = "Jinjing Wang <nfjinjing@gmail.com>";
-  nh2 = "Niklas Hambüchen <mail@nh2.me>";
-  nhooyr = "Anmol Sethi <anmol@aubble.com>";
-  nickhu = "Nick Hu <me@nickhu.co.uk>";
-  nicknovitski = "Nick Novitski <nixpkgs@nicknovitski.com>";
-  nico202 = "Nicolò Balzarotti <anothersms@gmail.com>";
-  NikolaMandic = "Ratko Mladic <nikola@mandic.email>";
-  ninjatrappeur = "Félix Baylac-Jacqué <felix@alternativebit.fr>";
-  nipav = "Niko Pavlinek <niko.pavlinek@gmail.com>";
-  nixy = "Andrew R. M. <nixy@nixy.moe>";
-  nmattia = "Nicolas Mattia <nicolas@nmattia.com>";
-  nocoolnametom = "Tom Doggett <nocoolnametom@gmail.com>";
-  notthemessiah = "Brian Cohen <brian.cohen.88@gmail.com>";
-  np = "Nicolas Pouillard <np.nix@nicolaspouillard.fr>";
-  nslqqq = "Nikita Mikhailov <nslqqq@gmail.com>";
-  nthorne = "Niklas Thörne <notrupertthorne@gmail.com>";
-  nyarly = "Judson Lester <nyarly@gmail.com>";
-  obadz = "obadz <obadz-nixos@obadz.com>";
-  ocharles = "Oliver Charles <ollie@ocharles.org.uk>";
-  odi = "Oliver Dunkl <oliver.dunkl@gmail.com>";
-  offline = "Jaka Hudoklin <jakahudoklin@gmail.com>";
-  oida = "oida <oida@posteo.de>";
-  okasu = "Okasu <oka.sux@gmail.com>";
-  olcai = "Erik Timan <dev@timan.info>";
-  olejorgenb = "Ole Jørgen Brønner <olejorgenb@yahoo.no>";
-  olynch = "Owen Lynch <owen@olynch.me>";
-  orbekk = "KJ Ørbekk <kjetil.orbekk@gmail.com>";
-  orbitz = "Malcolm Matalka <mmatalka@gmail.com>";
-  orivej = "Orivej Desh <orivej@gmx.fr>";
-  osener = "Ozan Sener <ozan@ozansener.com>";
-  otwieracz = "Slawomir Gonet <slawek@otwiera.cz>";
-  oxij = "Jan Malakhovski <oxij@oxij.org>";
-  paholg = "Paho Lurie-Gregg <paho@paholg.com>";
-  pakhfn = "Fedor Pakhomov <pakhfn@gmail.com>";
-  panaeon = "Vitalii Voloshyn <vitalii.voloshyn@gmail.com";
-  paperdigits = "Mica Semrick <mica@silentumbrella.com>";
-  paraseba = "Sebastian Galkin <paraseba@gmail.com>";
-  pashev = "Igor Pashev <pashev.igor@gmail.com>";
-  patternspandemic = "Brad Christensen <patternspandemic@live.com>";
-  pawelpacana = "Paweł Pacana <pawel.pacana@gmail.com>";
-  pbogdan = "Piotr Bogdan <ppbogdan@gmail.com>";
-  pcarrier = "Pierre Carrier <pc@rrier.ca>";
-  periklis = "theopompos@gmail.com";
-  pesterhazy = "Paulus Esterhazy <pesterhazy@gmail.com>";
-  peterhoeg = "Peter Hoeg <peter@hoeg.com>";
-  peterromfeldhk = "Peter Romfeld <peter.romfeld.hk@gmail.com>";
-  peti = "Peter Simons <simons@cryp.to>";
-  philandstuff = "Philip Potter <philip.g.potter@gmail.com>";
-  phile314 = "Philipp Hausmann <nix@314.ch>";
-  Phlogistique = "Noé Rubinstein <noe.rubinstein@gmail.com>";
-  phreedom = "Evgeny Egorochkin <phreedom@yandex.ru>";
-  phunehehe = "Hoang Xuan Phu <phunehehe@gmail.com>";
-  pierrechevalier83 = "Pierre Chevalier <pierrechevalier83@gmail.com>";
-  pierrer = "Pierre Radermecker <pierrer@pi3r.be>";
-  pierron = "Nicolas B. Pierron <nixos@nbp.name>";
-  piotr = "Piotr Pietraszkiewicz <ppietrasa@gmail.com>";
-  pjbarnoy = "Perry Barnoy <pjbarnoy@gmail.com>";
-  pjones = "Peter Jones <pjones@devalot.com>";
-  pkmx = "Chih-Mao Chen <pkmx.tw@gmail.com>";
-  plcplc = "Philip Lykke Carlsen <plcplc@gmail.com>";
-  plumps = "Maksim Bronsky <maks.bronsky@web.de";
-  pmahoney = "Patrick Mahoney <pat@polycrystal.org>";
-  pmeunier = "Pierre-Étienne Meunier <pierre-etienne.meunier@inria.fr>";
-  pmiddend = "Philipp Middendorf <pmidden@secure.mailbox.org>";
-  pneumaticat = "Kevin Liu <kevin@potatofrom.space>";
-  polyrod = "Maurizio Di Pietro <dc1mdp@gmail.com>";
-  pradeepchhetri = "Pradeep Chhetri <pradeep.chhetri89@gmail.com>";
-  prikhi = "Pavan Rikhi <pavan.rikhi@gmail.com>";
-  primeos = "Michael Weiss <dev.primeos@gmail.com>";
-  Profpatsch = "Profpatsch <mail@profpatsch.de>";
-  proglodyte = "Proglodyte <proglodyte23@gmail.com>";
-  pshendry = "Paul Hendry <paul@pshendry.com>";
-  psibi = "Sibi <sibi@psibi.in>";
-  pstn = "Philipp Steinpaß <philipp@xndr.de>";
-  pSub = "Pascal Wittmann <mail@pascal-wittmann.de>";
-  puffnfresh = "Brian McKenna <brian@brianmckenna.org>";
-  pxc = "Patrick Callahan <patrick.callahan@latitudeengineering.com>";
-  qknight = "Joachim Schiele <js@lastlog.de>";
-  ragge = "Ragnar Dahlen <r.dahlen@gmail.com>";
-  ralith = "Benjamin Saunders <ben.e.saunders@gmail.com>";
-  ramkromberg = "Ram Kromberg <ramkromberg@mail.com>";
-  rardiol = "Ricardo Ardissone <ricardo.ardissone@gmail.com>";
-  rasendubi = "Alexey Shmalko <rasen.dubi@gmail.com>";
-  raskin = "Michael Raskin <7c6f434c@mail.ru>";
-  ravloony = "Tom Macdonald <ravloony@gmail.com>";
-  razvan = "Răzvan Flavius Panda <razvan.panda@gmail.com>";
-  rbasso = "Rafael Basso <rbasso@sharpgeeks.net>";
-  redbaron = "Maxim Ivanov <ivanov.maxim@gmail.com>";
-  redvers = "Redvers Davies <red@infect.me>";
-  refnil = "Martin Lavoie <broemartino@gmail.com>";
-  regnat = "Théophane Hufschmitt <regnat@regnat.ovh>";
-  relrod = "Ricky Elrod <ricky@elrod.me>";
-  renzo = "Renzo Carbonara <renzocarbonara@gmail.com>";
-  retrry = "Tadas Barzdžius <retrry@gmail.com>";
-  rht = "rht <rhtbot@protonmail.com>";
-  richardipsum = "Richard Ipsum <richardipsum@fastmail.co.uk>";
-  rick68 = "Wei-Ming Yang <rick68@gmail.com>";
-  rickynils = "Rickard Nilsson <rickynils@gmail.com>";
-  ris = "Robert Scott <code@humanleg.org.uk>";
-  rlupton20 = "Richard Lupton <richard.lupton@gmail.com>";
-  rnhmjoj = "Michele Guerini Rocco <micheleguerinirocco@me.com>";
-  rob = "Rob Vermaas <rob.vermaas@gmail.com>";
-  robberer = "Longrin Wischnewski <robberer@freakmail.de>";
-  robbinch = "Robbin C. <robbinch33@gmail.com>";
-  roberth = "Robert Hensing <nixpkgs@roberthensing.nl>";
-  robertodr = "Roberto Di Remigio <roberto.diremigio@gmail.com>";
-  robgssp = "Rob Glossop <robgssp@gmail.com>";
-  roblabla = "Robin Lambertz <robinlambertz+dev@gmail.com>";
-  roconnor = "Russell O'Connor <roconnor@theorem.ca>";
-  romildo = "José Romildo Malaquias <malaquias@gmail.com>";
-  rongcuid = "Rongcui Dong <rongcuid@outlook.com>";
-  rszibele = "Richard Szibele <richard@szibele.com>";
-  rtreffer = "Rene Treffer <treffer+nixos@measite.de>";
-  rushmorem = "Rushmore Mushambi <rushmore@webenchanter.com>";
-  rvl = "Rodney Lorrimar <dev+nix@rodney.id.au>";
-  rvlander = "Gaëtan André <rvlander@gaetanandre.eu>";
-  rvolosatovs = "Roman Volosatovs <rvolosatovs@riseup.net>";
-  ryanartecona = "Ryan Artecona <ryanartecona@gmail.com>";
-  ryansydnor = "Ryan Sydnor <ryan.t.sydnor@gmail.com>";
-  ryantm = "Ryan Mulligan <ryan@ryantm.com>";
-  ryantrinkle = "Ryan Trinkle <ryan.trinkle@gmail.com>";
-  rybern = "Ryan Bernstein <ryan.bernstein@columbia.edu>";
-  rycee = "Robert Helgesson <robert@rycee.net>";
-  ryneeverett = "Ryne Everett <ryneeverett@gmail.com>";
-  rzetterberg = "Richard Zetterberg <richard.zetterberg@gmail.com>";
-  s1lvester = "Markus Silvester <s1lvester@bockhacker.me>";
-  samdroid-apps = "Sam Parkinson <sam@sam.today>";
-  samueldr = "Samuel Dionne-Riel <samuel@dionne-riel.com>";
-  samuelrivas = "Samuel Rivas <samuelrivas@gmail.com>";
-  sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
-  sargon = "Daniel Ehlers <danielehlers@mindeye.net>";
-  sauyon = "Sauyon Lee <s@uyon.co>";
-  schmitthenner = "Fabian Schmitthenner <development@schmitthenner.eu>";
-  schneefux = "schneefux <schneefux+nixos_pkg@schneefux.xyz>";
-  schristo = "Scott Christopher <schristopher@konputa.com>";
-  scode = "Peter Schuller <peter.schuller@infidyne.com>";
-  scolobb = "Sergiu Ivanov <sivanov@colimite.fr>";
-  sdll = "Sasha Illarionov <sasha.delly@gmail.com>";
-  SeanZicari = "Sean Zicari <sean.zicari@gmail.com>";
-  sellout = "Greg Pfeil <greg@technomadic.org>";
-  sepi = "Raffael Mancini <raffael@mancini.lu>";
-  seppeljordan = "Sebastian Jordan <sebastian.jordan.mail@googlemail.com>";
-  sfrijters = "Stefan Frijters <sfrijters@gmail.com>";
-  shanemikel = "Shane Pearlman <shanemikel1@gmail.com>";
-  shawndellysse = "Shawn Dellysse <sdellysse@gmail.com>";
-  sheenobu = "Sheena Artrip <sheena.artrip@gmail.com>";
-  sheganinans = "Aistis Raulinaitis <sheganinans@gmail.com>";
-  shell = "Shell Turner <cam.turn@gmail.com>";
-  shlevy = "Shea Levy <shea@shealevy.com>";
-  siddharthist = "Langston Barrett <langston.barrett@gmail.com>";
-  sifmelcara = "Ming Chuan <ming@culpring.com>";
-  sigma = "Yann Hodique <yann.hodique@gmail.com>";
-  simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>";
-  sivteck = "Sivaram Balakrishnan <sivaram1992@gmail.com>";
-  sjagoe = "Simon Jagoe <simon@simonjagoe.com>";
-  sjmackenzie = "Stewart Mackenzie <setori88@gmail.com>";
-  sjourdois = "Stéphane ‘kwisatz’ Jourdois <sjourdois@gmail.com>";
-  skeidel = "Sven Keidel <svenkeidel@gmail.com>";
-  skrzyp = "Jakub Skrzypnik <jot.skrzyp@gmail.com>";
-  sleexyz = "Sean Lee <freshdried@gmail.com>";
-  smironov = "Sergey Mironov <grrwlf@gmail.com>";
-  snyh = "Xia Bin <snyh@snyh.org>";
-  solson = "Scott Olson <scott@solson.me>";
-  sorpaas = "Wei Tang <hi@that.world>";
-  sorki = "Richard Marko <srk@48.io>";
-  spacefrogg = "Michael Raitza <spacefrogg-nixos@meterriblecrew.net>";
-  spencerjanssen = "Spencer Janssen <spencerjanssen@gmail.com>";
-  spinus = "Tomasz Czyż <tomasz.czyz@gmail.com>";
-  sprock = "Roger Mason <rmason@mun.ca>";
-  spwhitt = "Spencer Whitt <sw@swhitt.me>";
-  srhb = "Sarah Brofeldt <sbrofeldt@gmail.com>";
-  SShrike = "Severen Redwood <severen@shrike.me>";
-  stephenmw = "Stephen Weinberg <stephen@q5comm.com>";
-  sternenseemann = "Lukas Epple <post@lukasepple.de>";
-  stesie = "Stefan Siegl <stesie@brokenpipe.de>";
-  steveej = "Stefan Junker <mail@stefanjunker.de>";
-  StijnDW = "Stijn DW <stekke@airmail.cc>";
-  StillerHarpo = "Florian Engel <florianengel39@gmail.com>";
-  stumoss = "Stuart Moss <samoss@gmail.com>";
-  SuprDewd = "Bjarki Ágúst Guðmundsson <suprdewd@gmail.com>";
-  suvash = "Suvash Thapaliya <suvash+nixpkgs@gmail.com>";
-  svsdep = "Vasyl Solovei <svsdep@gmail.com>";
-  swarren83 = "Shawn Warren <shawn.w.warren@gmail.com>";
-  swflint = "Samuel W. Flint <swflint@flintfam.org>";
-  swistak35 = "Rafał Łasocha <me@swistak35.com>";
-  symphorien = "Guillaume Girol <symphorien_nixpkgs@xlumurb.eu>";
-  szczyp = "Szczyp <qb@szczyp.com>";
-  sztupi = "Attila Sztupak <attila.sztupak@gmail.com>";
-  tadfisher = "Tad Fisher <tadfisher@gmail.com>";
-  taeer = "Taeer Bar-Yam <taeer@necsi.edu>";
-  tailhook = "Paul Colomiets <paul@colomiets.name>";
-  taketwo = "Sergey Alexandrov <alexandrov88@gmail.com>";
-  takikawa = "Asumu Takikawa <asumu@igalia.com>";
-  taktoa = "Remy Goldschmidt <taktoa@gmail.com>";
-  taku0 = "Takuo Yonezawa <mxxouy6x3m_github@tatapa.org>";
-  tari = "Peter Marheine <peter@taricorp.net>";
-  tavyc = "Octavian Cerna <octavian.cerna@gmail.com>";
-  TealG = "Teal Gaure <~@Teal.Gr>";
-  teh = "Tom Hunger <tehunger@gmail.com>";
-  telotortium = "Robert Irelan <rirelan@gmail.com>";
-  teozkr = "Teo Klestrup Röijezon <teo@nullable.se>";
-  teto = "Matthieu Coudron <mcoudron@hotmail.com>";
-  tex = "Milan Svoboda <milan.svoboda@centrum.cz>";
-  thall = "Niclas Thall <niclas.thall@gmail.com>";
-  thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
-  thanegill = "Thane Gill <me@thanegill.com>";
-  the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
-  theuni = "Christian Theune <ct@flyingcircus.io>";
-  ThomasMader = "Thomas Mader <thomas.mader@gmail.com>";
-  thoughtpolice = "Austin Seipp <aseipp@pobox.com>";
-  thpham = "Thomas Pham <thomas.pham@ithings.ch>";
-  tilpner = "Till Höppner <till@hoeppner.ws>";
-  timbertson = "Tim Cuthbertson <tim@gfxmonk.net>";
-  timokau = "Timo Kaufmann <timokau@zoho.com>";
-  timor = "timor <timor.dd@googlemail.com>";
-  tiramiseb = "Sébastien Maccagnoni <sebastien@maccagnoni.eu>";
-  titanous = "Jonathan Rudenberg <jonathan@titanous.com>";
-  tnias = "Philipp Bartsch <phil@grmr.de>";
-  tohl = "Tomas Hlavaty <tom@logand.com>";
-  tokudan = "Daniel Frank <git@danielfrank.net>";
-  tomberek = "Thomas Bereknyei <tomberek@gmail.com>";
-  tomsmeets = "Tom Smeets <tom@tsmeets.nl>";
-  travisbhartwell = "Travis B. Hartwell <nafai@travishartwell.net>";
-  treemo = "Matthieu Chevrier <matthieu.chevrier@treemo.fr>";
-  trevorj = "Trevor Joynson <nix@trevor.joynson.io>";
-  trino = "Hubert Mühlhans <muehlhans.hubert@ekodia.de>";
-  troydm = "Dmitry Geurkov <d.geurkov@gmail.com>";
-  tstrobel = "Thomas Strobel <4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains>";
-  ttuegel = "Thomas Tuegel <ttuegel@mailbox.org>";
-  tv = "Tomislav Viljetić <tv@shackspace.de>";
-  tvestelind = "Tomas Vestelind <tomas.vestelind@fripost.org>";
-  tvorog = "Marsel Zaripov <marszaripov@gmail.com>";
-  tweber = "Thorsten Weber <tw+nixpkgs@360vier.de>";
-  twey = "James ‘Twey’ Kay <twey@twey.co.uk>";
-  unode = "Renato Alves <alves.rjc@gmail.com>";
-  uralbash = "Svintsov Dmitry <root@uralbash.ru>";
-  utdemir = "Utku Demir <me@utdemir.com>";
-  #urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>"; inactive since 2012
-  uwap = "uwap <me@uwap.name>";
-  va1entin = "Valentin Heidelberger <github@valentinsblog.com>";
-  vaibhavsagar = "Vaibhav Sagar <vaibhavsagar@gmail.com>";
-  valeriangalliat = "Valérian Galliat <val@codejam.info>";
-  vandenoever = "Jos van den Oever <jos@vandenoever.info>";
-  vanschelven = "Klaas van Schelven <klaas@vanschelven.com>";
-  vanzef = "Ivan Solyankin <vanzef@gmail.com>";
-  varunpatro = "Varun Patro <varun.kumar.patro@gmail.com>";
-  vbgl = "Vincent Laporte <Vincent.Laporte@gmail.com>";
-  vbmithr = "Vincent Bernardoff <vb@luminar.eu.org>";
-  vcunat = "Vladimír Čunát <vcunat@gmail.com>";
-  vdemeester = "Vincent Demeester <vincent@sbr.pm>";
-  velovix = "Tyler Compton <xaviosx@gmail.com>";
-  veprbl = "Dmitry Kalinkin <veprbl@gmail.com>";
-  vidbina = "David Asabina <vid@bina.me>";
-  vifino = "Adrian Pistol <vifino@tty.sh>";
-  vinymeuh = "VinyMeuh <vinymeuh@gmail.com>";
-  viric = "Lluís Batlle i Rossell <viric@viric.name>";
-  vizanto = "Danny Wilson <danny@prime.vc>";
-  vklquevs = "vklquevs <vklquevs@gmail.com>";
-  vlstill = "Vladimír Štill <xstill@fi.muni.cz>";
-  vmandela = "Venkateswara Rao Mandela <venkat.mandela@gmail.com>";
-  vmchale = "Vanessa McHale <tmchale@wisc.edu>";
-  volhovm = "Mikhail Volkhov <volhovm.cs@gmail.com>";
-  volth = "Jaroslavas Pocepko <jaroslavas@volth.com>";
-  vozz = "Oliver Hunt <oliver.huntuk@gmail.com>";
-  vrthra = "Rahul Gopinath <rahul@gopinath.org>";
-  vyp = "vyp <elisp.vim@gmail.com>";
-  wedens = "wedens <kirill.wedens@gmail.com>";
-  willibutz = "Willi Butz <willibutz@posteo.de>";
-  willtim = "Tim Philip Williams <tim.williams.public@gmail.com>";
-  winden = "Antonio Vargas Gonzalez <windenntw@gmail.com>";
-  wizeman = "Ricardo M. Correia <rcorreia@wizy.org>";
-  wjlroe = "William Roe <willroe@gmail.com>";
-  wkennington = "William A. Kennington III <william@wkennington.com>";
-  wmertens = "Wout Mertens <Wout.Mertens@gmail.com>";
-  woffs = "Frank Doepper <github@woffs.de>";
-  womfoo = "Kranium Gikos Mendoza <kranium@gikos.net>";
-  wscott = "Wayne Scott <wsc9tt@gmail.com>";
-  wyvie = "Elijah Rum <elijahrum@gmail.com>";
-  xaverdh = "Dominik Xaver Hörl <hoe.dom@gmx.de>";
-  xeji = "xeji <xeji@cat3.de>";
-  xnaveira = "Xavier Naveira <xnaveira@gmail.com>";
-  xnwdd = "Guillermo NWDD <nwdd+nixos@no.team>";
-  xurei = "Olivier Bourdoux <olivier.bourdoux@gmail.com>";
-  xvapx = "Marti Serra <marti.serra.coscollano@gmail.com>";
-  xwvvvvwx = "David Terry <davidterry@posteo.de>";
-  xzfc = "Albert Safin <xzfcpw@gmail.com>";
-  y0no = "Yoann Ono <y0no@y0no.fr>";
-  yarr = "Dmitry V. <savraz@gmail.com>";
-  yegortimoshenko = "Yegor Timoshenko <yegortimoshenko@gmail.com>";
-  yesbox = "Jesper Geertsen Jonsson <jesper.geertsen.jonsson@gmail.com>";
-  ylwghst = "Burim Augustin Berisa <ylwghst@onionmail.info>";
-  yochai = "Yochai <yochai@titat.info>";
-  yorickvp = "Yorick van Pelt <yorickvanpelt@gmail.com>";
-  yrashk = "Yurii Rashkovskii <yrashk@gmail.com>";
-  yuriaisaka = "Yuri Aisaka <yuri.aisaka+nix@gmail.com>";
-  yurrriq = "Eric Bailey <eric@ericb.me>";
-  z77z = "Marco Maggesi <maggesi@math.unifi.it>";
-  zagy = "Christian Zagrodnick <cz@flyingcircus.io>";
-  zalakain = "Unai Zalakain <contact@unaizalakain.info>";
-  zarelit = "David Costa <david@zarel.net>";
-  zauberpony = "Elmar Athmer <elmar@athmer.org>";
-  zef = "Zef Hemel <zef@zef.me>";
-  zimbatm = "zimbatm <zimbatm@zimbatm.com>";
-  Zimmi48 = "Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>";
-  zohl = "Al Zohali <zohl@fmap.me>";
-  zoomulator = "Kim Simmons <zoomulator@gmail.com>";
-  zraexy = "David Mell <zraexy@gmail.com>";
-  zx2c4 = "Jason A. Donenfeld <Jason@zx2c4.com>";
-  zzamboni = "Diego Zamboni <diego@zzamboni.org>";
+  Adjective-Object = {
+    email = "mhuan13@gmail.com";
+    github = "Adjective-Object";
+    name = "Maxwell Huang-Hobbs";
+  };
+  AndersonTorres = {
+    email = "torres.anderson.85@gmail.com";
+    github = "AndersonTorres";
+    name = "Anderson Torres";
+  };
+  Baughn = {
+    email = "sveina@gmail.com";
+    github = "Baughn";
+    name = "Svein Ove Aas";
+  };
+  ChengCat = {
+    email = "yu@cheng.cat";
+    github = "ChengCat";
+    name = "Yucheng Zhang";
+  };
+  CrystalGamma = {
+    email = "nixos@crystalgamma.de";
+    github = "CrystalGamma";
+    name = "Jona Stubbe";
+  };
+  DamienCassou = {
+    email = "damien@cassou.me";
+    github = "DamienCassou";
+    name = "Damien Cassou";
+  };
+  DerGuteMoritz = {
+    email = "moritz@twoticketsplease.de";
+    github = "DerGuteMoritz";
+    name = "Moritz Heidkamp";
+  };
+  DerTim1 = {
+    email = "tim.digel@active-group.de";
+    github = "DerTim1";
+    name = "Tim Digel";
+  };
+  DmitryTsygankov = {
+    email = "dmitry.tsygankov@gmail.com";
+    github = "DmitryTsygankov";
+    name = "Dmitry Tsygankov";
+  };
+  FireyFly = {
+    email = "nix@firefly.nu";
+    github = "FireyFly";
+    name = "Jonas Höglund";
+  };
+  Gonzih = {
+    email = "gonzih@gmail.com";
+    github = "Gonzih";
+    name = "Max Gonzih";
+  };
+  Jo = {
+    email = "0x4A6F@shackspace.de";
+    name = "Joachim Ernst";
+  };
+  KibaFox = {
+    email = "kiba.fox@foxypossibilities.com";
+    github = "KibaFox";
+    name = "Kiba Fox";
+  };
+  MP2E = {
+    email = "MP2E@archlinux.us";
+    github = "MP2E";
+    name = "Cray Elliott";
+  };
+  MostAwesomeDude = {
+    email = "cds@corbinsimpson.com";
+    github = "MostAwesomeDude";
+    name = "Corbin Simpson";
+  };
+  Nate-Devv = {
+    email = "natedevv@gmail.com";
+    name = "Nathan Moore";
+  };
+  NikolaMandic = {
+    email = "nikola@mandic.email";
+    github = "NikolaMandic";
+    name = "Ratko Mladic";
+  };
+  Phlogistique = {
+    email = "noe.rubinstein@gmail.com";
+    github = "Phlogistique";
+    name = "Noé Rubinstein";
+  };
+  Profpatsch = {
+    email = "mail@profpatsch.de";
+    github = "Profpatsch";
+    name = "Profpatsch";
+  };
+  SShrike = {
+    email = "severen@shrike.me";
+    github = "severen";
+    name = "Severen Redwood";
+  };
+  SeanZicari = {
+    email = "sean.zicari@gmail.com";
+    github = "SeanZicari";
+    name = "Sean Zicari";
+  };
+  StijnDW = {
+    email = "stekke@airmail.cc";
+    github = "StijnDW";
+    name = "Stijn DW";
+  };
+  StillerHarpo = {
+    email = "florianengel39@gmail.com";
+    github = "StillerHarpo";
+    name = "Florian Engel";
+  };
+  SuprDewd = {
+    email = "suprdewd@gmail.com";
+    github = "SuprDewd";
+    name = "Bjarki Ágúst Guðmundsson";
+  };
+  TealG = {
+    email = "~@Teal.Gr";
+    github = "TealG";
+    name = "Teal Gaure";
+  };
+  ThomasMader = {
+    email = "thomas.mader@gmail.com";
+    github = "ThomasMader";
+    name = "Thomas Mader";
+  };
+  Zimmi48 = {
+    email = "theo.zimmermann@univ-paris-diderot.fr";
+    github = "Zimmi48";
+    name = "Théo Zimmermann";
+  };
+  a1russell = {
+    email = "adamlr6+pub@gmail.com";
+    github = "a1russell";
+    name = "Adam Russell";
+  };
+  aaronschif = {
+    email = "aaronschif@gmail.com";
+    github = "aaronschif";
+    name = "Aaron Schif";
+  };
+  abaldeau = {
+    email = "andreas@baldeau.net";
+    github = "baldo";
+    name = "Andreas Baldeau";
+  };
+  abbradar = {
+    email = "ab@fmap.me";
+    github = "abbradar";
+    name = "Nikolay Amiantov";
+  };
+  abigailbuccaneer = {
+    email = "abigailbuccaneer@gmail.com";
+    github = "abigailbuccaneer";
+    name = "Abigail Bunyan";
+  };
+  aboseley = {
+    email = "adam.boseley@gmail.com";
+    github = "aboseley";
+    name = "Adam Boseley";
+  };
+  abuibrahim = {
+    email = "ruslan@babayev.com";
+    github = "abuibrahim";
+    name = "Ruslan Babayev";
+  };
+  acowley = {
+    email = "acowley@gmail.com";
+    github = "acowley";
+    name = "Anthony Cowley";
+  };
+  adelbertc = {
+    email = "adelbertc@gmail.com";
+    github = "adelbertc";
+    name = "Adelbert Chang";
+  };
+  adev = {
+    email = "adev@adev.name";
+    github = "adevress";
+    name = "Adrien Devresse";
+  };
+  adisbladis = {
+    email = "adis@blad.is";
+    github = "adisbladis";
+    name = "Adam Hose";
+  };
+  adnelson = {
+    email = "ithinkican@gmail.com";
+    github = "adnelson";
+    name = "Allen Nelson";
+  };
+  adolfogc = {
+    email = "adolfo.garcia.cr@gmail.com";
+    github = "adolfogc";
+    name = "Adolfo E. García Castro";
+  };
+  aespinosa = {
+    email = "allan.espinosa@outlook.com";
+    github = "aespinosa";
+    name = "Allan Espinosa";
+  };
+  aflatter = {
+    email = "flatter@fastmail.fm";
+    github = "aflatter";
+    name = "Alexander Flatter";
+  };
+  afldcr = {
+    email = "alex@fldcr.com";
+    github = "afldcr";
+    name = "James Alexander Feldman-Crough";
+  };
+  aforemny = {
+    email = "alexanderforemny@googlemail.com";
+    github = "aforemny";
+    name = "Alexander Foremny";
+  };
+  afranchuk = {
+    email = "alex.franchuk@gmail.com";
+    github = "afranchuk";
+    name = "Alex Franchuk";
+  };
+  aherrmann = {
+    email = "andreash87@gmx.ch";
+    github = "aherrmann";
+    name = "Andreas Herrmann";
+  };
+  ahmedtd = {
+    email = "ahmed.taahir@gmail.com";
+    github = "ahmedtd";
+    name = "Taahir Ahmed";
+  };
+  aij = {
+    email = "aij+git@mrph.org";
+    github = "aij";
+    name = "Ivan Jager";
+  };
+  ajgrf = {
+    email = "a@ajgrf.com";
+    github = "ajgrf";
+    name = "Alex Griffin";
+  };
+  ak = {
+    email = "ak@formalprivacy.com";
+    github = "alexanderkjeldaas";
+    name = "Alexander Kjeldaas";
+  };
+  akaWolf = {
+    email = "akawolf0@gmail.com";
+    github = "akaWolf";
+    name = "Artjom Vejsel";
+  };
+  akc = {
+    email = "akc@akc.is";
+    github = "akc";
+    name = "Anders Claesson";
+  };
+  alexvorobiev = {
+    email = "alexander.vorobiev@gmail.com";
+    github = "alexvorobiev";
+    name = "Alex Vorobiev";
+  };
+  algorith = {
+    email = "dries_van_daele@telenet.be";
+    name = "Dries Van Daele";
+  };
+  alibabzo = {
+    email = "alistair.bill@gmail.com";
+    github = "alibabzo";
+    name = "Alistair Bill";
+  };
+  all = {
+    email = "nix-commits@lists.science.uu.nl";
+    name = "Nix Committers";
+  };
+  alunduil = {
+    email = "alunduil@alunduil.com";
+    github = "alunduil";
+    name = "Alex Brandt";
+  };
+  ambrop72 = {
+    email = "ambrop7@gmail.com";
+    github = "ambrop72";
+    name = "Ambroz Bizjak";
+  };
+  amiddelk = {
+    email = "amiddelk@gmail.com";
+    github = "amiddelk";
+    name = "Arie Middelkoop";
+  };
+  amiloradovsky = {
+    email = "miloradovsky@gmail.com";
+    github = "amiloradovsky";
+    name = "Andrew Miloradovsky";
+  };
+  amorsillo = {
+    email = "andrew.morsillo@gmail.com";
+    github = "amorsillo";
+    name = "Andrew Morsillo";
+  };
+  anderspapitto = {
+    email = "anderspapitto@gmail.com";
+    github = "anderspapitto";
+    name = "Anders Papitto";
+  };
+  andir = {
+    email = "andreas@rammhold.de";
+    github = "andir";
+    name = "Andreas Rammhold";
+  };
+  andres = {
+    email = "ksnixos@andres-loeh.de";
+    github = "andres";
+    name = "Andres Loeh";
+  };
+  andrestylianos = {
+    email = "andre.stylianos@gmail.com";
+    github = "andrestylianos";
+    name = "Andre S. Ramos";
+  };
+  andrew-d = {
+    email = "andrew@du.nham.ca";
+    github = "andrew-d";
+    name = "Andrew Dunham";
+  };
+  andrewrk = {
+    email = "superjoe30@gmail.com";
+    github = "andrewrk";
+    name = "Andrew Kelley";
+  };
+  andsild = {
+    email = "andsild@gmail.com";
+    github = "andsild";
+    name = "Anders Sildnes";
+  };
+  aneeshusa = {
+    email = "aneeshusa@gmail.com";
+    github = "aneeshusa";
+    name = "Aneesh Agrawal";
+  };
+  ankhers = {
+    email = "justin.k.wood@gmail.com";
+    github = "ankhers";
+    name = "Justin Wood";
+  };
+  antono = {
+    email = "self@antono.info";
+    github = "antono";
+    name = "Antono Vasiljev";
+  };
+  antonxy = {
+    email = "anton.schirg@posteo.de";
+    github = "antonxy";
+    name = "Anton Schirg";
+  };
+  apeschar = {
+    email = "albert@peschar.net";
+    github = "apeschar";
+    name = "Albert Peschar";
+  };
+  apeyroux = {
+    email = "alex@px.io";
+    github = "apeyroux";
+    name = "Alexandre Peyroux";
+  };
+  arcadio = {
+    email = "arc@well.ox.ac.uk";
+    github = "arcadio";
+    name = "Arcadio Rubio García";
+  };
+  ardumont = {
+    email = "eniotna.t@gmail.com";
+    github = "ardumont";
+    name = "Antoine R. Dumont";
+  };
+  aristid = {
+    email = "aristidb@gmail.com";
+    github = "aristid";
+    name = "Aristid Breitkreuz";
+  };
+  arobyn = {
+    email = "shados@shados.net";
+    github = "shados";
+    name = "Alexei Robyn";
+  };
+  artuuge = {
+    email = "artuuge@gmail.com";
+    github = "artuuge";
+    name = "Artur E. Ruuge";
+  };
+  ashalkhakov = {
+    email = "artyom.shalkhakov@gmail.com";
+    github = "ashalkhakov";
+    name = "Artyom Shalkhakov";
+  };
+  ashgillman = {
+    email = "gillmanash@gmail.com";
+    github = "ashgillman";
+    name = "Ashley Gillman";
+  };
+  aske = {
+    email = "aske@fmap.me";
+    github = "aske";
+    name = "Kirill Boltaev";
+  };
+  asppsa = {
+    email = "asppsa@gmail.com";
+    github = "asppsa";
+    name = "Alastair Pharo";
+  };
+  astsmtl = {
+    email = "astsmtl@yandex.ru";
+    github = "astsmtl";
+    name = "Alexander Tsamutali";
+  };
+  asymmetric = {
+    email = "lorenzo@mailbox.org";
+    github = "asymmetric";
+    name = "Lorenzo Manacorda";
+  };
+  aszlig = {
+    email = "aszlig@nix.build";
+    github = "aszlig";
+    name = "aszlig";
+  };
+  auntie = {
+    email = "auntieNeo@gmail.com";
+    github = "auntie";
+    name = "Jonathan Glines";
+  };
+  avnik = {
+    email = "avn@avnik.info";
+    github = "avnik";
+    name = "Alexander V. Nikolaev";
+  };
+  aycanirican = {
+    email = "iricanaycan@gmail.com";
+    github = "aycanirican";
+    name = "Aycan iRiCAN";
+  };
+  bachp = {
+    email = "pascal.bach@nextrem.ch";
+    github = "bachp";
+    name = "Pascal Bach";
+  };
+  backuitist = {
+    email = null;
+    github = "backuitist";
+    name = "Bruno Bieth";
+  };
+  badi = {
+    email = "abdulwahidc@gmail.com";
+    github = "badi";
+    name = "Badi' Abdul-Wahid";
+  };
+  balajisivaraman = {
+    email = "sivaraman.balaji@gmail.com";
+    github = "balajisivaraman";
+    name = "Balaji Sivaraman";
+  };
+  barrucadu = {
+    email = "mike@barrucadu.co.uk";
+    github = "barrucadu";
+    name = "Michael Walker";
+  };
+  basvandijk = {
+    email = "v.dijk.bas@gmail.com";
+    github = "basvandijk";
+    name = "Bas van Dijk";
+  };
+  bcarrell = {
+    email = "brandoncarrell@gmail.com";
+    github = "bcarrell";
+    name = "Brandon Carrell";
+  };
+  bcdarwin = {
+    email = "bcdarwin@gmail.com";
+    github = "bcdarwin";
+    name = "Ben Darwin";
+  };
+  bdimcheff = {
+    email = "brandon@dimcheff.com";
+    github = "bdimcheff";
+    name = "Brandon Dimcheff";
+  };
+  bendlas = {
+    email = "herwig@bendlas.net";
+    github = "bendlas";
+    name = "Herwig Hochleitner";
+  };
+  benley = {
+    email = "benley@gmail.com";
+    github = "benley";
+    name = "Benjamin Staffin";
+  };
+  bennofs = {
+    email = "benno.fuenfstueck@gmail.com";
+    github = "bennofs";
+    name = "Benno Fünfstück";
+  };
+  benwbooth = {
+    email = "benwbooth@gmail.com";
+    github = "benwbooth";
+    name = "Ben Booth";
+  };
+  berce = {
+    email = "bert.moens@gmail.com";
+    github = "berce";
+    name = "Bert Moens";
+  };
+  berdario = {
+    email = "berdario@gmail.com";
+    github = "berdario";
+    name = "Dario Bertini";
+  };
+  bergey = {
+    email = "bergey@teallabs.org";
+    github = "bergey";
+    name = "Daniel Bergey";
+  };
+  bhipple = {
+    email = "bhipple@protonmail.com";
+    github = "bhipple";
+    name = "Benjamin Hipple";
+  };
+  binarin = {
+    email = "binarin@binarin.ru";
+    github = "binarin";
+    name = "Alexey Lebedeff";
+  };
+  bjg = {
+    email = "bjg@gnu.org";
+    github = "civodul";
+    name = "Brian Gough";
+  };
+  bjornfor = {
+    email = "bjorn.forsman@gmail.com";
+    github = "bjornfor";
+    name = "Bjørn Forsman";
+  };
+  bluescreen303 = {
+    email = "mathijs@bluescreen303.nl";
+    github = "bluescreen303";
+    name = "Mathijs Kwik";
+  };
+  bobakker = {
+    email = "bobakk3r@gmail.com";
+    github = "bobakker";
+    name = "Bo Bakker";
+  };
+  bobvanderlinden = {
+    email = "bobvanderlinden@gmail.com";
+    github = "bobvanderlinden";
+    name = "Bob van der Linden";
+  };
+  bodil = {
+    email = "nix@bodil.org";
+    github = "bodil";
+    name = "Bodil Stokke";
+  };
+  boothead = {
+    email = "ben@perurbis.com";
+    github = "boothead";
+    name = "Ben Ford";
+  };
+  bosu = {
+    email = "boriss@gmail.com";
+    github = "bosu";
+    name = "Boris Sukholitko";
+  };
+  bradediger = {
+    email = "brad@bradediger.com";
+    github = "bradediger";
+    name = "Brad Ediger";
+  };
+  bramd = {
+    email = "bram@bramd.nl";
+    github = "bramd";
+    name = "Bram Duvigneau";
+  };
+  bstrik = {
+    email = "dutchman55@gmx.com";
+    github = "bstrik";
+    name = "Berno Strik";
+  };
+  bugworm = {
+    email = "bugworm@zoho.com";
+    github = "bugworm";
+    name = "Roman Gerasimenko";
+  };
+  bzizou = {
+    email = "Bruno@bzizou.net";
+    github = "bzizou";
+    name = "Bruno Bzeznik";
+  };
+  c0bw3b = {
+    email = "c0bw3b@gmail.com";
+    github = "c0bw3b";
+    name = "Renaud";
+  };
+  c0dehero = {
+    email = "codehero@nerdpol.ch";
+    name = "CodeHero";
+  };
+  calbrecht = {
+    email = "christian.albrecht@mayflower.de";
+    github = "calbrecht";
+    name = "Christian Albrecht";
+  };
+  calrama = {
+    email = "moritz@ucworks.org";
+    github = "MoritzMaxeiner";
+    name = "Moritz Maxeiner";
+  };
+  calvertvl = {
+    email = "calvertvl@gmail.com";
+    github = "calvertvl";
+    name = "Victor Calvert";
+  };
+  campadrenalin = {
+    email = "campadrenalin@gmail.com";
+    github = "campadrenalin";
+    name = "Philip Horger";
+  };
+  canndrew = {
+    email = "shum@canndrew.org";
+    github = "canndrew";
+    name = "Andrew Cann";
+  };
+  carlsverre = {
+    email = "accounts@carlsverre.com";
+    github = "carlsverre";
+    name = "Carl Sverre";
+  };
+  casey = {
+    email = "casey@rodarmor.net";
+    github = "casey";
+    name = "Casey Rodarmor";
+  };
+  catern = {
+    email = "sbaugh@catern.com";
+    github = "catern";
+    name = "Spencer Baugh";
+  };
+  caugner = {
+    email = "nixos@caugner.de";
+    github = "caugner";
+    name = "Claas Augner";
+  };
+  cdepillabout = {
+    email = "cdep.illabout@gmail.com";
+    github = "cdepillabout";
+    name = "Dennis Gosnell";
+  };
+  cfouche = {
+    email = "chaddai.fouche@gmail.com";
+    github = "Chaddai";
+    name = "Chaddaï Fouché";
+  };
+  changlinli = {
+    email = "mail@changlinli.com";
+    github = "changlinli";
+    name = "Changlin Li";
+  };
+  chaoflow = {
+    email = "flo@chaoflow.net";
+    github = "chaoflow";
+    name = "Florian Friesdorf";
+  };
+  chattered = {
+    email = "me@philscotted.com";
+    github = "chattered";
+    name = "Phil Scott";
+  };
+  chiiruno = {
+    email = "okinan@protonmail.com";
+    github = "chiiruno";
+    name = "Okina Matara";
+  };
+  choochootrain = {
+    email = "hurshal@imap.cc";
+    github = "choochootrain";
+    name = "Hurshal Patel";
+  };
+  chpatrick = {
+    email = "chpatrick@gmail.com";
+    github = "chpatrick";
+    name = "Patrick Chilton";
+  };
+  chreekat = {
+    email = "b@chreekat.net";
+    github = "chreekat";
+    name = "Bryan Richter";
+  };
+  chris-martin = {
+    email = "ch.martin@gmail.com";
+    github = "chris-martin";
+    name = "Chris Martin";
+  };
+  chrisjefferson = {
+    email = "chris@bubblescope.net";
+    github = "chrisjefferson";
+    name = "Christopher Jefferson";
+  };
+  chrisrosset = {
+    email = "chris@rosset.org.uk";
+    github = "chrisrosset";
+    name = "Christopher Rosset";
+  };
+  christopherpoole = {
+    email = "mail@christopherpoole.net";
+    github = "christopherpoole";
+    name = "Christopher Mark Poole";
+  };
+  ciil = {
+    email = "simon@lackerbauer.com";
+    github = "ciil";
+    name = "Simon Lackerbauer";
+  };
+  ck3d = {
+    email = "ck3d@gmx.de";
+    github = "ck3d";
+    name = "Christian Kögler";
+  };
+  ckampka = {
+    email = "christian@kampka.net";
+    github = "kampka";
+    name = "Christian Kampka";
+  };
+  ckauhaus = {
+    email = "kc@flyingcircus.io";
+    github = "ckauhaus";
+    name = "Christian Kauhaus";
+  };
+  cko = {
+    email = "christine.koppelt@gmail.com";
+    github = "cko";
+    name = "Christine Koppelt";
+  };
+  cleverca22 = {
+    email = "cleverca22@gmail.com";
+    github = "cleverca22";
+    name = "Michael Bishop";
+  };
+  cmcdragonkai = {
+    email = "roger.qiu@matrix.ai";
+    github = "cmcdragonkai";
+    name = "Roger Qiu";
+  };
+  cmfwyp = {
+    email = "cmfwyp@riseup.net";
+    github = "cmfwyp";
+    name = "cmfwyp";
+  };
+  cobbal = {
+    email = "andrew.cobb@gmail.com";
+    github = "cobbal";
+    name = "Andrew Cobb";
+  };
+  coconnor = {
+    email = "coreyoconnor@gmail.com";
+    github = "coconnor";
+    name = "Corey O'Connor";
+  };
+  codsl = {
+    email = "codsl@riseup.net";
+    github = "codsl";
+    name = "codsl";
+  };
+  codyopel = {
+    email = "codyopel@gmail.com";
+    github = "codyopel";
+    name = "Cody Opel";
+  };
+  colemickens = {
+    email = "cole.mickens@gmail.com";
+    github = "colemickens";
+    name = "Cole Mickens";
+  };
+  colescott = {
+    email = "colescottsf@gmail.com";
+    github = "colescott";
+    name = "Cole Scott";
+  };
+  copumpkin = {
+    email = "pumpkingod@gmail.com";
+    github = "copumpkin";
+    name = "Dan Peebles";
+  };
+  corngood = {
+    email = "corngood@gmail.com";
+    github = "corngood";
+    name = "David McFarland";
+  };
+  coroa = {
+    email = "jonas@chaoflow.net";
+    github = "coroa";
+    name = "Jonas Hörsch";
+  };
+  couchemar = {
+    email = "couchemar@yandex.ru";
+    github = "couchemar";
+    name = "Andrey Pavlov";
+  };
+  cpages = {
+    email = "page@ruiec.cat";
+    github = "cpages";
+    name = "Carles Pagès";
+  };
+  cransom = {
+    email = "cransom@hubns.net";
+    github = "cransom";
+    name = "Casey Ransom";
+  };
+  cryptix = {
+    email = "cryptix@riseup.net";
+    github = "cryptix";
+    name = "Henry Bubert";
+  };
+  csingley = {
+    email = "csingley@gmail.com";
+    github = "csingley";
+    name = "Christopher Singley";
+  };
+  cstrahan = {
+    email = "charles@cstrahan.com";
+    github = "cstrahan";
+    name = "Charles Strahan";
+  };
+  cwoac = {
+    email = "oliver@codersoffortune.net";
+    github = "cwoac";
+    name = "Oliver Matthews";
+  };
+  danbst = {
+    email = "abcz2.uprola@gmail.com";
+    github = "danbst";
+    name = "Danylo Hlynskyi";
+  };
+  dancek = {
+    email = "hannu.hartikainen@gmail.com";
+    github = "dancek";
+    name = "Hannu Hartikainen";
+  };
+  danharaj = {
+    email = "dan@obsidian.systems";
+    github = "danharaj";
+    name = "Dan Haraj";
+  };
+  danielfullmer = {
+    email = "danielrf12@gmail.com";
+    github = "danielfullmer";
+    name = "Daniel Fullmer";
+  };
+  dasuxullebt = {
+    email = "christoph.senjak@googlemail.com";
+    github = "dasuxullebt";
+    name = "Christoph-Simon Senjak";
+  };
+  david50407 = {
+    email = "me@davy.tw";
+    github = "david50407";
+    name = "David Kuo";
+  };
+  davidak = {
+    email = "post@davidak.de";
+    github = "davidak";
+    name = "David Kleuker";
+  };
+  davidrusu = {
+    email = "davidrusu.me@gmail.com";
+    github = "davidrusu";
+    name = "David Rusu";
+  };
+  davorb = {
+    email = "davor@davor.se";
+    github = "davorb";
+    name = "Davor Babic";
+  };
+  dbohdan = {
+    email = "danyil.bohdan@gmail.com";
+    github = "dbohdan";
+    name = "Danyil Bohdan";
+  };
+  dbrock = {
+    email = "daniel@brockman.se";
+    github = "dbrock";
+    name = "Daniel Brockman";
+  };
+  deepfire = {
+    email = "_deepfire@feelingofgreen.ru";
+    github = "deepfire";
+    name = "Kosyrev Serge";
+  };
+  demin-dmitriy = {
+    email = "demindf@gmail.com";
+    github = "demin-dmitriy";
+    name = "Dmitriy Demin";
+  };
+  derchris = {
+    email = "derchris@me.com";
+    github = "derchris";
+    name = "Christian Gerbrandt";
+  };
+  dermetfan = {
+    email = "serverkorken@gmail.com";
+    github = "dermetfan";
+    name = "Robin Stumm";
+  };
+  desiderius = {
+    email = "didier@devroye.name";
+    github = "desiderius";
+    name = "Didier J. Devroye";
+  };
+  devhell = {
+    email = "\"^\"@regexmail.net";
+    github = "devhell";
+    name = "devhell";
+  };
+  dezgeg = {
+    email = "tuomas.tynkkynen@iki.fi";
+    github = "dezgeg";
+    name = "Tuomas Tynkkynen";
+  };
+  dfordivam = {
+    email = "dfordivam+nixpkgs@gmail.com";
+    github = "dfordivam";
+    name = "Divam";
+  };
+  dfoxfranke = {
+    email = "dfoxfranke@gmail.com";
+    github = "dfoxfranke";
+    name = "Daniel Fox Franke";
+  };
+  dgonyeo = {
+    email = "derek@gonyeo.com";
+    github = "dgonyeo";
+    name = "Derek Gonyeo";
+  };
+  dipinhora = {
+    email = "dipinhora+github@gmail.com";
+    github = "dipinhora";
+    name = "Dipin Hora";
+  };
+  disassembler = {
+    email = "disasm@gmail.com";
+    github = "disassembler";
+    name = "Samuel Leathers";
+  };
+  dizfer = {
+    email = "david@izquierdofernandez.com";
+    github = "dizfer";
+    name = "David Izquierdo";
+  };
+  dmalikov = {
+    email = "malikov.d.y@gmail.com";
+    github = "dmalikov";
+    name = "Dmitry Malikov";
+  };
+  dmjio = {
+    email = "djohnson.m@gmail.com";
+    github = "dmjio";
+    name = "David Johnson";
+  };
+  dochang = {
+    email = "dochang@gmail.com";
+    github = "dochang";
+    name = "Desmond O. Chang";
+  };
+  domenkozar = {
+    email = "domen@dev.si";
+    github = "domenkozar";
+    name = "Domen Kozar";
+  };
+  dotlambda = {
+    email = "rschuetz17@gmail.com";
+    github = "dotlambda";
+    name = "Robert Schütz";
+  };
+  doublec = {
+    email = "chris.double@double.co.nz";
+    github = "doublec";
+    name = "Chris Double";
+  };
+  dpaetzel = {
+    email = "david.a.paetzel@gmail.com";
+    github = "dpaetzel";
+    name = "David Pätzel";
+  };
+  dpflug = {
+    email = "david@pflug.email";
+    github = "dpflug";
+    name = "David Pflug";
+  };
+  drets = {
+    email = "dmitryrets@gmail.com";
+    github = "drets";
+    name = "Dmytro Rets";
+  };
+  drewkett = {
+    email = "burkett.andrew@gmail.com";
+    github = "drewkett";
+    name = "Andrew Burkett";
+  };
+  dsferruzza = {
+    email = "david.sferruzza@gmail.com";
+    github = "dsferruzza";
+    name = "David Sferruzza";
+  };
+  dtzWill = {
+    email = "nix@wdtz.org";
+    github = "dtzWill";
+    name = "Will Dietz";
+  };
+  dupgit = {
+    email = "olivier.delhomme@free.fr";
+    github = "dupgit";
+    name = "Olivier Delhomme";
+  };
+  dywedir = {
+    email = "dywedir@protonmail.ch";
+    github = "dywedir";
+    name = "Vladyslav M.";
+  };
+  dzabraev = {
+    email = "dzabraew@gmail.com";
+    github = "dzabraev";
+    name = "Maksim Dzabraev";
+  };
+  e-user = {
+    email = "nixos@sodosopa.io";
+    github = "e-user";
+    name = "Alexander Kahl";
+  };
+  earldouglas = {
+    email = "james@earldouglas.com";
+    github = "earldouglas";
+    name = "James Earl Douglas";
+  };
+  ebzzry = {
+    email = "ebzzry@ebzzry.io";
+    github = "ebzzry";
+    name = "Rommel Martinez";
+  };
+  edanaher = {
+    email = "nixos@edanaher.net";
+    github = "edanaher";
+    name = "Evan Danaher";
+  };
+  edef = {
+    email = "edef@edef.eu";
+    github = "edef1c";
+    name = "edef";
+  };
+  ederoyd46 = {
+    email = "matt@ederoyd.co.uk";
+    github = "ederoyd46";
+    name = "Matthew Brown";
+  };
+  eduarrrd = {
+    email = "e.bachmakov@gmail.com";
+    github = "eduarrrd";
+    name = "Eduard Bachmakov";
+  };
+  edwtjo = {
+    email = "ed@cflags.cc";
+    github = "edwtjo";
+    name = "Edward Tjörnhammar";
+  };
+  eelco = {
+    email = "eelco.dolstra@logicblox.com";
+    github = "eelco";
+    name = "Eelco Dolstra";
+  };
+  ehegnes = {
+    email = "eric.hegnes@gmail.com";
+    github = "ehegnes";
+    name = "Eric Hegnes";
+  };
+  ehmry = {
+    email = "emery@vfemail.net";
+    github = "ehmry";
+    name = "Emery Hemingway";
+  };
+  eikek = {
+    email = "eike.kettner@posteo.de";
+    github = "eikek";
+    name = "Eike Kettner";
+  };
+  ekleog = {
+    email = "leo@gaspard.io";
+    github = "ekleog";
+    name = "Leo Gaspard";
+  };
+  elasticdog = {
+    email = "aaron@elasticdog.com";
+    github = "elasticdog";
+    name = "Aaron Bull Schaefer";
+  };
+  eleanor = {
+    email = "dejan@proteansec.com";
+    github = "eleanor";
+    name = "Dejan Lukan";
+  };
+  elijahcaine = {
+    email = "elijahcainemv@gmail.com";
+    github = "pop";
+    name = "Elijah Caine";
+  };
+  elitak = {
+    email = "elitak@gmail.com";
+    github = "elitak";
+    name = "Eric Litak";
+  };
+  ellis = {
+    email = "nixos@ellisw.net";
+    github = "ellis";
+    name = "Ellis Whitehead";
+  };
+  enzime = {
+    email = "enzime@users.noreply.github.com";
+    github = "enzime";
+    name = "Michael Hoang";
+  };
+  eperuffo = {
+    email = "info@emanueleperuffo.com";
+    github = "emanueleperuffo";
+    name = "Emanuele Peruffo";
+  };
+  epitrochoid = {
+    email = "mpcervin@uncg.edu";
+    github = "epitrochoid";
+    name = "Mabry Cervin";
+  };
+  eqyiel = {
+    email = "r@rkm.id.au";
+    github = "eqyiel";
+    name = "Ruben Maher";
+  };
+  ericbmerritt = {
+    email = "eric@afiniate.com";
+    github = "ericbmerritt";
+    name = "Eric Merritt";
+  };
+  ericsagnes = {
+    email = "eric.sagnes@gmail.com";
+    github = "ericsagnes";
+    name = "Eric Sagnes";
+  };
+  ericson2314 = {
+    email = "John.Ericson@Obsidian.Systems";
+    github = "ericson2314";
+    name = "John Ericson";
+  };
+  erictapen = {
+    email = "justin.humm@posteo.de";
+    github = "erictapen";
+    name = "Justin Humm";
+  };
+  erikryb = {
+    email = "erik.rybakken@math.ntnu.no";
+    github = "erikryb";
+    name = "Erik Rybakken";
+  };
+  ertes = {
+    email = "esz@posteo.de";
+    github = "ertes";
+    name = "Ertugrul Söylemez";
+  };
+  ethercrow = {
+    email = "ethercrow@gmail.com";
+    github = "ethercrow";
+    name = "Dmitry Ivanov";
+  };
+  etu = {
+    email = "elis@hirwing.se";
+    github = "etu";
+    name = "Elis Hirwing";
+  };
+  exfalso = {
+    email = "0slemi0@gmail.com";
+    github = "exfalso";
+    name = "Andras Slemmer";
+  };
+  exi = {
+    email = "nixos@reckling.org";
+    github = "exi";
+    name = "Reno Reckling";
+  };
+  exlevan = {
+    email = "exlevan@gmail.com";
+    github = "exlevan";
+    name = "Alexey Levan";
+  };
+  expipiplus1 = {
+    email = "nix@monoid.al";
+    github = "expipiplus1";
+    name = "Joe Hermaszewski";
+  };
+  f-breidenstein = {
+    email = "mail@felixbreidenstein.de";
+    github = "f-breidenstein";
+    name = "Felix Breidenstein";
+  };
+  fadenb = {
+    email = "tristan.helmich+nixos@gmail.com";
+    github = "fadenb";
+    name = "Tristan Helmich";
+  };
+  falsifian = {
+    email = "james.cook@utoronto.ca";
+    github = "falsifian";
+    name = "James Cook";
+  };
+  fare = {
+    email = "fahree@gmail.com";
+    github = "fare";
+    name = "Francois-Rene Rideau";
+  };
+  fgaz = {
+    email = "francygazz@gmail.com";
+    github = "fgaz";
+    name = "Francesco Gazzetta";
+  };
+  flokli = {
+    email = "flokli@flokli.de";
+    github = "flokli";
+    name = "Florian Klink";
+  };
+  florianjacob = {
+    email = "projects+nixos@florianjacob.de";
+    github = "florianjacob";
+    name = "Florian Jacob";
+  };
+  flosse = {
+    email = "mail@markus-kohlhase.de";
+    github = "flosse";
+    name = "Markus Kohlhase";
+  };
+  fluffynukeit = {
+    email = "dan@fluffynukeit.com";
+    github = "fluffynukeit";
+    name = "Daniel Austin";
+  };
+  fmthoma = {
+    email = "f.m.thoma@googlemail.com";
+    github = "fmthoma";
+    name = "Franz Thoma";
+  };
+  forkk = {
+    email = "forkk@forkk.net";
+    github = "forkk";
+    name = "Andrew Okin";
+  };
+  fornever = {
+    email = "friedrich@fornever.me";
+    github = "fornever";
+    name = "Friedrich von Never";
+  };
+  fpletz = {
+    email = "fpletz@fnordicwalking.de";
+    github = "fpletz";
+    name = "Franz Pletz";
+  };
+  fps = {
+    email = "mista.tapas@gmx.net";
+    github = "fps";
+    name = "Florian Paul Schmidt";
+  };
+  fridh = {
+    email = "fridh@fridh.nl";
+    github = "fridh";
+    name = "Frederik Rietdijk";
+  };
+  frlan = {
+    email = "frank@frank.uvena.de";
+    github = "frlan";
+    name = "Frank Lanitz";
+  };
+  fro_ozen = {
+    email = "fro_ozen@gmx.de";
+    github = "froozen";
+    name = "fro_ozen";
+  };
+  ftrvxmtrx = {
+    email = "ftrvxmtrx@gmail.com";
+    github = "ftrvxmtrx";
+    name = "Siarhei Zirukin";
+  };
+  funfunctor = {
+    email = "eocallaghan@alterapraxis.com";
+    name = "Edward O'Callaghan";
+  };
+  fuuzetsu = {
+    email = "fuuzetsu@fuuzetsu.co.uk";
+    github = "fuuzetsu";
+    name = "Mateusz Kowalczyk";
+  };
+  fuzzy-id = {
+    email = "hacking+nixos@babibo.de";
+    github = "fuzzy-id";
+    name = "Thomas Bach";
+  };
+  fxfactorial = {
+    email = "edgar.factorial@gmail.com";
+    github = "fxfactorial";
+    name = "Edgar Aroutiounian";
+  };
+  gabesoft = {
+    email = "gabesoft@gmail.com";
+    github = "gabesoft";
+    name = "Gabriel Adomnicai";
+  };
+  gal_bolle = {
+    email = "florent.becker@ens-lyon.org";
+    github = "galbolle";
+    name = "Florent Becker";
+  };
+  garbas = {
+    email = "rok@garbas.si";
+    github = "garbas";
+    name = "Rok Garbas";
+  };
+  garrison = {
+    email = "jim@garrison.cc";
+    github = "garrison";
+    name = "Jim Garrison";
+  };
+  gavin = {
+    email = "gavin@praxeology.co.uk";
+    github = "gavin";
+    name = "Gavin Rogers";
+  };
+  gebner = {
+    email = "gebner@gebner.org";
+    github = "gebner";
+    name = "Gabriel Ebner";
+  };
+  geistesk = {
+    email = "post@0x21.biz";
+    github = "geistesk";
+    name = "Alvar Penning";
+  };
+  genesis = {
+    email = "ronan@aimao.org";
+    github = "genesis";
+    name = "Ronan Bignaux";
+  };
+  georgewhewell = {
+    email = "georgerw@gmail.com";
+    github = "georgewhewell";
+    name = "George Whewell";
+  };
+  gilligan = {
+    email = "tobias.pflug@gmail.com";
+    github = "gilligan";
+    name = "Tobias Pflug";
+  };
+  giogadi = {
+    email = "lgtorres42@gmail.com";
+    github = "giogadi";
+    name = "Luis G. Torres";
+  };
+  gleber = {
+    email = "gleber.p@gmail.com";
+    github = "gleber";
+    name = "Gleb Peregud";
+  };
+  glenns = {
+    email = "glenn.searby@gmail.com";
+    github = "glenns";
+    name = "Glenn Searby";
+  };
+  globin = {
+    email = "mail@glob.in";
+    github = "globin";
+    name = "Robin Gloster";
+  };
+  gnidorah = {
+    email = "yourbestfriend@opmbx.org";
+    github = "gnidorah";
+    name = "Alex Ivanov";
+  };
+  goibhniu = {
+    email = "cillian.deroiste@gmail.com";
+    github = "cillianderoiste";
+    name = "Cillian de Róiste";
+  };
+  goodrone = {
+    email = "goodrone@gmail.com";
+    github = "goodrone";
+    name = "Andrew Trachenko";
+  };
+  gpyh = {
+    email = "yacine.hmito@gmail.com";
+    github = "yacinehmito";
+    name = "Yacine Hmito";
+  };
+  grahamc = {
+    email = "graham@grahamc.com";
+    github = "grahamc";
+    name = "Graham Christensen";
+  };
+  grburst = {
+    email = "grburst@openmailbox.org";
+    github = "grburst";
+    name = "Julius Elias";
+  };
+  gridaphobe = {
+    email = "eric@seidel.io";
+    github = "gridaphobe";
+    name = "Eric Seidel";
+  };
+  guibert = {
+    email = "david.guibert@gmail.com";
+    github = "dguibert";
+    name = "David Guibert";
+  };
+  guibou = {
+    email = "guillaum.bouchard@gmail.com";
+    github = "guibou";
+    name = "Guillaume Bouchard";
+  };
+  guillaumekoenig = {
+    email = "guillaume.edward.koenig@gmail.com";
+    github = "guillaumekoenig";
+    name = "Guillaume Koenig";
+  };
+  guyonvarch = {
+    email = "joris@guyonvarch.me";
+    github = "guyonvarch";
+    name = "Joris Guyonvarch";
+  };
+  hakuch = {
+    email = "hakuch@gmail.com";
+    github = "hakuch";
+    name = "Jesse Haber-Kucharsky";
+  };
+  hamhut1066 = {
+    email = "github@hamhut1066.com";
+    github = "hamhut1066";
+    name = "Hamish Hutchings";
+  };
+  havvy = {
+    email = "ryan.havvy@gmail.com";
+    github = "havvy";
+    name = "Ryan Scheel";
+  };
+  hbunke = {
+    email = "bunke.hendrik@gmail.com";
+    github = "hbunke";
+    name = "Hendrik Bunke";
+  };
+  hce = {
+    email = "hc@hcesperer.org";
+    github = "hce";
+    name = "Hans-Christian Esperer";
+  };
+  hectorj = {
+    email = "hector.jusforgues+nixos@gmail.com";
+    github = "hectorj";
+    name = "Hector Jusforgues";
+  };
+  hedning = {
+    email = "torhedinbronner@gmail.com";
+    github = "hedning";
+    name = "Tor Hedin Brønner";
+  };
+  heel = {
+    email = "parizhskiy@gmail.com";
+    github = "heel";
+    name = "Sergii Paryzhskyi";
+  };
+  henrytill = {
+    email = "henrytill@gmail.com";
+    github = "henrytill";
+    name = "Henry Till";
+  };
+  hhm = {
+    email = "heehooman+nixpkgs@gmail.com";
+    github = "hhm";
+    name = "hhm";
+  };
+  hinton = {
+    email = "t@larkery.com";
+    github = "hinton";
+    name = "Tom Hinton";
+  };
+  hodapp = {
+    email = "hodapp87@gmail.com";
+    github = "hodapp";
+    name = "Chris Hodapp";
+  };
+  hrdinka = {
+    email = "c.nix@hrdinka.at";
+    github = "hrdinka";
+    name = "Christoph Hrdinka";
+  };
+  htr = {
+    email = "hugo@linux.com";
+    github = "htr";
+    name = "Hugo Tavares Reis";
+  };
+  hyphon81 = {
+    email = "zero812n@gmail.com";
+    github = "hyphon81";
+    name = "Masato Yonekawa";
+  };
+  iand675 = {
+    email = "ian@iankduncan.com";
+    github = "iand675";
+    name = "Ian Duncan";
+  };
+  ianwookim = {
+    email = "ianwookim@gmail.com";
+    github = "wavewave";
+    name = "Ian-Woo Kim";
+  };
+  iblech = {
+    email = "iblech@speicherleck.de";
+    github = "iblech";
+    name = "Ingo Blechschmidt";
+  };
+  igsha = {
+    email = "igor.sharonov@gmail.com";
+    github = "igsha";
+    name = "Igor Sharonov";
+  };
+  ikervagyok = {
+    email = "ikervagyok@gmail.com";
+    github = "ikervagyok";
+    name = "Balázs Lengyel";
+  };
+  ilya-kolpakov = {
+    email = "ilya.kolpakov@gmail.com";
+    github = "ilya-kolpakov";
+    name = "Ilya Kolpakov";
+  };
+  infinisil = {
+    email = "infinisil@icloud.com";
+    github = "infinisil";
+    name = "Silvan Mosberger";
+  };
+  ironpinguin = {
+    email = "michele@catalano.de";
+    github = "ironpinguin";
+    name = "Michele Catalano";
+  };
+  ivan-tkatchev = {
+    email = "tkatchev@gmail.com";
+    github = "ivan-tkatchev";
+    name = "Ivan Tkatchev";
+  };
+  ixmatus = {
+    email = "parnell@digitalmentat.com";
+    github = "ixmatus";
+    name = "Parnell Springmeyer";
+  };
+  ixxie = {
+    email = "matan@fluxcraft.net";
+    github = "ixxie";
+    name = "Matan Bendix Shenhav";
+  };
+  izorkin = {
+    email = "Izorkin@gmail.com";
+    github = "izorkin";
+    name = "Yurii Izorkin";
+  };
+  j-keck = {
+    email = "jhyphenkeck@gmail.com";
+    github = "j-keck";
+    name = "Jürgen Keck";
+  };
+  jagajaga = {
+    email = "ars.seroka@gmail.com";
+    github = "jagajaga";
+    name = "Arseniy Seroka";
+  };
+  jammerful = {
+    email = "jammerful@gmail.com";
+    github = "jammerful";
+    name = "jammerful";
+  };
+  jansol = {
+    email = "jan.solanti@paivola.fi";
+    github = "jansol";
+    name = "Jan Solanti";
+  };
+  javaguirre = {
+    email = "contacto@javaguirre.net";
+    github = "javaguirre";
+    name = "Javier Aguirre";
+  };
+  jb55 = {
+    email = "jb55@jb55.com";
+    github = "jb55";
+    name = "William Casarin";
+  };
+  jbedo = {
+    email = "cu@cua0.org";
+    github = "jbedo";
+    name = "Justin Bedő";
+  };
+  jcumming = {
+    email = "jack@mudshark.org";
+    github = "jcumming";
+    name = "Jack Cummings";
+  };
+  jdagilliland = {
+    email = "jdagilliland@gmail.com";
+    github = "jdagilliland";
+    name = "Jason Gilliland";
+  };
+  jefdaj = {
+    email = "jefdaj@gmail.com";
+    github = "jefdaj";
+    name = "Jeffrey David Johnson";
+  };
+  jensbin = {
+    email = "jensbin@protonmail.com";
+    github = "jensbin";
+    name = "Jens Binkert";
+  };
+  jerith666 = {
+    email = "github@matt.mchenryfamily.org";
+    github = "jerith666";
+    name = "Matt McHenry";
+  };
+  jfb = {
+    email = "james@yamtime.com";
+    github = "tftio";
+    name = "James Felix Black";
+  };
+  jfrankenau = {
+    email = "johannes@frankenau.net";
+    github = "jfrankenau";
+    name = "Johannes Frankenau";
+  };
+  jgeerds = {
+    email = "jascha@jgeerds.name";
+    github = "jgeerds";
+    name = "Jascha Geerds";
+  };
+  jgertm = {
+    email = "jger.tm@gmail.com";
+    github = "jgertm";
+    name = "Tim Jaeger";
+  };
+  jgillich = {
+    email = "jakob@gillich.me";
+    github = "jgillich";
+    name = "Jakob Gillich";
+  };
+  jhhuh = {
+    email = "jhhuh.note@gmail.com";
+    github = "jhhuh";
+    name = "Ji-Haeng Huh";
+  };
+  jirkamarsik = {
+    email = "jiri.marsik89@gmail.com";
+    github = "jirkamarsik";
+    name = "Jirka Marsik";
+  };
+  jlesquembre = {
+    email = "jl@lafuente.me";
+    github = "jlesquembre";
+    name = "José Luis Lafuente";
+  };
+  jluttine = {
+    email = "jaakko.luttinen@iki.fi";
+    github = "jluttine";
+    name = "Jaakko Luttinen";
+  };
+  joachifm = {
+    email = "joachifm@fastmail.fm";
+    github = "joachifm";
+    name = "Joachim Fasting";
+  };
+  joamaki = {
+    email = "joamaki@gmail.com";
+    github = "joamaki";
+    name = "Jussi Maki";
+  };
+  joelmo = {
+    email = "joel.moberg@gmail.com";
+    github = "joelmo";
+    name = "Joel Moberg";
+  };
+  joelteon = {
+    email = "me@joelt.io";
+    github = "joelteon";
+    name = "Joel Taylor";
+  };
+  johbo = {
+    email = "johannes@bornhold.name";
+    github = "johbo";
+    name = "Johannes Bornhold";
+  };
+  johnazoidberg = {
+    email = "git@danielschaefer.me";
+    github = "johnazoidberg";
+    name = "Daniel Schäfer";
+  };
+  johnmh = {
+    email = "johnmh@openblox.org";
+    github = "johnmh";
+    name = "John M. Harris, Jr.";
+  };
+  johnramsden = {
+    email = "johnramsden@riseup.net";
+    github = "johnramsden";
+    name = "John Ramsden";
+  };
+  joko = {
+    email = "ioannis.koutras@gmail.com";
+    github = "jokogr";
+    name = "Ioannis Koutras";
+  };
+  jonafato = {
+    email = "jon@jonafato.com";
+    github = "jonafato";
+    name = "Jon Banafato";
+  };
+  joncojonathan = {
+    email = "joncojonathan@gmail.com";
+    github = "joncojonathan";
+    name = "Jonathan Haddock";
+  };
+  jpdoyle = {
+    email = "joethedoyle@gmail.com";
+    github = "jpdoyle";
+    name = "Joe Doyle";
+  };
+  jpierre03 = {
+    email = "nix@prunetwork.fr";
+    github = "jpierre03";
+    name = "Jean-Pierre PRUNARET";
+  };
+  jpotier = {
+    email = "jpo.contributes.to.nixos@marvid.fr";
+    github = "jpotier";
+    name = "Martin Potier";
+  };
+  jraygauthier = {
+    email = "jraygauthier@gmail.com";
+    github = "jraygauthier";
+    name = "Raymond Gauthier";
+  };
+  jtojnar = {
+    email = "jtojnar@gmail.com";
+    github = "jtojnar";
+    name = "Jan Tojnar";
+  };
+  juliendehos = {
+    email = "dehos@lisic.univ-littoral.fr";
+    github = "juliendehos";
+    name = "Julien Dehos";
+  };
+  jwiegley = {
+    email = "johnw@newartisans.com";
+    github = "jwiegley";
+    name = "John Wiegley";
+  };
+  jwilberding = {
+    email = "jwilberding@afiniate.com";
+    github = "jwilberding";
+    name = "Jordan Wilberding";
+  };
+  jyp = {
+    email = "jeanphilippe.bernardy@gmail.com";
+    github = "jyp";
+    name = "Jean-Philippe Bernardy";
+  };
+  jzellner = {
+    email = "jeffz@eml.cc";
+    github = "sofuture";
+    name = "Jeff Zellner";
+  };
+  kaiha = {
+    email = "kai.harries@gmail.com";
+    github = "kaiha";
+    name = "Kai Harries";
+  };
+  kamilchm = {
+    email = "kamil.chm@gmail.com";
+    github = "kamilchm";
+    name = "Kamil Chmielewski";
+  };
+  kampfschlaefer = {
+    email = "arnold@arnoldarts.de";
+    github = "kampfschlaefer";
+    name = "Arnold Krille";
+  };
+  karolchmist = {
+    email = "info+nix@chmist.com";
+    github = "karolchmist";
+    name = "karolchmist";
+  };
+  kentjames = {
+    email = "jameschristopherkent@gmail.com";
+    github = "kentjames";
+    name = "James Kent";
+  };
+  kevincox = {
+    email = "kevincox@kevincox.ca";
+    github = "kevincox";
+    name = "Kevin Cox";
+  };
+  khumba = {
+    email = "bog@khumba.net";
+    github = "khumba";
+    name = "Bryan Gardiner";
+  };
+  kierdavis = {
+    email = "kierdavis@gmail.com";
+    github = "kierdavis";
+    name = "Kier Davis";
+  };
+  kiloreux = {
+    email = "kiloreux@gmail.com";
+    github = "kiloreux";
+    name = "Kiloreux Emperex";
+  };
+  kini = {
+    email = "keshav.kini@gmail.com";
+    github = "kini";
+    name = "Keshav Kini";
+  };
+  kkallio = {
+    email = "tierpluspluslists@gmail.com";
+    name = "Karn Kallio";
+  };
+  knedlsepp = {
+    email = "josef.kemetmueller@gmail.com";
+    github = "knedlsepp";
+    name = "Josef Kemetmüller";
+  };
+  konimex = {
+    email = "herdiansyah@netc.eu";
+    github = "konimex";
+    name = "Muhammad Herdiansyah";
+  };
+  koral = {
+    email = "koral@mailoo.org";
+    github = "koral";
+    name = "Koral";
+  };
+  kovirobi = {
+    email = "kovirobi@gmail.com";
+    github = "kovirobi";
+    name = "Kovacsics Robert";
+  };
+  kquick = {
+    email = "quick@sparq.org";
+    github = "kquick";
+    name = "Kevin Quick";
+  };
+  kragniz = {
+    email = "louis@kragniz.eu";
+    github = "kragniz";
+    name = "Louis Taylor";
+  };
+  kristoff3r = {
+    email = "k.soeholm@gmail.com";
+    github = "kristoff3r";
+    name = "Kristoffer Søholm";
+  };
+  ktosiek = {
+    email = "tomasz.kontusz@gmail.com";
+    github = "ktosiek";
+    name = "Tomasz Kontusz";
+  };
+  kuznero = {
+    email = "roman@kuznero.com";
+    github = "kuznero";
+    name = "Roman Kuznetsov";
+  };
+  lasandell = {
+    email = "lasandell@gmail.com";
+    github = "lasandell";
+    name = "Luke Sandell";
+  };
+  lassulus = {
+    email = "lassulus@gmail.com";
+    github = "lassulus";
+    name = "Lassulus";
+  };
+  layus = {
+    email = "layus.on@gmail.com";
+    github = "layus";
+    name = "Guillaume Maudoux";
+  };
+  ldesgoui = {
+    email = "ldesgoui@gmail.com";
+    github = "ldesgoui";
+    name = "Lucas Desgouilles";
+  };
+  league = {
+    email = "league@contrapunctus.net";
+    github = "league";
+    name = "Christopher League";
+  };
+  lebastr = {
+    email = "lebastr@gmail.com";
+    github = "lebastr";
+    name = "Alexander Lebedev";
+  };
+  ledif = {
+    email = "refuse@gmail.com";
+    github = "ledif";
+    name = "Adam Fidel";
+  };
+  leemachin = {
+    email = "me@mrl.ee";
+    github = "leemachin";
+    name = "Lee Machin";
+  };
+  leenaars = {
+    email = "ml.software@leenaa.rs";
+    github = "leenaars";
+    name = "Michiel Leenaars";
+  };
+  leonardoce = {
+    email = "leonardo.cecchi@gmail.com";
+    github = "leonardoce";
+    name = "Leonardo Cecchi";
+  };
+  lethalman = {
+    email = "lucabru@src.gnome.org";
+    github = "lethalman";
+    name = "Luca Bruno";
+  };
+  lewo = {
+    email = "lewo@abesis.fr";
+    github = "nlewo";
+    name = "Antoine Eiche";
+  };
+  lheckemann = {
+    email = "git@sphalerite.org";
+    github = "lheckemann";
+    name = "Linus Heckemann";
+  };
+  lhvwb = {
+    email = "nathaniel.baxter@gmail.com";
+    github = "nathanielbaxter";
+    name = "Nathaniel Baxter";
+  };
+  lihop = {
+    email = "nixos@leroy.geek.nz";
+    github = "lihop";
+    name = "Leroy Hopson";
+  };
+  limeytexan = {
+    email = "limeytexan@gmail.com";
+    github = "limeytexan";
+    name = "Michael Brantley";
+  };
+  linquize = {
+    email = "linquize@yahoo.com.hk";
+    github = "linquize";
+    name = "Linquize";
+  };
+  linus = {
+    email = "linusarver@gmail.com";
+    github = "linus";
+    name = "Linus Arver";
+  };
+  lluchs = {
+    email = "lukas.werling@gmail.com";
+    github = "lluchs";
+    name = "Lukas Werling";
+  };
+  lnl7 = {
+    email = "daiderd@gmail.com";
+    github = "lnl7";
+    name = "Daiderd Jordan";
+  };
+  lo1tuma = {
+    email = "schreck.mathias@gmail.com";
+    github = "lo1tuma";
+    name = "Mathias Schreck";
+  };
+  loskutov = {
+    email = "ignat.loskutov@gmail.com";
+    github = "loskutov";
+    name = "Ignat Loskutov";
+  };
+  lovek323 = {
+    email = "jason@oconal.id.au";
+    github = "lovek323";
+    name = "Jason O'Conal";
+  };
+  lowfatcomputing = {
+    email = "andreas.wagner@lowfatcomputing.org";
+    github = "lowfatcomputing";
+    name = "Andreas Wagner";
+  };
+  lschuermann = {
+    email = "leon.git@is.currently.online";
+    github = "lschuermann";
+    name = "Leon Schuermann";
+  };
+  lsix = {
+    email = "lsix@lancelotsix.com";
+    github = "lsix";
+    name = "Lancelot SIX";
+  };
+  ltavard = {
+    email = "laure.tavard@univ-grenoble-alpes.fr";
+    github = "ltavard";
+    name = "Laure Tavard";
+  };
+  lucas8 = {
+    email = "luc.linux@mailoo.org";
+    github = "lucas8";
+    name = "Luc Chabassier";
+  };
+  ludo = {
+    email = "ludo@gnu.org";
+    github = "civodul";
+    name = "Ludovic Courtès";
+  };
+  lufia = {
+    email = "lufia@lufia.org";
+    github = "lufia";
+    name = "Kyohei Kadota";
+  };
+  luispedro = {
+    email = "luis@luispedro.org";
+    github = "luispedro";
+    name = "Luis Pedro Coelho";
+  };
+  lukego = {
+    email = "luke@snabb.co";
+    github = "lukego";
+    name = "Luke Gorrie";
+  };
+  luz = {
+    email = "luz666@daum.net";
+    github = "Luz";
+    name = "Luz";
+  };
+  lw = {
+    email = "lw@fmap.me";
+    github = "lolwat97";
+    name = "Sergey Sofeychuk";
+  };
+  lyt = {
+    email = "wheatdoge@gmail.com";
+    name = "Tim Liou";
+  };
+  m3tti = {
+    email = "mathaeus.peter.sander@gmail.com";
+    github = "m3tti";
+    name = "Mathaeus Sander";
+  };
+  ma27 = {
+    email = "maximilian@mbosch.me";
+    github = "ma27";
+    name = "Maximilian Bosch";
+  };
+  madjar = {
+    email = "georges.dubus@compiletoi.net";
+    github = "madjar";
+    name = "Georges Dubus";
+  };
+  magnetophon = {
+    email = "bart@magnetophon.nl";
+    github = "magnetophon";
+    name = "Bart Brouns";
+  };
+  mahe = {
+    email = "matthias.mh.herrmann@gmail.com";
+    github = "2chilled";
+    name = "Matthias Herrmann";
+  };
+  makefu = {
+    email = "makefu@syntax-fehler.de";
+    github = "makefu";
+    name = "Felix Richter";
+  };
+  malyn = {
+    email = "malyn@strangeGizmo.com";
+    github = "malyn";
+    name = "Michael Alyn Miller";
+  };
+  manveru = {
+    email = "m.fellinger@gmail.com";
+    github = "manveru";
+    name = "Michael Fellinger";
+  };
+  marcweber = {
+    email = "marco-oweber@gmx.de";
+    github = "marcweber";
+    name = "Marc Weber";
+  };
+  markWot = {
+    email = "markus@wotringer.de";
+    name = "Markus Wotringer";
+  };
+  markus1189 = {
+    email = "markus1189@gmail.com";
+    github = "markus1189";
+    name = "Markus Hauck";
+  };
+  markuskowa = {
+    email = "markus.kowalewski@gmail.com";
+    github = "markuskowa";
+    name = "Markus Kowalewski";
+  };
+  martijnvermaat = {
+    email = "martijn@vermaat.name";
+    github = "martijnvermaat";
+    name = "Martijn Vermaat";
+  };
+  martingms = {
+    email = "martin@mg.am";
+    github = "martingms";
+    name = "Martin Gammelsæter";
+  };
+  matejc = {
+    email = "cotman.matej@gmail.com";
+    github = "matejc";
+    name = "Matej Cotman";
+  };
+  mathnerd314 = {
+    email = "mathnerd314.gph+hs@gmail.com";
+    github = "mathnerd314";
+    name = "Mathnerd314";
+  };
+  matthewbauer = {
+    email = "mjbauer95@gmail.com";
+    github = "matthewbauer";
+    name = "Matthew Bauer";
+  };
+  matthiasbeyer = {
+    email = "mail@beyermatthias.de";
+    github = "matthiasbeyer";
+    name = "Matthias Beyer";
+  };
+  maurer = {
+    email = "matthew.r.maurer+nix@gmail.com";
+    github = "maurer";
+    name = "Matthew Maurer";
+  };
+  mbakke = {
+    email = "mbakke@fastmail.com";
+    github = "mbakke";
+    name = "Marius Bakke";
+  };
+  mbbx6spp = {
+    email = "me@susanpotter.net";
+    github = "mbbx6spp";
+    name = "Susan Potter";
+  };
+  mbe = {
+    email = "brandonedens@gmail.com";
+    github = "brandonedens";
+    name = "Brandon Edens";
+  };
+  mbode = {
+    email = "maxbode@gmail.com";
+    github = "mbode";
+    name = "Maximilian Bode";
+  };
+  mboes = {
+    email = "mboes@tweag.net";
+    github = "mboes";
+    name = "Mathieu Boespflug";
+  };
+  mbrgm = {
+    email = "marius@yeai.de";
+    github = "mbrgm";
+    name = "Marius Bergmann";
+  };
+  mcmtroffaes = {
+    email = "matthias.troffaes@gmail.com";
+    github = "mcmtroffaes";
+    name = "Matthias C. M. Troffaes";
+  };
+  mdaiter = {
+    email = "mdaiter8121@gmail.com";
+    github = "mdaiter";
+    name = "Matthew S. Daiter";
+  };
+  meditans = {
+    email = "meditans@gmail.com";
+    github = "meditans";
+    name = "Carlo Nucera";
+  };
+  mehandes = {
+    email = "niewskici@gmail.com";
+    github = "mehandes";
+    name = "Matt Deming";
+  };
+  meisternu = {
+    email = "meister@krutt.org";
+    github = "meisternu";
+    name = "Matt Miemiec";
+  };
+  metabar = {
+    email = "softs@metabarcoding.org";
+    github = "metabar";
+    name = "Celine Mercier";
+  };
+  mgdelacroix = {
+    email = "mgdelacroix@gmail.com";
+    github = "mgdelacroix";
+    name = "Miguel de la Cruz";
+  };
+  mgttlinger = {
+    email = "megoettlinger@gmail.com";
+    github = "mgttlinger";
+    name = "Merlin Göttlinger";
+  };
+  mguentner = {
+    email = "code@klandest.in";
+    github = "mguentner";
+    name = "Maximilian Güntner";
+  };
+  mic92 = {
+    email = "joerg@thalheim.io";
+    github = "mic92";
+    name = "Jörg Thalheim";
+  };
+  michaelpj = {
+    email = "michaelpj@gmail.com";
+    github = "michaelpj";
+    name = "Michael Peyton Jones";
+  };
+  michalrus = {
+    email = "m@michalrus.com";
+    github = "michalrus";
+    name = "Michal Rus";
+  };
+  michelk = {
+    email = "michel@kuhlmanns.info";
+    github = "michelk";
+    name = "Michel Kuhlmann";
+  };
+  mickours = {
+    email = "mickours@gmail.com<";
+    github = "mickours";
+    name = "Michael Mercier";
+  };
+  midchildan = {
+    email = "midchildan+nix@gmail.com";
+    github = "midchildan";
+    name = "midchildan";
+  };
+  mikefaille = {
+    email = "michael@faille.io";
+    github = "mikefaille";
+    name = "Michaël Faille";
+  };
+  mikoim = {
+    email = "ek@esh.ink";
+    github = "mikoim";
+    name = "Eshin Kunishima";
+  };
+  miltador = {
+    email = "miltador@yandex.ua";
+    github = "miltador";
+    name = "Vasiliy Solovey";
+  };
+  mimadrid = {
+    email = "mimadrid@ucm.es";
+    github = "mimadrid";
+    name = "Miguel Madrid";
+  };
+  mirdhyn = {
+    email = "mirdhyn@gmail.com";
+    github = "mirdhyn";
+    name = "Merlin Gaillard";
+  };
+  mirrexagon = {
+    email = "mirrexagon@mirrexagon.com";
+    github = "mirrexagon";
+    name = "Andrew Abbott";
+  };
+  mjanczyk = {
+    email = "m@dragonvr.pl";
+    github = "mjanczyk";
+    name = "Marcin Janczyk";
+  };
+  mjp = {
+    email = "mike@mythik.co.uk";
+    github = "MikePlayle";
+    name = "Mike Playle";
+  };
+  mkg = {
+    email = "mkg@vt.edu";
+    github = "mkgvt";
+    name = "Mark K Gardner";
+  };
+  mlieberman85 = {
+    email = "mlieberman85@gmail.com";
+    github = "mlieberman85";
+    name = "Michael Lieberman";
+  };
+  mmahut = {
+    email = "marek.mahut@gmail.com";
+    github = "mmahut";
+    name = "Marek Mahut";
+  };
+  moaxcp = {
+    email = "moaxcp@gmail.com";
+    github = "moaxcp";
+    name = "John Mercier";
+  };
+  modulistic = {
+    email = "modulistic@gmail.com";
+    github = "modulistic";
+    name = "Pablo Costa";
+  };
+  mog = {
+    email = "mog-lists@rldn.net";
+    github = "mogorman";
+    name = "Matthew O'Gorman";
+  };
+  montag451 = {
+    email = "montag451@laposte.net";
+    github = "montag451";
+    name = "montag451";
+  };
+  moosingin3space = {
+    email = "moosingin3space@gmail.com";
+    github = "moosingin3space";
+    name = "Nathan Moos";
+  };
+  moredread = {
+    email = "code@apb.name";
+    github = "moredread";
+    name = "André-Patrick Bubel";
+  };
+  moretea = {
+    email = "maarten@moretea.nl";
+    github = "moretea";
+    name = "Maarten Hoogendoorn";
+  };
+  mornfall = {
+    email = "me@mornfall.net";
+    github = "mornfall";
+    name = "Petr Ročkai";
+  };
+  mounium = {
+    email = "muoniurn@gmail.com";
+    github = "mounium";
+    name = "Katona László";
+  };
+  mpcsh = {
+    email = "m@mpc.sh";
+    github = "mpcsh";
+    name = "Mark Cohen";
+  };
+  mpickering = {
+    email = "matthewtpickering@gmail.com";
+    github = "mpickering";
+    name = "Matthew Pickering";
+  };
+  mpscholten = {
+    email = "marc@mpscholten.de";
+    github = "mpscholten";
+    name = "Marc Scholten";
+  };
+  mpsyco = {
+    email = "fr.st-amour@gmail.com";
+    github = "fstamour";
+    name = "Francis St-Amour";
+  };
+  mrVanDalo = {
+    email = "contact@ingolf-wagner.de";
+    github = "mrVanDalo";
+    name = "Ingolf Wanger";
+  };
+  msackman = {
+    email = "matthew@wellquite.org";
+    github = "msackman";
+    name = "Matthew Sackman";
+  };
+  mschristiansen = {
+    email = "mikkel@rheosystems.com";
+    github = "mschristiansen";
+    name = "Mikkel Christiansen";
+  };
+  mstarzyk = {
+    email = "mstarzyk@gmail.com";
+    github = "mstarzyk";
+    name = "Maciek Starzyk";
+  };
+  msteen = {
+    email = "emailmatthijs@gmail.com";
+    github = "msteen";
+    name = "Matthijs Steen";
+  };
+  mt-caret = {
+    email = "mtakeda.enigsol@gmail.com";
+    github = "mt-caret";
+    name = "Masayuki Takeda";
+  };
+  mtreskin = {
+    email = "zerthurd@gmail.com";
+    github = "mtreskin";
+    name = "Max Treskin";
+  };
+  mudri = {
+    email = "lamudri@gmail.com";
+    github = "mudri";
+    name = "James Wood";
+  };
+  muflax = {
+    email = "mail@muflax.com";
+    github = "muflax";
+    name = "Stefan Dorn";
+  };
+  myrl = {
+    email = "myrl.0xf@gmail.com";
+    github = "myrl";
+    name = "Myrl Hex";
+  };
+  nadrieril = {
+    email = "nadrieril@gmail.com";
+    github = "nadrieril";
+    name = "Nadrieril Feneanar";
+  };
+  namore = {
+    email = "namor@hemio.de";
+    github = "namore";
+    name = "Roman Naumann";
+  };
+  nand0p = {
+    email = "nando@hex7.com";
+    github = "nand0p";
+    name = "Fernando Jose Pando";
+  };
+  nathan-gs = {
+    email = "nathan@nathan.gs";
+    github = "nathan-gs";
+    name = "Nathan Bijnens";
+  };
+  nckx = {
+    email = "github@tobias.gr";
+    github = "nckx";
+    name = "Tobias Geerinckx-Rice";
+  };
+  ndowens = {
+    email = "ndowens04@gmail.com";
+    github = "ndowens";
+    name = "Nathan Owens";
+  };
+  neeasade = {
+    email = "nathanisom27@gmail.com";
+    github = "neeasade";
+    name = "Nathan Isom";
+  };
+  nequissimus = {
+    email = "tim@nequissimus.com";
+    github = "nequissimus";
+    name = "Tim Steinbach";
+  };
+  nfjinjing = {
+    email = "nfjinjing@gmail.com";
+    github = "nfjinjing";
+    name = "Jinjing Wang";
+  };
+  nh2 = {
+    email = "mail@nh2.me";
+    github = "nh2";
+    name = "Niklas Hambüchen";
+  };
+  nhooyr = {
+    email = "anmol@aubble.com";
+    github = "nhooyr";
+    name = "Anmol Sethi";
+  };
+  nickhu = {
+    email = "me@nickhu.co.uk";
+    github = "nickhu";
+    name = "Nick Hu";
+  };
+  nicknovitski = {
+    email = "nixpkgs@nicknovitski.com";
+    github = "nicknovitski";
+    name = "Nick Novitski";
+  };
+  nico202 = {
+    email = "anothersms@gmail.com";
+    github = "nico202";
+    name = "Nicolò Balzarotti";
+  };
+  ninjatrappeur = {
+    email = "felix@alternativebit.fr";
+    github = "ninjatrappeur";
+    name = "Félix Baylac-Jacqué";
+  };
+  nipav = {
+    email = "niko.pavlinek@gmail.com";
+    github = "nipav";
+    name = "Niko Pavlinek";
+  };
+  nixy = {
+    email = "nixy@nixy.moe";
+    github = "nixy";
+    name = "Andrew R. M.";
+  };
+  nmattia = {
+    email = "nicolas@nmattia.com";
+    github = "nmattia";
+    name = "Nicolas Mattia";
+  };
+  nocoolnametom = {
+    email = "nocoolnametom@gmail.com";
+    github = "nocoolnametom";
+    name = "Tom Doggett";
+  };
+  notthemessiah = {
+    email = "brian.cohen.88@gmail.com";
+    github = "notthemessiah";
+    name = "Brian Cohen";
+  };
+  np = {
+    email = "np.nix@nicolaspouillard.fr";
+    github = "np";
+    name = "Nicolas Pouillard";
+  };
+  nslqqq = {
+    email = "nslqqq@gmail.com";
+    name = "Nikita Mikhailov";
+  };
+  nthorne = {
+    email = "notrupertthorne@gmail.com";
+    github = "nthorne";
+    name = "Niklas Thörne";
+  };
+  nyarly = {
+    email = "nyarly@gmail.com";
+    github = "nyarly";
+    name = "Judson Lester";
+  };
+  obadz = {
+    email = "obadz-nixos@obadz.com";
+    github = "obadz";
+    name = "obadz";
+  };
+  ocharles = {
+    email = "ollie@ocharles.org.uk";
+    github = "ocharles";
+    name = "Oliver Charles";
+  };
+  odi = {
+    email = "oliver.dunkl@gmail.com";
+    github = "odi";
+    name = "Oliver Dunkl";
+  };
+  offline = {
+    email = "jakahudoklin@gmail.com";
+    github = "offline";
+    name = "Jaka Hudoklin";
+  };
+  oida = {
+    email = "oida@posteo.de";
+    github = "oida";
+    name = "oida";
+  };
+  okasu = {
+    email = "oka.sux@gmail.com";
+    name = "Okasu";
+  };
+  olcai = {
+    email = "dev@timan.info";
+    github = "olcai";
+    name = "Erik Timan";
+  };
+  olejorgenb = {
+    email = "olejorgenb@yahoo.no";
+    github = "olejorgenb";
+    name = "Ole Jørgen Brønner";
+  };
+  olynch = {
+    email = "owen@olynch.me";
+    github = "olynch";
+    name = "Owen Lynch";
+  };
+  orbekk = {
+    email = "kjetil.orbekk@gmail.com";
+    github = "orbekk";
+    name = "KJ Ørbekk";
+  };
+  orbitz = {
+    email = "mmatalka@gmail.com";
+    github = "orbitz";
+    name = "Malcolm Matalka";
+  };
+  orivej = {
+    email = "orivej@gmx.fr";
+    github = "orivej";
+    name = "Orivej Desh";
+  };
+  osener = {
+    email = "ozan@ozansener.com";
+    github = "osener";
+    name = "Ozan Sener";
+  };
+  otwieracz = {
+    email = "slawek@otwiera.cz";
+    github = "otwieracz";
+    name = "Slawomir Gonet";
+  };
+  oxij = {
+    email = "oxij@oxij.org";
+    github = "oxij";
+    name = "Jan Malakhovski";
+  };
+  pSub = {
+    email = "mail@pascal-wittmann.de";
+    github = "pSub";
+    name = "Pascal Wittmann";
+  };
+  paholg = {
+    email = "paho@paholg.com";
+    github = "paholg";
+    name = "Paho Lurie-Gregg";
+  };
+  pakhfn = {
+    email = "pakhfn@gmail.com";
+    github = "pakhfn";
+    name = "Fedor Pakhomov";
+  };
+  panaeon = {
+    email = "vitalii.voloshyn@gmail.com";
+    github = "panaeon";
+    name = "Vitalii Voloshyn";
+  };
+  paperdigits = {
+    email = "mica@silentumbrella.com";
+    github = "paperdigits";
+    name = "Mica Semrick";
+  };
+  paraseba = {
+    email = "paraseba@gmail.com";
+    github = "paraseba";
+    name = "Sebastian Galkin";
+  };
+  pashev = {
+    email = "pashev.igor@gmail.com";
+    github = "pashev";
+    name = "Igor Pashev";
+  };
+  patternspandemic = {
+    email = "patternspandemic@live.com";
+    github = "patternspandemic";
+    name = "Brad Christensen";
+  };
+  pawelpacana = {
+    email = "pawel.pacana@gmail.com";
+    github = "pawelpacana";
+    name = "Paweł Pacana";
+  };
+  pbogdan = {
+    email = "ppbogdan@gmail.com";
+    github = "pbogdan";
+    name = "Piotr Bogdan";
+  };
+  pcarrier = {
+    email = "pc@rrier.ca";
+    github = "pcarrier";
+    name = "Pierre Carrier";
+  };
+  periklis = {
+    email = null;
+    github = "periklis";
+    name = "theopompos@gmail.com";
+  };
+  pesterhazy = {
+    email = "pesterhazy@gmail.com";
+    github = "pesterhazy";
+    name = "Paulus Esterhazy";
+  };
+  peterhoeg = {
+    email = "peter@hoeg.com";
+    github = "peterhoeg";
+    name = "Peter Hoeg";
+  };
+  peterromfeldhk = {
+    email = "peter.romfeld.hk@gmail.com";
+    github = "peterromfeldhk";
+    name = "Peter Romfeld";
+  };
+  peti = {
+    email = "simons@cryp.to";
+    github = "peti";
+    name = "Peter Simons";
+  };
+  philandstuff = {
+    email = "philip.g.potter@gmail.com";
+    github = "philandstuff";
+    name = "Philip Potter";
+  };
+  phile314 = {
+    email = "nix@314.ch";
+    github = "phile314";
+    name = "Philipp Hausmann";
+  };
+  phreedom = {
+    email = "phreedom@yandex.ru";
+    github = "phreedom";
+    name = "Evgeny Egorochkin";
+  };
+  phunehehe = {
+    email = "phunehehe@gmail.com";
+    github = "phunehehe";
+    name = "Hoang Xuan Phu";
+  };
+  pierrechevalier83 = {
+    email = "pierrechevalier83@gmail.com";
+    github = "pierrechevalier83";
+    name = "Pierre Chevalier";
+  };
+  pierrer = {
+    email = "pierrer@pi3r.be";
+    github = "pierrer";
+    name = "Pierre Radermecker";
+  };
+  pierron = {
+    email = "nixos@nbp.name";
+    github = "nbp";
+    name = "Nicolas B. Pierron";
+  };
+  piotr = {
+    email = "ppietrasa@gmail.com";
+    github = "piotr";
+    name = "Piotr Pietraszkiewicz";
+  };
+  pjbarnoy = {
+    email = "pjbarnoy@gmail.com";
+    github = "pjbarnoy";
+    name = "Perry Barnoy";
+  };
+  pjones = {
+    email = "pjones@devalot.com";
+    github = "pjones";
+    name = "Peter Jones";
+  };
+  pkmx = {
+    email = "pkmx.tw@gmail.com";
+    github = "pkmx";
+    name = "Chih-Mao Chen";
+  };
+  plcplc = {
+    email = "plcplc@gmail.com";
+    github = "plcplc";
+    name = "Philip Lykke Carlsen";
+  };
+  plumps = {
+    email = "maks.bronsky@web.de";
+    github = "plumps";
+    name = "Maksim Bronsky";
+  };
+  pmahoney = {
+    email = "pat@polycrystal.org";
+    github = "pmahoney";
+    name = "Patrick Mahoney";
+  };
+  pmeunier = {
+    email = "pierre-etienne.meunier@inria.fr";
+    github = "pmeunier";
+    name = "Pierre-Étienne Meunier";
+  };
+  pmiddend = {
+    email = "pmidden@secure.mailbox.org";
+    github = "pmiddend";
+    name = "Philipp Middendorf";
+  };
+  pneumaticat = {
+    email = "kevin@potatofrom.space";
+    github = "pneumaticat";
+    name = "Kevin Liu";
+  };
+  polyrod = {
+    email = "dc1mdp@gmail.com";
+    github = "polyrod";
+    name = "Maurizio Di Pietro";
+  };
+  pradeepchhetri = {
+    email = "pradeep.chhetri89@gmail.com";
+    github = "pradeepchhetri";
+    name = "Pradeep Chhetri";
+  };
+  prikhi = {
+    email = "pavan.rikhi@gmail.com";
+    github = "prikhi";
+    name = "Pavan Rikhi";
+  };
+  primeos = {
+    email = "dev.primeos@gmail.com";
+    github = "primeos";
+    name = "Michael Weiss";
+  };
+  proglodyte = {
+    email = "proglodyte23@gmail.com";
+    github = "proglodyte";
+    name = "Proglodyte";
+  };
+  pshendry = {
+    email = "paul@pshendry.com";
+    github = "pshendry";
+    name = "Paul Hendry";
+  };
+  psibi = {
+    email = "sibi@psibi.in";
+    github = "psibi";
+    name = "Sibi";
+  };
+  pstn = {
+    email = "philipp@xndr.de";
+    github = "pstn";
+    name = "Philipp Steinpaß";
+  };
+  puffnfresh = {
+    email = "brian@brianmckenna.org";
+    github = "puffnfresh";
+    name = "Brian McKenna";
+  };
+  pxc = {
+    email = "patrick.callahan@latitudeengineering.com";
+    name = "Patrick Callahan";
+  };
+  qknight = {
+    email = "js@lastlog.de";
+    github = "qknight";
+    name = "Joachim Schiele";
+  };
+  ragge = {
+    email = "r.dahlen@gmail.com";
+    github = "ragge";
+    name = "Ragnar Dahlen";
+  };
+  ralith = {
+    email = "ben.e.saunders@gmail.com";
+    github = "ralith";
+    name = "Benjamin Saunders";
+  };
+  ramkromberg = {
+    email = "ramkromberg@mail.com";
+    github = "ramkromberg";
+    name = "Ram Kromberg";
+  };
+  rardiol = {
+    email = "ricardo.ardissone@gmail.com";
+    github = "rardiol";
+    name = "Ricardo Ardissone";
+  };
+  rasendubi = {
+    email = "rasen.dubi@gmail.com";
+    github = "rasendubi";
+    name = "Alexey Shmalko";
+  };
+  raskin = {
+    email = "7c6f434c@mail.ru";
+    github = "raskin";
+    name = "Michael Raskin";
+  };
+  ravloony = {
+    email = "ravloony@gmail.com";
+    github = "ravloony";
+    name = "Tom Macdonald";
+  };
+  razvan = {
+    email = "razvan.panda@gmail.com";
+    github = "razvan";
+    name = "Răzvan Flavius Panda";
+  };
+  rbasso = {
+    email = "rbasso@sharpgeeks.net";
+    github = "rbasso";
+    name = "Rafael Basso";
+  };
+  redbaron = {
+    email = "ivanov.maxim@gmail.com";
+    github = "redbaron";
+    name = "Maxim Ivanov";
+  };
+  redvers = {
+    email = "red@infect.me";
+    github = "redvers";
+    name = "Redvers Davies";
+  };
+  refnil = {
+    email = "broemartino@gmail.com";
+    github = "refnil";
+    name = "Martin Lavoie";
+  };
+  regnat = {
+    email = "regnat@regnat.ovh";
+    github = "regnat";
+    name = "Théophane Hufschmitt";
+  };
+  relrod = {
+    email = "ricky@elrod.me";
+    github = "relrod";
+    name = "Ricky Elrod";
+  };
+  renzo = {
+    email = "renzocarbonara@gmail.com";
+    github = "renzo";
+    name = "Renzo Carbonara";
+  };
+  retrry = {
+    email = "retrry@gmail.com";
+    github = "retrry";
+    name = "Tadas Barzdžius";
+  };
+  rht = {
+    email = "rhtbot@protonmail.com";
+    github = "rht";
+    name = "rht";
+  };
+  richardipsum = {
+    email = "richardipsum@fastmail.co.uk";
+    github = "richardipsum";
+    name = "Richard Ipsum";
+  };
+  rick68 = {
+    email = "rick68@gmail.com";
+    github = "rick68";
+    name = "Wei-Ming Yang";
+  };
+  rickynils = {
+    email = "rickynils@gmail.com";
+    github = "rickynils";
+    name = "Rickard Nilsson";
+  };
+  ris = {
+    email = "code@humanleg.org.uk";
+    github = "risicle";
+    name = "Robert Scott";
+  };
+  rlupton20 = {
+    email = "richard.lupton@gmail.com";
+    github = "rlupton20";
+    name = "Richard Lupton";
+  };
+  rnhmjoj = {
+    email = "micheleguerinirocco@me.com";
+    github = "rnhmjoj";
+    name = "Michele Guerini Rocco";
+  };
+  rob = {
+    email = "rob.vermaas@gmail.com";
+    github = "rbvermaa";
+    name = "Rob Vermaas";
+  };
+  robberer = {
+    email = "robberer@freakmail.de";
+    github = "robberer";
+    name = "Longrin Wischnewski";
+  };
+  robbinch = {
+    email = "robbinch33@gmail.com";
+    github = "robbinch";
+    name = "Robbin C.";
+  };
+  roberth = {
+    email = "nixpkgs@roberthensing.nl";
+    github = "roberth";
+    name = "Robert Hensing";
+  };
+  robertodr = {
+    email = "roberto.diremigio@gmail.com";
+    github = "robertodr";
+    name = "Roberto Di Remigio";
+  };
+  robgssp = {
+    email = "robgssp@gmail.com";
+    github = "robgssp";
+    name = "Rob Glossop";
+  };
+  roblabla = {
+    email = "robinlambertz+dev@gmail.com";
+    github = "roblabla";
+    name = "Robin Lambertz";
+  };
+  roconnor = {
+    email = "roconnor@theorem.ca";
+    github = "roconnor";
+    name = "Russell O'Connor";
+  };
+  romildo = {
+    email = "malaquias@gmail.com";
+    github = "romildo";
+    name = "José Romildo Malaquias";
+  };
+  rongcuid = {
+    email = "rongcuid@outlook.com";
+    github = "rongcuid";
+    name = "Rongcui Dong";
+  };
+  rszibele = {
+    email = "richard@szibele.com";
+    github = "rszibele";
+    name = "Richard Szibele";
+  };
+  rtreffer = {
+    email = "treffer+nixos@measite.de";
+    github = "rtreffer";
+    name = "Rene Treffer";
+  };
+  rushmorem = {
+    email = "rushmore@webenchanter.com";
+    github = "rushmorem";
+    name = "Rushmore Mushambi";
+  };
+  rvl = {
+    email = "dev+nix@rodney.id.au";
+    github = "rvl";
+    name = "Rodney Lorrimar";
+  };
+  rvlander = {
+    email = "rvlander@gaetanandre.eu";
+    github = "rvlander";
+    name = "Gaëtan André";
+  };
+  rvolosatovs = {
+    email = "rvolosatovs@riseup.net";
+    github = "rvolosatovs";
+    name = "Roman Volosatovs";
+  };
+  ryanartecona = {
+    email = "ryanartecona@gmail.com";
+    github = "ryanartecona";
+    name = "Ryan Artecona";
+  };
+  ryansydnor = {
+    email = "ryan.t.sydnor@gmail.com";
+    github = "ryansydnor";
+    name = "Ryan Sydnor";
+  };
+  ryantm = {
+    email = "ryan@ryantm.com";
+    github = "ryantm";
+    name = "Ryan Mulligan";
+  };
+  ryantrinkle = {
+    email = "ryan.trinkle@gmail.com";
+    github = "ryantrinkle";
+    name = "Ryan Trinkle";
+  };
+  rybern = {
+    email = "ryan.bernstein@columbia.edu";
+    github = "rybern";
+    name = "Ryan Bernstein";
+  };
+  rycee = {
+    email = "robert@rycee.net";
+    github = "rycee";
+    name = "Robert Helgesson";
+  };
+  ryneeverett = {
+    email = "ryneeverett@gmail.com";
+    github = "ryneeverett";
+    name = "Ryne Everett";
+  };
+  rzetterberg = {
+    email = "richard.zetterberg@gmail.com";
+    github = "rzetterberg";
+    name = "Richard Zetterberg";
+  };
+  s1lvester = {
+    email = "s1lvester@bockhacker.me";
+    github = "s1lvester";
+    name = "Markus Silvester";
+  };
+  samdroid-apps = {
+    email = "sam@sam.today";
+    github = "samdroid-apps";
+    name = "Sam Parkinson";
+  };
+  samueldr = {
+    email = "samuel@dionne-riel.com";
+    github = "samueldr";
+    name = "Samuel Dionne-Riel";
+  };
+  samuelrivas = {
+    email = "samuelrivas@gmail.com";
+    github = "samuelrivas";
+    name = "Samuel Rivas";
+  };
+  sander = {
+    email = "s.vanderburg@tudelft.nl";
+    github = "sander";
+    name = "Sander van der Burg";
+  };
+  sargon = {
+    email = "danielehlers@mindeye.net";
+    github = "sargon";
+    name = "Daniel Ehlers";
+  };
+  sauyon = {
+    email = "s@uyon.co";
+    github = "sauyon";
+    name = "Sauyon Lee";
+  };
+  schmitthenner = {
+    email = "development@schmitthenner.eu";
+    github = "fkz";
+    name = "Fabian Schmitthenner";
+  };
+  schneefux = {
+    email = "schneefux+nixos_pkg@schneefux.xyz";
+    github = "schneefux";
+    name = "schneefux";
+  };
+  schristo = {
+    email = "schristopher@konputa.com";
+    name = "Scott Christopher";
+  };
+  scode = {
+    email = "peter.schuller@infidyne.com";
+    github = "scode";
+    name = "Peter Schuller";
+  };
+  scolobb = {
+    email = "sivanov@colimite.fr";
+    github = "scolobb";
+    name = "Sergiu Ivanov";
+  };
+  sdll = {
+    email = "sasha.delly@gmail.com";
+    github = "sdll";
+    name = "Sasha Illarionov";
+  };
+  sellout = {
+    email = "greg@technomadic.org";
+    github = "sellout";
+    name = "Greg Pfeil";
+  };
+  sepi = {
+    email = "raffael@mancini.lu";
+    github = "sepi";
+    name = "Raffael Mancini";
+  };
+  seppeljordan = {
+    email = "sebastian.jordan.mail@googlemail.com";
+    github = "seppeljordan";
+    name = "Sebastian Jordan";
+  };
+  sfrijters = {
+    email = "sfrijters@gmail.com";
+    github = "sfrijters";
+    name = "Stefan Frijters";
+  };
+  shanemikel = {
+    email = "shanemikel1@gmail.com";
+    github = "shanemikel";
+    name = "Shane Pearlman";
+  };
+  shawndellysse = {
+    email = "sdellysse@gmail.com";
+    github = "shawndellysse";
+    name = "Shawn Dellysse";
+  };
+  sheenobu = {
+    email = "sheena.artrip@gmail.com";
+    github = "sheenobu";
+    name = "Sheena Artrip";
+  };
+  sheganinans = {
+    email = "sheganinans@gmail.com";
+    github = "sheganinans";
+    name = "Aistis Raulinaitis";
+  };
+  shell = {
+    email = "cam.turn@gmail.com";
+    github = "shell";
+    name = "Shell Turner";
+  };
+  shlevy = {
+    email = "shea@shealevy.com";
+    github = "shlevy";
+    name = "Shea Levy";
+  };
+  siddharthist = {
+    email = "langston.barrett@gmail.com";
+    github = "siddharthist";
+    name = "Langston Barrett";
+  };
+  sifmelcara = {
+    email = "ming@culpring.com";
+    github = "sifmelcara";
+    name = "Ming Chuan";
+  };
+  sigma = {
+    email = "yann.hodique@gmail.com";
+    github = "sigma";
+    name = "Yann Hodique";
+  };
+  simonvandel = {
+    email = "simon.vandel@gmail.com";
+    github = "simonvandel";
+    name = "Simon Vandel Sillesen";
+  };
+  sivteck = {
+    email = "sivaram1992@gmail.com";
+    github = "sivteck";
+    name = "Sivaram Balakrishnan";
+  };
+  sjagoe = {
+    email = "simon@simonjagoe.com";
+    github = "sjagoe";
+    name = "Simon Jagoe";
+  };
+  sjmackenzie = {
+    email = "setori88@gmail.com";
+    github = "sjmackenzie";
+    name = "Stewart Mackenzie";
+  };
+  sjourdois = {
+    email = "sjourdois@gmail.com";
+    github = "sjourdois";
+    name = "Stéphane ‘kwisatz’ Jourdois";
+  };
+  skeidel = {
+    email = "svenkeidel@gmail.com";
+    github = "svenkeidel";
+    name = "Sven Keidel";
+  };
+  skrzyp = {
+    email = "jot.skrzyp@gmail.com";
+    github = "skrzyp";
+    name = "Jakub Skrzypnik";
+  };
+  sleexyz = {
+    email = "freshdried@gmail.com";
+    github = "sleexyz";
+    name = "Sean Lee";
+  };
+  smironov = {
+    email = "grrwlf@gmail.com";
+    github = "smironov";
+    name = "Sergey Mironov";
+  };
+  snyh = {
+    email = "snyh@snyh.org";
+    github = "snyh";
+    name = "Xia Bin";
+  };
+  solson = {
+    email = "scott@solson.me";
+    github = "solson";
+    name = "Scott Olson";
+  };
+  sorki = {
+    email = "srk@48.io";
+    github = "sorki";
+    name = "Richard Marko";
+  };
+  sorpaas = {
+    email = "hi@that.world";
+    github = "sorpaas";
+    name = "Wei Tang";
+  };
+  spacefrogg = {
+    email = "spacefrogg-nixos@meterriblecrew.net";
+    github = "spacefrogg";
+    name = "Michael Raitza";
+  };
+  spencerjanssen = {
+    email = "spencerjanssen@gmail.com";
+    github = "spencerjanssen";
+    name = "Spencer Janssen";
+  };
+  spinus = {
+    email = "tomasz.czyz@gmail.com";
+    github = "spinus";
+    name = "Tomasz Czyż";
+  };
+  sprock = {
+    email = "rmason@mun.ca";
+    github = "sprock";
+    name = "Roger Mason";
+  };
+  spwhitt = {
+    email = "sw@swhitt.me";
+    github = "spwhitt";
+    name = "Spencer Whitt";
+  };
+  srhb = {
+    email = "sbrofeldt@gmail.com";
+    github = "srhb";
+    name = "Sarah Brofeldt";
+  };
+  stephenmw = {
+    email = "stephen@q5comm.com";
+    github = "stephenmw";
+    name = "Stephen Weinberg";
+  };
+  sternenseemann = {
+    email = "post@lukasepple.de";
+    github = "sternenseemann";
+    name = "Lukas Epple";
+  };
+  stesie = {
+    email = "stesie@brokenpipe.de";
+    github = "stesie";
+    name = "Stefan Siegl";
+  };
+  steveej = {
+    email = "mail@stefanjunker.de";
+    github = "steveej";
+    name = "Stefan Junker";
+  };
+  stumoss = {
+    email = "samoss@gmail.com";
+    github = "stumoss";
+    name = "Stuart Moss";
+  };
+  suvash = {
+    email = "suvash+nixpkgs@gmail.com";
+    github = "suvash";
+    name = "Suvash Thapaliya";
+  };
+  svsdep = {
+    email = "svsdep@gmail.com";
+    github = "svsdep";
+    name = "Vasyl Solovei";
+  };
+  swarren83 = {
+    email = "shawn.w.warren@gmail.com";
+    github = "swarren83";
+    name = "Shawn Warren";
+  };
+  swflint = {
+    email = "swflint@flintfam.org";
+    github = "swflint";
+    name = "Samuel W. Flint";
+  };
+  swistak35 = {
+    email = "me@swistak35.com";
+    github = "swistak35";
+    name = "Rafał Łasocha";
+  };
+  symphorien = {
+    email = "symphorien_nixpkgs@xlumurb.eu";
+    github = "symphorien";
+    name = "Guillaume Girol";
+  };
+  szczyp = {
+    email = "qb@szczyp.com";
+    github = "szczyp";
+    name = "Szczyp";
+  };
+  sztupi = {
+    email = "attila.sztupak@gmail.com";
+    github = "sztupi";
+    name = "Attila Sztupak";
+  };
+  tadfisher = {
+    email = "tadfisher@gmail.com";
+    github = "tadfisher";
+    name = "Tad Fisher";
+  };
+  taeer = {
+    email = "taeer@necsi.edu";
+    github = "taeer";
+    name = "Taeer Bar-Yam";
+  };
+  tailhook = {
+    email = "paul@colomiets.name";
+    github = "tailhook";
+    name = "Paul Colomiets";
+  };
+  taketwo = {
+    email = "alexandrov88@gmail.com";
+    github = "taketwo";
+    name = "Sergey Alexandrov";
+  };
+  takikawa = {
+    email = "asumu@igalia.com";
+    github = "takikawa";
+    name = "Asumu Takikawa";
+  };
+  taktoa = {
+    email = "taktoa@gmail.com";
+    github = "taktoa";
+    name = "Remy Goldschmidt";
+  };
+  taku0 = {
+    email = "mxxouy6x3m_github@tatapa.org";
+    github = "taku0";
+    name = "Takuo Yonezawa";
+  };
+  tari = {
+    email = "peter@taricorp.net";
+    github = "tari";
+    name = "Peter Marheine";
+  };
+  tavyc = {
+    email = "octavian.cerna@gmail.com";
+    github = "tavyc";
+    name = "Octavian Cerna";
+  };
+  teh = {
+    email = "tehunger@gmail.com";
+    github = "teh";
+    name = "Tom Hunger";
+  };
+  telotortium = {
+    email = "rirelan@gmail.com";
+    github = "telotortium";
+    name = "Robert Irelan";
+  };
+  teto = {
+    email = "mcoudron@hotmail.com";
+    github = "teto";
+    name = "Matthieu Coudron";
+  };
+  tex = {
+    email = "milan.svoboda@centrum.cz";
+    github = "tex";
+    name = "Milan Svoboda";
+  };
+  thall = {
+    email = "niclas.thall@gmail.com";
+    github = "thall";
+    name = "Niclas Thall";
+  };
+  thammers = {
+    email = "jawr@gmx.de";
+    github = "thammers";
+    name = "Tobias Hammerschmidt";
+  };
+  thanegill = {
+    email = "me@thanegill.com";
+    github = "thanegill";
+    name = "Thane Gill";
+  };
+  the-kenny = {
+    email = "moritz@tarn-vedra.de";
+    github = "the-kenny";
+    name = "Moritz Ulrich";
+  };
+  theuni = {
+    email = "ct@flyingcircus.io";
+    github = "theuni";
+    name = "Christian Theune";
+  };
+  thoughtpolice = {
+    email = "aseipp@pobox.com";
+    github = "thoughtpolice";
+    name = "Austin Seipp";
+  };
+  thpham = {
+    email = "thomas.pham@ithings.ch";
+    github = "thpham";
+    name = "Thomas Pham";
+  };
+  tilpner = {
+    email = "till@hoeppner.ws";
+    github = "tilpner";
+    name = "Till Höppner";
+  };
+  timbertson = {
+    email = "tim@gfxmonk.net";
+    github = "timbertson";
+    name = "Tim Cuthbertson";
+  };
+  timokau = {
+    email = "timokau@zoho.com";
+    github = "timokau";
+    name = "Timo Kaufmann";
+  };
+  tiramiseb = {
+    email = "sebastien@maccagnoni.eu";
+    github = "tiramiseb";
+    name = "Sébastien Maccagnoni";
+  };
+  titanous = {
+    email = "jonathan@titanous.com";
+    github = "titanous";
+    name = "Jonathan Rudenberg";
+  };
+  tnias = {
+    email = "phil@grmr.de";
+    github = "tnias";
+    name = "Philipp Bartsch";
+  };
+  tohl = {
+    email = "tom@logand.com";
+    github = "tohl";
+    name = "Tomas Hlavaty";
+  };
+  tokudan = {
+    email = "git@danielfrank.net";
+    github = "tokudan";
+    name = "Daniel Frank";
+  };
+  tomberek = {
+    email = "tomberek@gmail.com";
+    github = "tomberek";
+    name = "Thomas Bereknyei";
+  };
+  tomsmeets = {
+    email = "tom@tsmeets.nl";
+    github = "tomsmeets";
+    name = "Tom Smeets";
+  };
+  travisbhartwell = {
+    email = "nafai@travishartwell.net";
+    github = "travisbhartwell";
+    name = "Travis B. Hartwell";
+  };
+  treemo = {
+    email = "matthieu.chevrier@treemo.fr";
+    github = "treemo";
+    name = "Matthieu Chevrier";
+  };
+  trevorj = {
+    email = "nix@trevor.joynson.io";
+    github = "trevorj";
+    name = "Trevor Joynson";
+  };
+  trino = {
+    email = "muehlhans.hubert@ekodia.de";
+    github = "trino";
+    name = "Hubert Mühlhans";
+  };
+  troydm = {
+    email = "d.geurkov@gmail.com";
+    github = "troydm";
+    name = "Dmitry Geurkov";
+  };
+  tstrobel = {
+    email = "4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains";
+    github = "tstrobel";
+    name = "Thomas Strobel";
+  };
+  ttuegel = {
+    email = "ttuegel@mailbox.org";
+    github = "ttuegel";
+    name = "Thomas Tuegel";
+  };
+  tv = {
+    email = "tv@shackspace.de";
+    github = "4z3";
+    name = "Tomislav Viljetić";
+  };
+  tvestelind = {
+    email = "tomas.vestelind@fripost.org";
+    github = "tvestelind";
+    name = "Tomas Vestelind";
+  };
+  tvorog = {
+    email = "marszaripov@gmail.com";
+    github = "tvorog";
+    name = "Marsel Zaripov";
+  };
+  tweber = {
+    email = "tw+nixpkgs@360vier.de";
+    github = "tweber";
+    name = "Thorsten Weber";
+  };
+  twey = {
+    email = "twey@twey.co.uk";
+    github = "twey";
+    name = "James ‘Twey’ Kay";
+  };
+  unode = {
+    email = "alves.rjc@gmail.com";
+    github = "unode";
+    name = "Renato Alves";
+  };
+  uralbash = {
+    email = "root@uralbash.ru";
+    github = "uralbash";
+    name = "Svintsov Dmitry";
+  };
+  utdemir = {
+    email = "me@utdemir.com";
+    github = "utdemir";
+    name = "Utku Demir";
+  };
+  uwap = {
+    email = "me@uwap.name";
+    github = "uwap";
+    name = "uwap";
+  };
+  va1entin = {
+    email = "github@valentinsblog.com";
+    github = "va1entin";
+    name = "Valentin Heidelberger";
+  };
+  vaibhavsagar = {
+    email = "vaibhavsagar@gmail.com";
+    github = "vaibhavsagar";
+    name = "Vaibhav Sagar";
+  };
+  valeriangalliat = {
+    email = "val@codejam.info";
+    github = "valeriangalliat";
+    name = "Valérian Galliat";
+  };
+  vandenoever = {
+    email = "jos@vandenoever.info";
+    github = "vandenoever";
+    name = "Jos van den Oever";
+  };
+  vanschelven = {
+    email = "klaas@vanschelven.com";
+    github = "vanschelven";
+    name = "Klaas van Schelven";
+  };
+  vanzef = {
+    email = "vanzef@gmail.com";
+    github = "vanzef";
+    name = "Ivan Solyankin";
+  };
+  varunpatro = {
+    email = "varun.kumar.patro@gmail.com";
+    github = "varunpatro";
+    name = "Varun Patro";
+  };
+  vbgl = {
+    email = "Vincent.Laporte@gmail.com";
+    github = "vbgl";
+    name = "Vincent Laporte";
+  };
+  vbmithr = {
+    email = "vb@luminar.eu.org";
+    github = "vbmithr";
+    name = "Vincent Bernardoff";
+  };
+  vcunat = {
+    email = "vcunat@gmail.com";
+    github = "vcunat";
+    name = "Vladimír Čunát";
+  };
+  vdemeester = {
+    email = "vincent@sbr.pm";
+    github = "vdemeester";
+    name = "Vincent Demeester";
+  };
+  velovix = {
+    email = "xaviosx@gmail.com";
+    github = "velovix";
+    name = "Tyler Compton";
+  };
+  veprbl = {
+    email = "veprbl@gmail.com";
+    github = "veprbl";
+    name = "Dmitry Kalinkin";
+  };
+  vidbina = {
+    email = "vid@bina.me";
+    github = "vidbina";
+    name = "David Asabina";
+  };
+  vifino = {
+    email = "vifino@tty.sh";
+    github = "vifino";
+    name = "Adrian Pistol";
+  };
+  vinymeuh = {
+    email = "vinymeuh@gmail.com";
+    github = "vinymeuh";
+    name = "VinyMeuh";
+  };
+  viric = {
+    email = "viric@viric.name";
+    github = "viric";
+    name = "Lluís Batlle i Rossell";
+  };
+  vizanto = {
+    email = "danny@prime.vc";
+    github = "vizanto";
+    name = "Danny Wilson";
+  };
+  vklquevs = {
+    email = "vklquevs@gmail.com";
+    github = "vklquevs";
+    name = "vklquevs";
+  };
+  vlstill = {
+    email = "xstill@fi.muni.cz";
+    github = "vlstill";
+    name = "Vladimír Štill";
+  };
+  vmandela = {
+    email = "venkat.mandela@gmail.com";
+    github = "vmandela";
+    name = "Venkateswara Rao Mandela";
+  };
+  vmchale = {
+    email = "tmchale@wisc.edu";
+    github = "vmchale";
+    name = "Vanessa McHale";
+  };
+  volhovm = {
+    email = "volhovm.cs@gmail.com";
+    github = "volhovm";
+    name = "Mikhail Volkhov";
+  };
+  volth = {
+    email = "jaroslavas@volth.com";
+    github = "volth";
+    name = "Jaroslavas Pocepko";
+  };
+  vozz = {
+    email = "oliver.huntuk@gmail.com";
+    name = "Oliver Hunt";
+  };
+  vrthra = {
+    email = "rahul@gopinath.org";
+    github = "vrthra";
+    name = "Rahul Gopinath";
+  };
+  vyp = {
+    email = "elisp.vim@gmail.com";
+    github = "vyp";
+    name = "vyp";
+  };
+  wedens = {
+    email = "kirill.wedens@gmail.com";
+    github = "wedens";
+    name = "wedens";
+  };
+  willibutz = {
+    email = "willibutz@posteo.de";
+    github = "willibutz";
+    name = "Willi Butz";
+  };
+  willtim = {
+    email = "tim.williams.public@gmail.com";
+    github = "willtim";
+    name = "Tim Philip Williams";
+  };
+  winden = {
+    email = "windenntw@gmail.com";
+    github = "winden";
+    name = "Antonio Vargas Gonzalez";
+  };
+  wizeman = {
+    email = "rcorreia@wizy.org";
+    github = "wizeman";
+    name = "Ricardo M. Correia";
+  };
+  wjlroe = {
+    email = "willroe@gmail.com";
+    github = "wjlroe";
+    name = "William Roe";
+  };
+  wkennington = {
+    email = "william@wkennington.com";
+    github = "wkennington";
+    name = "William A. Kennington III";
+  };
+  wmertens = {
+    email = "Wout.Mertens@gmail.com";
+    github = "wmertens";
+    name = "Wout Mertens";
+  };
+  woffs = {
+    email = "github@woffs.de";
+    github = "woffs";
+    name = "Frank Doepper";
+  };
+  womfoo = {
+    email = "kranium@gikos.net";
+    github = "womfoo";
+    name = "Kranium Gikos Mendoza";
+  };
+  wscott = {
+    email = "wsc9tt@gmail.com";
+    github = "wscott";
+    name = "Wayne Scott";
+  };
+  wyvie = {
+    email = "elijahrum@gmail.com";
+    github = "wyvie";
+    name = "Elijah Rum";
+  };
+  xaverdh = {
+    email = "hoe.dom@gmx.de";
+    github = "xaverdh";
+    name = "Dominik Xaver Hörl";
+  };
+  xeji = {
+    email = "xeji@cat3.de";
+    github = "xeji";
+    name = "xeji";
+  };
+  xnwdd = {
+    email = "nwdd+nixos@no.team";
+    github = "xnwdd";
+    name = "Guillermo NWDD";
+  };
+  xurei = {
+    email = "olivier.bourdoux@gmail.com";
+    github = "xurei";
+    name = "Olivier Bourdoux";
+  };
+  xvapx = {
+    email = "marti.serra.coscollano@gmail.com";
+    github = "xvapx";
+    name = "Marti Serra";
+  };
+  xwvvvvwx = {
+    email = "davidterry@posteo.de";
+    github = "xwvvvvwx";
+    name = "David Terry";
+  };
+  xzfc = {
+    email = "xzfcpw@gmail.com";
+    github = "xzfc";
+    name = "Albert Safin";
+  };
+  y0no = {
+    email = "y0no@y0no.fr";
+    github = "y0no";
+    name = "Yoann Ono";
+  };
+  yarr = {
+    email = "savraz@gmail.com";
+    github = "Eternity-Yarr";
+    name = "Dmitry V.";
+  };
+  yegortimoshenko = {
+    email = "yegortimoshenko@gmail.com";
+    github = "yegortimoshenko";
+    name = "Yegor Timoshenko";
+  };
+  yesbox = {
+    email = "jesper.geertsen.jonsson@gmail.com";
+    github = "yesbox";
+    name = "Jesper Geertsen Jonsson";
+  };
+  ylwghst = {
+    email = "ylwghst@onionmail.info";
+    github = "ylwghst";
+    name = "Burim Augustin Berisa";
+  };
+  yochai = {
+    email = "yochai@titat.info";
+    github = "yochai";
+    name = "Yochai";
+  };
+  yorickvp = {
+    email = "yorickvanpelt@gmail.com";
+    github = "yorickvp";
+    name = "Yorick van Pelt";
+  };
+  yrashk = {
+    email = "yrashk@gmail.com";
+    github = "yrashk";
+    name = "Yurii Rashkovskii";
+  };
+  yuriaisaka = {
+    email = "yuri.aisaka+nix@gmail.com";
+    github = "yuriaisaka";
+    name = "Yuri Aisaka";
+  };
+  yurrriq = {
+    email = "eric@ericb.me";
+    github = "yurrriq";
+    name = "Eric Bailey";
+  };
+  z77z = {
+    email = "maggesi@math.unifi.it";
+    github = "maggesi";
+    name = "Marco Maggesi";
+  };
+  zagy = {
+    email = "cz@flyingcircus.io";
+    github = "zagy";
+    name = "Christian Zagrodnick";
+  };
+  zalakain = {
+    email = "contact@unaizalakain.info";
+    github = "zalakain";
+    name = "Unai Zalakain";
+  };
+  zarelit = {
+    email = "david@zarel.net";
+    github = "zarelit";
+    name = "David Costa";
+  };
+  zauberpony = {
+    email = "elmar@athmer.org";
+    github = "zauberpony";
+    name = "Elmar Athmer";
+  };
+  zef = {
+    email = "zef@zef.me";
+    name = "Zef Hemel";
+  };
+  zimbatm = {
+    email = "zimbatm@zimbatm.com";
+    github = "zimbatm";
+    name = "zimbatm";
+  };
+  zohl = {
+    email = "zohl@fmap.me";
+    github = "zohl";
+    name = "Al Zohali";
+  };
+  zoomulator = {
+    email = "zoomulator@gmail.com";
+    github = "zoomulator";
+    name = "Kim Simmons";
+  };
+  zraexy = {
+    email = "zraexy@gmail.com";
+    github = "zraexy";
+    name = "David Mell";
+  };
+  zx2c4 = {
+    email = "Jason@zx2c4.com";
+    github = "zx2c4";
+    name = "Jason A. Donenfeld";
+  };
+  zzamboni = {
+    email = "diego@zzamboni.org";
+    github = "zzamboni";
+    name = "Diego Zamboni";
+  };
 }
diff --git a/maintainers/scripts/check-maintainer-github-handles.sh b/maintainers/scripts/check-maintainer-github-handles.sh
new file mode 100755
index 00000000000..e389fde7d8a
--- /dev/null
+++ b/maintainers/scripts/check-maintainer-github-handles.sh
@@ -0,0 +1,23 @@
+#!/usr/bin/env nix-shell
+#!nix-shell -i bash -p jq parallel
+
+# Example how to work with the `lib.maintainers` attrset.
+# Can be used to check whether all user handles are still valid.
+
+set -e
+
+# checks whether a user handle can be found on github
+function checkUser {
+    local user="$1"
+    local status=
+    status="$(curl --silent --head "https://github.com/${user}" | grep Status)"
+    printf "%s\t\t\t\t%s\n" "$status" "$user"
+}
+export -f checkUser
+
+# output the maintainers set as json
+# and filter out the github username of each maintainer (if it exists)
+# then check 100 at the same time
+nix-instantiate -A lib.maintainers --eval --strict --json \
+    | jq -r '.[]|.github' \
+    | parallel -j100 checkUser