about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-24 19:17:29 +0200
committerGitHub <noreply@github.com>2022-06-24 19:17:29 +0200
commita85260fb9233037b5ffa253445eb4200284c7742 (patch)
tree7bc196ebdf2b49fe28834efd244d2a69ccfc2db6 /maintainers
parentc110d8148b20691792e97621cfffb5fc12422b5e (diff)
parent9d9f63e9b93a5d7bf894a474a05bb431faf28fba (diff)
Merge pull request #178612 from SuperSandro2000/c3d2-team
 maintainers/teams: add c3d2 
Diffstat (limited to 'maintainers')
-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 5e852275b4a10..413a6f9b1d7a9 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