summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2021-04-29 10:01:45 +0200
committerPatrick Hilhorst <git@hilhorst.be>2021-05-24 15:01:05 +0200
commitd9b59212d530c0f5fed476f7595080c149433fcf (patch)
tree3256cd251027339c9d8e68906c529ee145fe9f77 /maintainers/team-list.nix
parent4f51b501fe6c6bd19fdefae272a42f16820f3cdd (diff)
downloadnixpkgs-d9b59212d530c0f5fed476f7595080c149433fcf.tar
nixpkgs-d9b59212d530c0f5fed476f7595080c149433fcf.tar.gz
nixpkgs-d9b59212d530c0f5fed476f7595080c149433fcf.tar.bz2
nixpkgs-d9b59212d530c0f5fed476f7595080c149433fcf.tar.lz
nixpkgs-d9b59212d530c0f5fed476f7595080c149433fcf.tar.xz
nixpkgs-d9b59212d530c0f5fed476f7595080c149433fcf.tar.zst
nixpkgs-d9b59212d530c0f5fed476f7595080c149433fcf.zip
maintainers/teams: add gcc
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 0e2baa9e758..86bc0e69ed5 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -78,6 +78,13 @@ with lib.maintainers; {
     scope = "Maintain Freedesktop.org packages for graphical desktop.";
   };
 
+  gcc = {
+    members = [
+      synthetica
+    ];
+    scope = "Maitain GCC (GNU Compiler Collection) compilers";
+  };
+
   golang = {
     members = [
       c00w