@@ -36,6 +36,7 @@ impl Reviewers {
36
36
let manishearth = a ( "Manish Goregaokar" , "manishsmail@gmail.com" ) ;
37
37
let michaelwoerister = a ( "Michael Woerister" , "michaelwoerister@posteo.net" ) ;
38
38
let nikomatsakis = a ( "Niko Matsakis" , "niko@alum.mit.edu" ) ;
39
+ let nora = a ( "Noratrieb" , "48135649+Noratrieb@users.noreply.github.com" ) ;
39
40
let nrc = a ( "Nick Cameron" , "ncameron@mozilla.com" ) ;
40
41
let oli_obk = a ( "Oliver Scherer" , "github35764891676564198441@oli-obk.de" ) ;
41
42
let pcwalton = a ( "Patrick Walton" , "pcwalton@mimiga.net" ) ;
@@ -242,10 +243,11 @@ impl Reviewers {
242
243
map. insert ( "nick29581" , nrc. clone ( ) ) ;
243
244
map. insert ( "nikic" , a ( "Nikita Popov" , "nikita.ppv@gmail.com" ) ) ;
244
245
map. insert ( "nikomatsakis" , nikomatsakis. clone ( ) ) ;
245
- map. insert ( "nilstrieb" , a ( "Nilstrieb" , "48135649+Nilstrieb@users.noreply.github.com" ) ) ;
246
+ map. insert ( "nilstrieb" , nora . clone ( ) ) ;
246
247
map. insert ( "nmatsakis" , nikomatsakis. clone ( ) ) ;
247
248
map. insert ( "nnethercote" , a ( "Nicholas Nethercote" , "nnethercote@mozilla.com" ) ) ;
248
249
map. insert ( "notriddle" , a ( "Michael Howell" , "michael@notriddle.com" ) ) ;
250
+ map. insert ( "noratrieb" , nora. clone ( ) ) ;
249
251
map. insert ( "nrc" , nrc. clone ( ) ) ;
250
252
map. insert ( "obi-obk" , oli_obk. clone ( ) ) ;
251
253
map. insert ( "oli-obk" , oli_obk. clone ( ) ) ;
0 commit comments