summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-08-17 10:00:16 +0200
committerPeter Simons <simons@cryp.to>2013-08-17 10:00:16 +0200
commit0d7118814b68e52e9b36173463b18a9c4aa4ab3e (patch)
treec5f0c9aea8ce3085815e1d0490def28718e6f014 /pkgs/development/compilers/gcc
parent76244ac2e2c0e1b82717655062d7929e9b64a5da (diff)
parent898348a80d06b023d149980d620868695ce25598 (diff)
downloadnixpkgs-0d7118814b68e52e9b36173463b18a9c4aa4ab3e.tar
nixpkgs-0d7118814b68e52e9b36173463b18a9c4aa4ab3e.tar.gz
nixpkgs-0d7118814b68e52e9b36173463b18a9c4aa4ab3e.tar.bz2
nixpkgs-0d7118814b68e52e9b36173463b18a9c4aa4ab3e.tar.lz
nixpkgs-0d7118814b68e52e9b36173463b18a9c4aa4ab3e.tar.xz
nixpkgs-0d7118814b68e52e9b36173463b18a9c4aa4ab3e.tar.zst
nixpkgs-0d7118814b68e52e9b36173463b18a9c4aa4ab3e.zip
Merge branch 'origin/master' into stdenv.
Diffstat (limited to 'pkgs/development/compilers/gcc')
-rw-r--r--pkgs/development/compilers/gcc/4.3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc/4.3/default.nix b/pkgs/development/compilers/gcc/4.3/default.nix
index 295c4a77f2f..4446876ab1f 100644
--- a/pkgs/development/compilers/gcc/4.3/default.nix
+++ b/pkgs/development/compilers/gcc/4.3/default.nix
@@ -135,7 +135,7 @@ stdenv.mkDerivation ({
     homepage = "http://gcc.gnu.org/";
     license = "GPL/LGPL";
     description = "GNU Compiler Collection, 4.3.x";
-    maintainers = with stdenv.lib.maintainers; [viric ludo];
+    maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; linux;
   };