aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/maintainers/maintainer-list.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/maintainers/maintainer-list.nix')
-rw-r--r--nixpkgs/maintainers/maintainer-list.nix392
1 files changed, 326 insertions, 66 deletions
diff --git a/nixpkgs/maintainers/maintainer-list.nix b/nixpkgs/maintainers/maintainer-list.nix
index 43668ab4318..eb990f056bc 100644
--- a/nixpkgs/maintainers/maintainer-list.nix
+++ b/nixpkgs/maintainers/maintainer-list.nix
@@ -1,5 +1,5 @@
/* List of NixOS maintainers.
-
+ ```nix
handle = {
# Required
name = "Your name";
@@ -13,32 +13,33 @@
fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333";
}];
};
+ ```
- where
+ where
- - `handle` is the handle you are going to use in nixpkgs expressions,
- - `name` is your, preferably 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>`),
- - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/<userhandle>`,
- - `keys` is a list of your PGP/GPG key IDs and fingerprints.
+ - `handle` is the handle you are going to use in nixpkgs expressions,
+ - `name` is your, preferably 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>`),
+ - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/<userhandle>`,
+ - `keys` is a list of your PGP/GPG key IDs and fingerprints.
- `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient.
+ `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient.
- Add PGP/GPG keys only if you actually use them to sign commits and/or mail.
+ Add PGP/GPG keys only if you actually use them to sign commits and/or mail.
- To get the required PGP/GPG values for a key run
- ```shell
- gpg --keyid-format 0xlong --fingerprint <email> | head -n 2
- ```
+ To get the required PGP/GPG values for a key run
+ ```shell
+ gpg --keyid-format 0xlong --fingerprint <email> | head -n 2
+ ```
- !!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth.
+ !!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth.
- More fields may be added in the future.
+ More fields may be added in the future.
- Please keep the list alphabetically sorted.
- See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data.
- */
+ Please keep the list alphabetically sorted.
+ See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data.
+*/
{
"0x4A6F" = {
email = "0x4A6F@shackspace.de";
@@ -357,6 +358,22 @@
githubId = 5892756;
name = "Alec Snyder";
};
+ AluisioASG = {
+ name = "Aluísio Augusto Silva Gonçalves";
+ email = "aluisio@aasg.name";
+ github = "AluisioASG";
+ githubId = 1904165;
+ keys = [{
+ longkeyid = "rsa4096/0x9FAA63E097506D9D";
+ fingerprint = "7FDB 17B3 C29B 5BA6 E5A9 8BB2 9FAA 63E0 9750 6D9D";
+ }];
+ };
+ almac = {
+ email = "alma.cemerlic@gmail.com";
+ github = "a1mac";
+ githubId = 60479013;
+ name = "Alma Cemerlic";
+ };
alunduil = {
email = "alunduil@gmail.com";
github = "alunduil";
@@ -682,12 +699,24 @@
githubId = 192147;
name = "aszlig";
};
+ atemu = {
+ name = "Atemu";
+ email = "atemu.main+nixpkgs@gmail.com";
+ github = "Atemu";
+ githubId = 18599032;
+ };
athas = {
email = "athas@sigkill.dk";
github = "athas";
githubId = 55833;
name = "Troels Henriksen";
};
+ atkinschang = {
+ email = "atkinschang+nixpkgs@gmail.com";
+ github = "AtkinsChang";
+ githubId = 5193600;
+ name = "Atkins Chang";
+ };
atnnn = {
email = "etienne@atnnn.com";
github = "atnnn";
@@ -1063,6 +1092,18 @@
githubId = 7716744;
name = "Berno Strik";
};
+ brettlyons = {
+ email = "blyons@fastmail.com";
+ github = "brettlyons";
+ githubId = 3043718;
+ name = "Brett Lyons";
+ };
+ btlvr = {
+ email = "btlvr@protonmail.com";
+ github = "btlvr";
+ githubId = 32319131;
+ name = "Brett L";
+ };
buffet = {
email = "niclas@countingsort.com";
github = "buffet";
@@ -1334,6 +1375,12 @@
githubId = 25088352;
name = "Christian Kögler";
};
+ clkamp = {
+ email = "c@lkamp.de";
+ github = "clkamp";
+ githubId = 46303707;
+ name = "Christian Lütke-Stetzkamp";
+ };
kampka = {
email = "christian@kampka.net";
github = "kampka";
@@ -1421,6 +1468,16 @@
githubId = 5684605;
name = "Cole Scott";
};
+ cole-h = {
+ name = "Cole Helbling";
+ email = "cole.e.helbling@outlook.com";
+ github = "cole-h";
+ githubId = 28582702;
+ keys = [{
+ longkeyid = "rsa4096/0xB37E0F2371016A4C";
+ fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C";
+ }];
+ };
copumpkin = {
email = "pumpkingod@gmail.com";
github = "copumpkin";
@@ -1522,10 +1579,12 @@
githubId = 2217136;
name = "Ștefan D. Mihăilă";
keys = [
- { longkeyid = "rsa4096/6E68A39BF16A3ECB";
+ {
+ longkeyid = "rsa4096/6E68A39BF16A3ECB";
fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB";
}
- { longkeyid = "rsa4096/6220AD7846220A52";
+ {
+ longkeyid = "rsa4096/6220AD7846220A52";
fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52";
}
];
@@ -1742,7 +1801,7 @@
name = "Didier J. Devroye";
};
devhell = {
- email = "\"^\"@regexmail.net";
+ email = ''"^"@regexmail.net'';
github = "devhell";
githubId = 896182;
name = "devhell";
@@ -1905,6 +1964,12 @@
email = "burkett.andrew@gmail.com";
name = "Andrew Burkett";
};
+ drewrisinger = {
+ email = "drisinger+nixpkgs@gmail.com";
+ github = "drewrisinger";
+ githubId = 10198051;
+ name = "Drew Risinger";
+ };
dsferruzza = {
email = "david.sferruzza@gmail.com";
github = "dsferruzza";
@@ -2075,7 +2140,7 @@
};
ehmry = {
email = "ehmry@posteo.net";
- github= "ehmry";
+ github = "ehmry";
githubId = 537775;
name = "Emery Hemingway";
};
@@ -2163,10 +2228,10 @@
name = "Jack Kelly";
};
enorris = {
- name = "Eric Norris";
- email = "erictnorris@gmail.com";
- github = "ericnorris";
- githubId = 1906605;
+ name = "Eric Norris";
+ email = "erictnorris@gmail.com";
+ github = "ericnorris";
+ githubId = 1906605;
};
Enteee = {
email = "nix@duckpond.ch";
@@ -2223,6 +2288,7 @@
ericdallo = {
email = "ercdll1337@gmail.com";
github = "ericdallo";
+ githubId = 7820865;
name = "Eric Dallo";
};
ericsagnes = {
@@ -2566,7 +2632,7 @@
email = "ftrvxmtrx@gmail.com";
github = "ftrvxmtrx";
githubId = 248148;
- name = "Siarhei Zirukin";
+ name = "Sigrid Solveig Haflínudóttir";
};
fuerbringer = {
email = "severin@fuerbringer.info";
@@ -2688,6 +2754,12 @@
githubId = 3217744;
name = "Peter Ferenczy";
};
+ gila = {
+ email = "jeffry.molanus@gmail.com";
+ github = "gila";
+ githubId = 15957973;
+ name = "Jeffry Molanus";
+ };
gilligan = {
email = "tobias.pflug@gmail.com";
github = "gilligan";
@@ -2761,9 +2833,14 @@
name = "Graham Christensen";
};
grburst = {
- email = "grburst@openmailbox.org";
- github = "grburst";
- name = "Julius Elias";
+ email = "GRBurst@protonmail.com";
+ github = "GRBurst";
+ githubId = 4647221;
+ name = "GRBurst";
+ keys = [{
+ longkeyid = "rsa4096/0x797F623868CD00C2";
+ fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2";
+ }];
};
greydot = {
email = "lanablack@amok.cc";
@@ -2829,7 +2906,7 @@
github = "hansjoergschurr";
githubId = 9850776;
name = "Hans-Jörg Schurr";
- };
+ };
HaoZeke = {
email = "r95g10@gmail.com";
github = "haozeke";
@@ -2968,6 +3045,12 @@
githubId = 12491746;
name = "Masato Yonekawa";
};
+ i077 = {
+ email = "nixpkgs@imranhossa.in";
+ github = "i077";
+ githubId = 2789926;
+ name = "Imran Hossain";
+ };
iand675 = {
email = "ian@iankduncan.com";
github = "iand675";
@@ -3028,6 +3111,12 @@
githubId = 4401220;
name = "Michael Eden";
};
+ illiusdope = {
+ email = "mat@marini.ca";
+ github = "illiusdope";
+ githubId = 61913481;
+ name = "Mat Marini";
+ };
ilya-fedin = {
email = "fedin-ilja2010@ya.ru";
github = "ilya-fedin";
@@ -3263,6 +3352,12 @@
githubId = 1198065;
name = "Jeffrey David Johnson";
};
+ jefflabonte = {
+ email = "grimsleepless@protonmail.com";
+ github = "jefflabonte";
+ githubId = 9425955;
+ name = "Jean-François Labonté";
+ };
jensbin = {
email = "jensbin+git@pm.me";
github = "jensbin";
@@ -3516,6 +3611,12 @@
github = "jorsn";
githubId = 4646725;
};
+ joshuafern = {
+ name = "Joshua Fern";
+ email = "joshuafern@protonmail.com";
+ github = "JoshuaFern";
+ githubId = 4300747;
+ };
jpas = {
name = "Jarrod Pas";
email = "jarrod@jarrodpas.com";
@@ -3624,6 +3725,16 @@
githubId = 66669;
name = "Jeff Zellner";
};
+ kaction = {
+ name = "Dmitry Bogatov";
+ email = "KAction@disroot.org";
+ github = "kaction";
+ githubId = 44864956;
+ key = [{
+ longkeyid = "ed25519/0x749FD4DFA2E94236";
+ fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236";
+ }];
+ };
kaiha = {
email = "kai.harries@gmail.com";
github = "kaiha";
@@ -3872,6 +3983,12 @@
githubId = 17659803;
name = "Matthias Axel Kröll";
};
+ kristian-brucaj = {
+ email = "kbrucaj@gmail.com";
+ github = "kristian-brucaj";
+ githubID = "8893110";
+ name = "Kristian Brucaj";
+ };
kristoff3r = {
email = "k.soeholm@gmail.com";
github = "kristoff3r";
@@ -3973,6 +4090,12 @@
githubId = 32152;
name = "Luka Blaskovic";
};
+ ldelelis = {
+ email = "ldelelis@est.frba.utn.edu.ar";
+ github = "ldelelis";
+ githubId = 20250323;
+ name = "Lucio Delelis";
+ };
ldesgoui = {
email = "ldesgoui@gmail.com";
github = "ldesgoui";
@@ -4031,6 +4154,12 @@
github = "leonardoce";
name = "Leonardo Cecchi";
};
+ leshainc = {
+ email = "leshainc@fomalhaut.me";
+ github = "LeshaInc";
+ githubId = 42153076;
+ name = "Alexey Nikashkin";
+ };
lethalman = {
email = "lucabru@src.gnome.org";
github = "lethalman";
@@ -4043,6 +4172,16 @@
githubId = 3425311;
name = "Antoine Eiche";
};
+ lexuge = {
+ name = "Harry Ying";
+ email = "lexugeyky@outlook.com";
+ github = "LEXUGE";
+ githubId = 13804737;
+ keys = [{
+ longkeyid = "rsa4096/0xAE53B4C2E58EDD45";
+ fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45";
+ }];
+ };
lheckemann = {
email = "git@sphalerite.org";
github = "lheckemann";
@@ -4126,10 +4265,10 @@
}];
};
luis = {
- email = "luis.nixos@gmail.com";
- github = "Luis-Hebendanz";
- githubId = 22085373;
- name = "Luis Hebendanz";
+ email = "luis.nixos@gmail.com";
+ github = "Luis-Hebendanz";
+ githubId = 22085373;
+ name = "Luis Hebendanz";
};
lionello = {
email = "lio@lunesu.com";
@@ -4235,6 +4374,16 @@
githubId = 1784379;
name = "Kyohei Kadota";
};
+ Luflosi = {
+ name = "Luflosi";
+ email = "luflosi@luflosi.de";
+ github = "Luflosi";
+ githubId = 15217907;
+ keys = [{
+ longkeyid = "rsa4096/0x6F987CCF224D20B9";
+ fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9";
+ }];
+ };
luispedro = {
email = "luis@luispedro.org";
github = "luispedro";
@@ -4280,6 +4429,12 @@
email = "wheatdoge@gmail.com";
name = "Tim Liou";
};
+ m1cr0man = {
+ email = "lucas+nix@m1cr0man.com";
+ github = "m1cr0man";
+ githubId = 3044438;
+ name = "Lucas Savva";
+ };
m3tti = {
email = "mathaeus.peter.sander@gmail.com";
name = "Mathaeus Sander";
@@ -4356,12 +4511,12 @@
githubId = 50230945;
name = "Marcus Boyd";
};
- marenz = {
- email = "marenz@arkom.men";
- github = "marenz2569";
- githubId = 12773269;
- name = "Markus Schmidl";
- };
+ marenz = {
+ email = "marenz@arkom.men";
+ github = "marenz2569";
+ githubId = 12773269;
+ name = "Markus Schmidl";
+ };
markus1189 = {
email = "markus1189@gmail.com";
github = "markus1189";
@@ -4430,6 +4585,12 @@
githubId = 1711539;
name = "matklad";
};
+ matt-snider = {
+ email = "matt.snider@protonmail.com";
+ github = "matt-snider";
+ githubId = 11810057;
+ name = "Matt Snider";
+ };
matthewbauer = {
email = "mjbauer95@gmail.com";
github = "matthewbauer";
@@ -4464,6 +4625,12 @@
githubId = 1269099;
name = "Marius Bakke";
};
+ mbaillie = {
+ email = "martin@baillie.email";
+ github = "martinbaillie";
+ githubId = 613740;
+ name = "Martin Baillie";
+ };
mbbx6spp = {
email = "me@susanpotter.net";
github = "mbbx6spp";
@@ -4605,7 +4772,7 @@
githubId = 668926;
name = "Maximilian Güntner";
};
- mhaselsteiner = {
+ mhaselsteiner = {
email = "magdalena.haselsteiner@gmx.at";
github = "mhaselsteiner";
githubId = 20536514;
@@ -4770,11 +4937,11 @@
mmilata = {
email = "martin@martinmilata.cz";
github = "mmilata";
- gitHubId = 85857;
+ githubId = 85857;
name = "Martin Milata";
};
mmlb = {
- email = "me.mmlb@mmlb.me";
+ email = "manny@peekaboo.mmlb.icu";
github = "mmlb";
name = "Manuel Mendez";
};
@@ -4847,6 +5014,12 @@
githubId = 118035;
name = "Corbin Simpson";
};
+ mothsart = {
+ email = "jerem.ferry@gmail.com";
+ github = "mothsart";
+ githubId = 10601196;
+ name = "Jérémie Ferry";
+ };
mounium = {
email = "muoniurn@gmail.com";
github = "mounium";
@@ -5384,6 +5557,12 @@
githubId = 11016164;
name = "Fedor Pakhomov";
};
+ paluh = {
+ email = "paluho@gmail.com";
+ github = "paluh";
+ githubId = 190249;
+ name = "Tomasz Rybarczyk";
+ };
pamplemousse = {
email = "xav.maso@gmail.com";
github = "Pamplemousse";
@@ -5657,11 +5836,10 @@
github = "pradyuman";
githubId = 9904569;
name = "Pradyuman Vig";
- keys = [
- { longkeyid = "rsa4096/4F74D5361C4CA31E";
- fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E";
- }
- ];
+ keys = [{
+ longkeyid = "rsa4096/4F74D5361C4CA31E";
+ fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E";
+ }];
};
prikhi = {
email = "pavan.rikhi@gmail.com";
@@ -5675,10 +5853,12 @@
githubId = 7537109;
name = "Michael Weiss";
keys = [
- { longkeyid = "ed25519/0x130826A6C2A389FD"; # Git only
+ {
+ longkeyid = "ed25519/0x130826A6C2A389FD"; # Git only
fingerprint = "86A7 4A55 07D0 58D1 322E 37FD 1308 26A6 C2A3 89FD";
}
- { longkeyid = "rsa3072/0xBCA9943DD1DF4C04"; # Email, etc.
+ {
+ longkeyid = "rsa3072/0xBCA9943DD1DF4C04"; # Email, etc.
fingerprint = "AF85 991C C950 49A2 4205 1933 BCA9 943D D1DF 4C04";
}
];
@@ -5773,6 +5953,12 @@
githubId = 4579165;
name = "Danny Bautista";
};
+ peelz = {
+ email = "peelz.dev+nixpkgs@gmail.com";
+ github = "louistakepillz";
+ githubId = 920910;
+ name = "peelz";
+ };
q3k = {
email = "q3k@q3k.org";
github = "q3k";
@@ -5995,6 +6181,20 @@
githubId = 807447;
name = "Robert Scott";
};
+ risson = {
+ name = "Marc Schmitt";
+ email = "marc.schmitt@risson.space";
+ github = "rissson";
+ githubId = 18313093;
+ keys = [
+ { longkeyid = "rsa4096/0xF6FD87B15C263EC9";
+ fingerprint = "8A0E 6A7C 08AB B9DE 67DE 2A13 F6FD 87B1 5C26 3EC9";
+ }
+ { longkeyid = "ed25519/0xBBB7A6801DF1E03F";
+ fingerprint = "C0A7 A9BB 115B C857 4D75 EA99 BBB7 A680 1DF1 E03F";
+ }
+ ];
+ };
rittelle = {
email = "rittelle@posteo.de";
github = "rittelle";
@@ -6024,12 +6224,10 @@
github = "rnhmjoj";
githubId = 2817565;
name = "Michele Guerini Rocco";
- keys =
- [
- { longkeyid = "ed25519/0xBFBAF4C975F76450";
- fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";
- }
- ];
+ keys = [{
+ longkeyid = "ed25519/0xBFBAF4C975F76450";
+ fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";
+ }];
};
rob = {
email = "rob.vermaas@gmail.com";
@@ -6211,6 +6409,12 @@
githubId = 766350;
name = "Richard Zetterberg";
};
+ samdoshi = {
+ email = "sam@metal-fish.co.uk";
+ github = "samdoshi";
+ githubId = 112490;
+ name = "Sam Doshi";
+ };
samdroid-apps = {
email = "sam@sam.today";
github = "samdroid-apps";
@@ -6228,10 +6432,10 @@
}];
};
samrose = {
- email = "samuel.rose@gmail.com";
- github = "samrose";
- githubId = 115821;
- name = "Sam Rose";
+ email = "samuel.rose@gmail.com";
+ github = "samrose";
+ githubId = 115821;
+ name = "Sam Rose";
};
samueldr = {
email = "samuel@dionne-riel.com";
@@ -6543,6 +6747,12 @@
githubId = 848812;
name = "Stephan Jau";
};
+ sjfloat = {
+ email = "steve+nixpkgs@jonescape.com";
+ github = "sjfloat";
+ githubId = 216167;
+ name = "Steve Jones";
+ };
sjmackenzie = {
email = "setori88@gmail.com";
github = "sjmackenzie";
@@ -6562,6 +6772,12 @@
email = "jot.skrzyp@gmail.com";
name = "Jakub Skrzypnik";
};
+ skykanin = {
+ email = "skykanin@users.noreply.github.com";
+ github = "skykanin";
+ githubId = 3789764;
+ name = "skykanin";
+ };
sleexyz = {
email = "freshdried@gmail.com";
github = "sleexyz";
@@ -6704,6 +6920,12 @@
githubId = 4061736;
name = "Severen Redwood";
};
+ sstef = {
+ email = "stephane@nix.frozenid.net";
+ github = "fkstef";
+ githubId = 8668915;
+ name = "Stephane Schitter";
+ };
steell = {
email = "steve@steellworks.com";
github = "Steell";
@@ -6927,6 +7149,12 @@
githubId = 870673;
name = "Takuo Yonezawa";
};
+ talkara = {
+ email = "taito.horiuchi@relexsolutions.com";
+ github = "talkara";
+ githubId = 51232929;
+ name = "Taito Horiuchi";
+ };
talyz = {
email = "kim.lindberger@gmail.com";
github = "talyz";
@@ -7083,6 +7311,12 @@
githubId = 844343;
name = "Thiago K. Okada";
};
+ thmzlt = {
+ email = "git@thomazleite.com";
+ github = "thmzlt";
+ githubId = 7709;
+ name = "Thomaz Leite";
+ };
ThomasMader = {
email = "thomas.mader@gmail.com";
github = "ThomasMader";
@@ -7158,10 +7392,10 @@
github = "tkerber";
githubId = 5722198;
name = "Thomas Kerber";
- keys = [ {
+ keys = [{
longkeyid = "rsa4096/0x8489B911F9ED617B";
fingerprint = "556A 403F B0A2 D423 F656 3424 8489 B911 F9ED 617B";
- } ];
+ }];
};
tmplt = {
email = "tmplt@dragons.rocks";
@@ -7392,6 +7626,12 @@
github = "valeriangalliat";
name = "Valérian Galliat";
};
+ valodim = {
+ email = "look@my.amazin.horse";
+ github = "valodim";
+ githubId = 27813;
+ name = "Vincent Breitmoser";
+ };
vandenoever = {
email = "jos@vandenoever.info";
github = "vandenoever";
@@ -7435,7 +7675,8 @@
};
vcunat = {
name = "Vladimír Čunát";
- email = "v@cunat.cz"; # vcunat@gmail.com predominated in commits before 2019/03
+ # vcunat@gmail.com predominated in commits before 2019/03
+ email = "v@cunat.cz";
github = "vcunat";
githubId = 1785925;
keys = [{
@@ -7650,7 +7891,7 @@
email = "worldofpeace@protonmail.ch";
github = "worldofpeace";
githubId = 28888242;
- name = "Worldofpeace";
+ name = "worldofpeace";
};
wscott = {
email = "wsc9tt@gmail.com";
@@ -7998,4 +8239,23 @@
githubId = 56247270;
name = "Foxit";
};
+ masaeedu = {
+ email = "masaeedu@gmail.com";
+ github = "masaeedu";
+ githubId = 3674056;
+ name = "Asad Saeeduddin";
+ };
+ ngerstle = {
+ name = "Nicholas Gerstle";
+ email = "ngerstle@gmail.com";
+ github = "ngerstle";
+ };
+ xavierzwirtz = {
+ email = "me@xavierzwirtz.com";
+ github = "xavierzwirtz";
+ githubId = 474343;
+ name = "Xavier Zwirtz";
+ };
}
+
+