forked from DGNum/infrastructure
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 = {
|
||||
name = "Raito Bezarius";
|
||||
email = "raito@dgnum.eu";
|
||||
name = "Ryan Lahfa";
|
||||
email = "ryan@dgnum.eu";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -27,7 +27,7 @@ let
|
|||
# members of this group are root on web nodes
|
||||
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" ];
|
||||
|
||||
bureau = [ "gdd" ];
|
||||
|
|
Loading…
Reference in a new issue