Merge pull request 'New committee for 2025/2026 year' (#143) from 2025_committee_agm into main
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Successful in 27s
Build_Deploy / deploy_dns (push) Successful in 1m2s
Build_Deploy / deploy_active (active) (push) Successful in 1m8s
Build_Deploy / deploy_active (active-core) (push) Failing after 1m38s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Some checks failed
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Successful in 27s
Build_Deploy / deploy_dns (push) Successful in 1m2s
Build_Deploy / deploy_active (active) (push) Successful in 1m8s
Build_Deploy / deploy_active (active-core) (push) Failing after 1m38s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Reviewed-on: #143
This commit is contained in:
commit
8f22c8d98b
1 changed files with 21 additions and 12 deletions
|
@ -52,24 +52,35 @@ in {
|
||||||
committee = lib.lists.unique (
|
committee = lib.lists.unique (
|
||||||
# Committee - Core
|
# Committee - Core
|
||||||
[
|
[
|
||||||
|
# President
|
||||||
"silver"
|
"silver"
|
||||||
"eoghanconlon73"
|
# Secretary
|
||||||
"nanda"
|
"kaiden"
|
||||||
|
# Treasurer
|
||||||
|
"peace"
|
||||||
|
# PRO
|
||||||
|
"amymucko"
|
||||||
|
# HSO
|
||||||
"skyapples"
|
"skyapples"
|
||||||
"generically"
|
|
||||||
]
|
]
|
||||||
# Committee - OCM
|
# Committee - OCM
|
||||||
++ [
|
++ [
|
||||||
|
"connormc"
|
||||||
|
"cordlesscoder"
|
||||||
|
"dca_"
|
||||||
"eliza"
|
"eliza"
|
||||||
"amymucko"
|
"emilyrutai"
|
||||||
"archiedms"
|
"generically"
|
||||||
"kaiden"
|
"mysticwolf"
|
||||||
|
"nanda"
|
||||||
|
"rituk_0817"
|
||||||
|
"shourjyo24_"
|
||||||
|
"sunny"
|
||||||
|
"tatabbyi"
|
||||||
|
"wormyworm5"
|
||||||
]
|
]
|
||||||
# Committee - SISTEM
|
# Committee - SISTEM
|
||||||
++ [
|
++ []
|
||||||
"peace"
|
|
||||||
"milan"
|
|
||||||
]
|
|
||||||
# Admins are part of Committee as well
|
# Admins are part of Committee as well
|
||||||
++ cfg.admin
|
++ cfg.admin
|
||||||
);
|
);
|
||||||
|
@ -78,8 +89,6 @@ in {
|
||||||
"evanc"
|
"evanc"
|
||||||
"eliza"
|
"eliza"
|
||||||
"esy"
|
"esy"
|
||||||
# for temp reasons
|
|
||||||
"peace"
|
|
||||||
];
|
];
|
||||||
trainee = [];
|
trainee = [];
|
||||||
lifetime = [];
|
lifetime = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue