summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/5/default.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-07-01 08:11:05 -0400
committerShea Levy <shea@shealevy.com>2015-07-01 08:11:05 -0400
commit145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796 (patch)
tree25be91a1cd61c8f3cb870842310af47fd87f0226 /pkgs/development/compilers/gcc/5/default.nix
parentf667310c066ca7f773518b2efb94e76ebea08163 (diff)
downloadnixlib-145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796.tar
nixlib-145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796.tar.gz
nixlib-145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796.tar.bz2
nixlib-145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796.tar.lz
nixlib-145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796.tar.xz
nixlib-145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796.tar.zst
nixlib-145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796.zip
Unmaintain a bunch of packages
Diffstat (limited to 'pkgs/development/compilers/gcc/5/default.nix')
-rw-r--r--pkgs/development/compilers/gcc/5/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc/5/default.nix b/pkgs/development/compilers/gcc/5/default.nix
index 95125d99893c..323a87bc7746 100644
--- a/pkgs/development/compilers/gcc/5/default.nix
+++ b/pkgs/development/compilers/gcc/5/default.nix
@@ -507,7 +507,7 @@ stdenv.mkDerivation ({
       compiler used in the GNU system including the GNU/Linux variant.
     '';
 
-    maintainers = with stdenv.lib.maintainers; [ viric shlevy simons ];
+    maintainers = with stdenv.lib.maintainers; [ viric simons ];
 
     # gnatboot is not available out of linux platforms, so we disable the darwin build
     # for the gnat (ada compiler).