summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/11/default.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2021-05-24 15:02:14 +0200
committerPatrick Hilhorst <git@hilhorst.be>2021-05-24 15:02:14 +0200
commit3e91f422fd355a9caf3109f6ef32d811a2e312a8 (patch)
treea3351e82fc41b7ce60f2cf52bdaa48578e60fdf9 /pkgs/development/compilers/gcc/11/default.nix
parent841cee208f9a089f963e784ae1c69d4e0913e149 (diff)
downloadnixpkgs-3e91f422fd355a9caf3109f6ef32d811a2e312a8.tar
nixpkgs-3e91f422fd355a9caf3109f6ef32d811a2e312a8.tar.gz
nixpkgs-3e91f422fd355a9caf3109f6ef32d811a2e312a8.tar.bz2
nixpkgs-3e91f422fd355a9caf3109f6ef32d811a2e312a8.tar.lz
nixpkgs-3e91f422fd355a9caf3109f6ef32d811a2e312a8.tar.xz
nixpkgs-3e91f422fd355a9caf3109f6ef32d811a2e312a8.tar.zst
nixpkgs-3e91f422fd355a9caf3109f6ef32d811a2e312a8.zip
gcc11: use maintainer team
Diffstat (limited to 'pkgs/development/compilers/gcc/11/default.nix')
-rw-r--r--pkgs/development/compilers/gcc/11/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc/11/default.nix b/pkgs/development/compilers/gcc/11/default.nix
index cff1abf7267..fe29440c25d 100644
--- a/pkgs/development/compilers/gcc/11/default.nix
+++ b/pkgs/development/compilers/gcc/11/default.nix
@@ -285,7 +285,7 @@ stdenv.mkDerivation ({
       compiler used in the GNU system including the GNU/Linux variant.
     '';
 
-    maintainers = with lib.maintainers; [ synthetica ];
+    maintainers = lib.teams.gcc.members;
 
     platforms =
       lib.platforms.linux ++