From cc40aeafce591281f984ca8ac2c10debe8517abf Mon Sep 17 00:00:00 2001 From: Albert Larsan Date: Tue, 28 Feb 2023 15:21:13 +0100 Subject: [PATCH] Add myself to reviewers --- src/reviewers.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reviewers.rs b/src/reviewers.rs index 2cc41966..0eadae73 100644 --- a/src/reviewers.rs +++ b/src/reviewers.rs @@ -63,6 +63,7 @@ impl Reviewers { map.insert("acrichto", alexcrichton.clone()); map.insert("aDotInTheVoid", a("Nixon Enraght-Moony", "nixon.emoony@gmail.com")); map.insert("aidanhs", a("Aidan Hobson Sayers", "aidanhs@cantab.net")); + map.insert("albertlarsan68", a("Albert Larsan", "albert.larsan@gmail.com")); map.insert("aleksator", a("Alex Tokarev", "aleksator@gmail.com")); map.insert("alexchrichton", alexcrichton.clone()); map.insert("alexcirchton", alexcrichton.clone());