summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorPatrick Hilhorst <philhorst@science.ru.nl>2018-05-02 18:52:50 +0200
committerPatrick Hilhorst <philhorst@science.ru.nl>2018-05-02 18:52:50 +0200
commit728eb27618990cb558a88f5779eb91a25b3e1a3f (patch)
treeadf6ad7939f060cef947c76f5b284d63687ecc94 /pkgs/development/compilers
parent736dab4a681d9ff5e18ab4e47ed0c85303819b52 (diff)
downloadnixlib-728eb27618990cb558a88f5779eb91a25b3e1a3f.tar
nixlib-728eb27618990cb558a88f5779eb91a25b3e1a3f.tar.gz
nixlib-728eb27618990cb558a88f5779eb91a25b3e1a3f.tar.bz2
nixlib-728eb27618990cb558a88f5779eb91a25b3e1a3f.tar.lz
nixlib-728eb27618990cb558a88f5779eb91a25b3e1a3f.tar.xz
nixlib-728eb27618990cb558a88f5779eb91a25b3e1a3f.tar.zst
nixlib-728eb27618990cb558a88f5779eb91a25b3e1a3f.zip
gcc8: added myself as maintainer
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/gcc/8/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc/8/default.nix b/pkgs/development/compilers/gcc/8/default.nix
index d5e15287db02..ea7b98efcc82 100644
--- a/pkgs/development/compilers/gcc/8/default.nix
+++ b/pkgs/development/compilers/gcc/8/default.nix
@@ -504,7 +504,7 @@ stdenv.mkDerivation ({
       compiler used in the GNU system including the GNU/Linux variant.
     '';
 
-    maintainers = with stdenv.lib.maintainers; [ ];
+    maintainers = with stdenv.lib.maintainers; [ synthetica ];
 
     platforms =
       stdenv.lib.platforms.linux ++