feat: remove non committee and reorganise based on who was already on committee.

Also added labels for Core
This commit is contained in:
silver 2025-09-21 14:46:16 +01:00
parent 48b7cd2e54
commit 5c90a78937
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -52,24 +52,25 @@ in {
committee = lib.lists.unique (
# Committee - Core
[
# President
"silver"
"eoghanconlon73"
"nanda"
# Secretary
"kaiden"
# Treasurer
"peace"
# PRO
"amymucko"
# HSO
"skyapples"
"generically"
]
# Committee - OCM
++ [
"eliza"
"amymucko"
"archiedms"
"kaiden"
"generically"
"nanda"
]
# Committee - SISTEM
++ [
"peace"
"milan"
]
++ []
# Admins are part of Committee as well
++ cfg.admin
);
@ -78,8 +79,6 @@ in {
"evanc"
"eliza"
"esy"
# for temp reasons
"peace"
];
trainee = [];
lifetime = [];