@@ -36,7 +36,9 @@ impl Reviewers {
36
36
let huonw = a ( "Huon Wilson" , "wilson.huon@gmail.com" ) ;
37
37
let jakub = a ( "Jakub Kądziołka" , "kuba@kadziolka.net" ) ;
38
38
let joshtriplett = a ( "Josh Triplett" , "josh@joshtriplett.org" ) ;
39
+ let jyn514 = a ( "Joshua Nelson" , "jyn514@gmail.com" ) ;
39
40
let kodraus = a ( "Ashley Mannix" , "ashleymannix@live.com.au" ) ;
41
+ let llogiq = a ( "Andre Bogus" , "bogusandre@gmail.com" ) ;
40
42
let manishearth = a ( "Manish Goregaokar" , "manishsmail@gmail.com" ) ;
41
43
let michaelwoerister = a ( "Michael Woerister" , "michaelwoerister@posteo.net" ) ;
42
44
let nikomatsakis = a ( "Niko Matsakis" , "niko@alum.mit.edu" ) ;
@@ -93,6 +95,7 @@ impl Reviewers {
93
95
map. insert ( "bugadani" , a ( "Dániel Buga" , "bugadani@gmail.com" ) ) ;
94
96
map. insert ( "burntsushi" , burntsushi. clone ( ) ) ;
95
97
map. insert ( "BurntSushi" , burntsushi. clone ( ) ) ;
98
+ map. insert ( "BoxyUwU" , a ( "Boxy" , "supbscripter@gmail.com" ) ) ;
96
99
map. insert ( "c410-f3r" , a ( "Caio" , "c410.f3r@gmail.com" ) ) ;
97
100
map. insert ( "calebcartwright" , a ( "Caleb Cartwright" , "caleb.cartwright@outlook.com" ) ) ;
98
101
map. insert ( "camelid" , a ( "Camelid" , "camelidcamel@gmail.com" ) ) ;
@@ -117,6 +120,7 @@ impl Reviewers {
117
120
map. insert ( "davidtwco" , a ( "David Wood" , "david@davidtw.co" ) ) ;
118
121
map. insert ( "dingelish" , a ( "Yu Ding" , "dingelish@gmail.com" ) ) ;
119
122
map. insert ( "djc" , a ( "Dirkjan Ochtman" , "dirkjan@ochtman.nl" ) ) ;
123
+ map. insert ( "dns2utf8" , a ( "Stefan Schindler" , "dns2utf8@estada.ch" ) ) ;
120
124
map. insert ( "dotdash" , a ( "Björn Steinbrink" , "bsteinbr@gmail.com" ) ) ;
121
125
map. insert ( "dtolnay" , a ( "David Tolnay" , "dtolnay@gmail.com" ) ) ;
122
126
map. insert ( "durka" , a ( "Alex Durka" , "web@alexburka.com" ) ) ;
@@ -135,6 +139,7 @@ impl Reviewers {
135
139
map. insert ( "est31" , a ( "est31" , "MTest31@outlook.com" ) ) ;
136
140
map. insert ( "estebank" , a ( "Esteban Küber" , "esteban@kuber.com.ar" ) ) ;
137
141
map. insert ( "euclio" , a ( "Andy Russell" , "arussell123@gmail.com" ) ) ;
142
+ map. insert ( "fee1-dead" , a ( "Deadbeef" , "ent3rm4n@gmail.com" ) ) ;
138
143
map. insert ( "fitzgen" , a ( "Nick Fitzgerald" , "fitzgen@gmail.com" ) ) ;
139
144
map. insert ( "flaper87" , a ( "Flavio Percoco" , "flaper87@gmail.com" ) ) ;
140
145
map. insert ( "flip1995" , a ( "flip1995" , "hello@philkrones.com" ) ) ;
@@ -166,6 +171,7 @@ impl Reviewers {
166
171
map. insert ( "jbclements" , a ( "John Clements" , "clements@racket-lang.org" ) ) ;
167
172
map. insert ( "jdm" , a ( "Josh Matthews" , "josh@joshmatthews.net" ) ) ;
168
173
map. insert ( "jethrogb" , a ( "Jethro Beekman" , "jethro@fortanix.com" ) ) ;
174
+ map. insert ( "jhpratt" , a ( "Jacob Pratt" , "jacob@jhpratt.dev" ) ) ;
169
175
map. insert ( "JohnTitor" , a ( "Yuki Okushi" , "huyuumi.dev@gmail.com" ) ) ;
170
176
map. insert ( "jonas-schievink" , a ( "Jonas Schievink" , "jonasschievink@gmail.com" ) ) ;
171
177
map. insert ( "jonathandturner" , a ( "Jonathan Turner" , "jturner@mozilla.com" ) ) ;
@@ -175,7 +181,8 @@ impl Reviewers {
175
181
map. insert ( "jseyfried" , a ( "Jeffrey Seyfried" , "jeffrey.seyfried@gmail.com" ) ) ;
176
182
map. insert ( "jsgf" , a ( "Jeremy Fitzhardinge" , "jsgf@fb.com" ) ) ;
177
183
map. insert ( "jsha" , a ( "Jacob Hoffman-Andrews" , "github@hoffman-andrews.com" ) ) ;
178
- map. insert ( "jyn514" , a ( "Joshua Nelson" , "jyn514@gmail.com" ) ) ;
184
+ map. insert ( "jyn514" , jyn514. clone ( ) ) ;
185
+ map. insert ( "jyn541" , jyn514. clone ( ) ) ;
179
186
map. insert ( "kballard" , a ( "Lily Ballard" , "lily@sb.org" ) ) ;
180
187
map. insert ( "keeperofdakeys" , a ( "Josh Driver" , "keeperofdakeys@gmail.com" ) ) ;
181
188
map. insert ( "kennytm" , a ( "kennytm" , "kennytm@gmail.com" ) ) ;
@@ -191,7 +198,8 @@ impl Reviewers {
191
198
map. insert ( "LeSeulArtichaut" , a ( "LeSeulArtichaut" , "leseulartichaut@gmail.com" ) ) ;
192
199
map. insert ( "LingMan" , a ( "LingMan" , "LingMan@users.noreply.github.com" ) ) ;
193
200
map. insert ( "ljedrz" , a ( "ljedrz" , "ljedrz@gmail.com" ) ) ;
194
- map. insert ( "llogiq" , a ( "Andre Bogus" , "bogusandre@gmail.com" ) ) ;
201
+ map. insert ( "llogiq" , llogiq. clone ( ) ) ;
202
+ map. insert ( "llogic" , llogiq. clone ( ) ) ;
195
203
map. insert ( "lnicola" , a ( "Laurențiu Nicola" , "lnicola@dend.ro" ) ) ;
196
204
map. insert ( "Lokathor" , a ( "Lokathor" , "zefria@gmail.com" ) ) ;
197
205
map. insert ( "lqd" , a ( "lqd" , "remy.rakic+github@gmail.com" ) ) ;
@@ -209,6 +217,7 @@ impl Reviewers {
209
217
map. insert ( "Mark-Simulacrum" , simulacrum. clone ( ) ) ;
210
218
map. insert ( "Mark-Simulacru" , simulacrum. clone ( ) ) ;
211
219
map. insert ( "mark-simulcrum" , simulacrum. clone ( ) ) ;
220
+ map. insert ( "MarkSimulacrum" , simulacrum. clone ( ) ) ;
212
221
map. insert ( "marmeladema" , a ( "marmeladema" , "xademax@gmail.com" ) ) ;
213
222
map. insert ( "mati865" , a ( "Mateusz Mikuła" , "mati865@gmail.com" ) ) ;
214
223
map. insert ( "matklad" , a ( "Aleksey Kladov" , "aleksey.kladov@gmail.com" ) ) ;
@@ -227,6 +236,7 @@ impl Reviewers {
227
236
map. insert ( "mw" , michaelwoerister. clone ( ) ) ;
228
237
map. insert ( "Nadrieril" , a ( "Nadrieril" , "nadrieril+git@gmail.com" ) ) ;
229
238
map. insert ( "nagisa" , a ( "Simonas Kazlauskas" , "git@kazlauskas.me" ) ) ;
239
+ map. insert ( "nbdd0121" , a ( "Gary Guo" , "gary@garyguo.net" ) ) ;
230
240
map. insert ( "ncr" , nrc. clone ( ) ) ;
231
241
map. insert ( "nellshamrell" , a ( "Nell Shamrell-Harrington" , "nellshamrell@gmail.com" ) ) ;
232
242
map. insert ( "Nemo157" , a ( "Wim Looman" , "git@nemo157.com" ) ) ;
@@ -297,6 +307,7 @@ impl Reviewers {
297
307
map. insert ( "wesleywiser" , a ( "Wesley Wiser" , "wwiser@gmail.com" ) ) ;
298
308
map. insert ( "withouboats" , withoutboats. clone ( ) ) ;
299
309
map. insert ( "withoutboats" , withoutboats. clone ( ) ) ;
310
+ map. insert ( "Wodann" , a ( "Wodann" , "wodannson@gmail.com" ) ) ;
300
311
map. insert ( "workingjubilee" , a ( "Jubilee Young" , "workingjubilee@gmail.com" ) ) ;
301
312
map. insert ( "wycats" , a ( "Yehuda Katz" , "wycats@gmail.com" ) ) ;
302
313
map. insert ( "XAMPPRocky" , a ( "Erin Power" , "xampprocky@gmail.com" ) ) ;
0 commit comments