meta/members: Use Ryan's real name

Also fix a typo
This commit is contained in:
Tom Hubrecht 2023-07-18 23:03:08 +02:00
parent 9f097636d0
commit 8d2c4ec379

View file

@ -15,8 +15,8 @@ let
}; };
raito = { raito = {
name = "Raito Bezarius"; name = "Ryan Lahfa";
email = "raito@dgnum.eu"; email = "ryan@dgnum.eu";
}; };
}; };
@ -27,7 +27,7 @@ let
# members of this group are root on web nodes # members of this group are root on web nodes
web = [ "mdebray" ]; web = [ "mdebray" ];
# members of this group will have root acces on the installation isos # members of this group will have root access on the installation isos
iso = [ "thubrecht" "mdebray" "raito" ]; iso = [ "thubrecht" "mdebray" "raito" ];
bureau = [ "gdd" ]; bureau = [ "gdd" ];