gcc*: use maintainer team

This commit is contained in:
Patrick Hilhorst
2021-05-24 15:01:05 +02:00
parent d9b59212d5
commit c913e53bdb
4 changed files with 4 additions and 4 deletions
@@ -280,7 +280,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 ++
+1 -1
View File
@@ -294,7 +294,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant.
'';
maintainers = with lib.maintainers; [ ];
maintainers = lib.teams.gcc.members;
platforms =
lib.platforms.linux ++
+1 -1
View File
@@ -276,7 +276,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 ++
+1 -1
View File
@@ -295,7 +295,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 ++