gcc*: use maintainer team
This commit is contained in:
@@ -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 ++
|
||||
|
||||
@@ -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 ++
|
||||
|
||||
@@ -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 ++
|
||||
|
||||
@@ -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 ++
|
||||
|
||||
Reference in New Issue
Block a user