gcc*: use maintainer team

This commit is contained in:
Patrick Hilhorst 2021-04-29 10:06:46 +02:00
parent d9b59212d5
commit c913e53bdb
No known key found for this signature in database
GPG Key ID: 3BB083304DADC0FF
4 changed files with 4 additions and 4 deletions

View File

@ -280,7 +280,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with lib.maintainers; [ synthetica ]; maintainers = lib.teams.gcc.members;
platforms = platforms =
lib.platforms.linux ++ lib.platforms.linux ++

View File

@ -294,7 +294,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with lib.maintainers; [ ]; maintainers = lib.teams.gcc.members;
platforms = platforms =
lib.platforms.linux ++ lib.platforms.linux ++

View File

@ -276,7 +276,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with lib.maintainers; [ synthetica ]; maintainers = lib.teams.gcc.members;
platforms = platforms =
lib.platforms.linux ++ lib.platforms.linux ++

View File

@ -295,7 +295,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant. compiler used in the GNU system including the GNU/Linux variant.
''; '';
maintainers = with lib.maintainers; [ synthetica ]; maintainers = lib.teams.gcc.members;
platforms = platforms =
lib.platforms.linux ++ lib.platforms.linux ++