From 8d2c4ec379a344a7f5dd346713f88457548dc07e Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 18 Jul 2023 23:03:08 +0200 Subject: [PATCH] meta/members: Use Ryan's real name Also fix a typo --- meta/members.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/members.nix b/meta/members.nix index 9f2f24f..970a362 100644 --- a/meta/members.nix +++ b/meta/members.nix @@ -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" ];