summaryrefslogtreecommitdiffstats
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-22 19:58:16 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-22 19:58:16 +0200
commitbad7610c88e33724d3514f49fccec9264324c958 (patch)
tree001d7c114455ed929fb6fbcc76482eb507dd74c7 /maintainers/team-list.nix
parent0261350ec93359c6a801a8df4b2b7699ae23a9e5 (diff)
maintainers/teams: add c3d2
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 5e852275b4a1..413a6f9b1d7a 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -94,6 +94,16 @@ with lib.maintainers; {
enableFeatureFreezePing = true;
};
+ c3d2 = {
+ members = [
+ astro
+ SuperSandro2000
+ ];
+ scope = "Maintain packages used in the C3D2 hackspace";
+ shortName = "c3d2";
+ enableFeatureFreezePing = true;
+ };
+
cinnamon = {
members = [
mkg20001