meta/members: Use Ryan's real name
Also fix a typo
This commit is contained in:
parent
9f097636d0
commit
8d2c4ec379
1 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue