summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/3.4/dragonegg.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/llvm/3.4/dragonegg.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/llvm/3.4/dragonegg.nix')
-rw-r--r--pkgs/development/compilers/llvm/3.4/dragonegg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/3.4/dragonegg.nix b/pkgs/development/compilers/llvm/3.4/dragonegg.nix
index 2ebdc10654b1..b2f41914d968 100644
--- a/pkgs/development/compilers/llvm/3.4/dragonegg.nix
+++ b/pkgs/development/compilers/llvm/3.4/dragonegg.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     homepage = http://dragonegg.llvm.org/;
     description = "gcc plugin that replaces gcc's optimizers and code generators by those in LLVM";
     license = stdenv.lib.licenses.gpl2Plus;
-    maintainers = with stdenv.lib.maintainers; [viric shlevy];
+    maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; linux;
     broken = true;
   };