From da73cd8ce7fa08d1f1a653697dd77b01bac8d660 Mon Sep 17 00:00:00 2001
From: Christian Heusel <christian@heusel.eu>
Date: Sun, 23 Jun 2024 16:12:25 +0200
Subject: [PATCH] fix the group for bertptrs

He was onboarded as a Junior Packager but mistakenly the wrong group was
assigned to him.

Fixes: 27a2c9ac ("Onboard bertptrs as Junior Package Maintainer")
Signed-off-by: Christian Heusel <christian@heusel.eu>
---
 group_vars/all/archusers.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/group_vars/all/archusers.yml b/group_vars/all/archusers.yml
index 353f056ef..7bcd2fe29 100644
--- a/group_vars/all/archusers.yml
+++ b/group_vars/all/archusers.yml
@@ -180,7 +180,7 @@ arch_users:
     email: "bertptrs@archlinux.org"
     ssh_key: bertptrs_ganymede.pub
     groups:
-      - packager
+      - junior-packager
     additional_ssh_keys:
       - name: bertptrs_rhea.pub
         hosts: all
-- 
GitLab