From 8286d304531942a0fc1a7ab233222362d94c89ea Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 29 Aug 2011 07:39:29 +0000 Subject: [PATCH] pkgs/development/compilers/ghc/7.0.4.nix: add myself as a maintainer svn path=/nixpkgs/trunk/; revision=28863 --- pkgs/development/compilers/ghc/7.0.4.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/ghc/7.0.4.nix b/pkgs/development/compilers/ghc/7.0.4.nix index 6f7d802fa0b0..24ed4060d7e5 100644 --- a/pkgs/development/compilers/ghc/7.0.4.nix +++ b/pkgs/development/compilers/ghc/7.0.4.nix @@ -36,6 +36,7 @@ stdenv.mkDerivation rec { maintainers = [ stdenv.lib.maintainers.marcweber stdenv.lib.maintainers.andres + stdenv.lib.maintainers.simons ]; platforms = ghc.meta.platforms; };