feat: remove non committee and reorganise based on who was already on committee.
Also added labels for Core
This commit is contained in:
parent
48b7cd2e54
commit
5c90a78937
1 changed files with 11 additions and 12 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue