From 160e4165f7b65ecb8aae94dace26fa6d6419894f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Sun, 25 Apr 2010 17:30:55 +0000 Subject: [PATCH] Added myself as maintainer for the Haskell Platform. svn path=/nixpkgs/trunk/; revision=21304 --- .../libraries/haskell/haskell-platform/2010.1.0.0.nix | 1 + pkgs/development/libraries/haskell/haskell-platform/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/libraries/haskell/haskell-platform/2010.1.0.0.nix b/pkgs/development/libraries/haskell/haskell-platform/2010.1.0.0.nix index 8d34277d846..73b076947d2 100644 --- a/pkgs/development/libraries/haskell/haskell-platform/2010.1.0.0.nix +++ b/pkgs/development/libraries/haskell/haskell-platform/2010.1.0.0.nix @@ -16,6 +16,7 @@ cabal.mkDerivation (self : { ]; meta = { description = "Haskell Platform meta package"; + maintainers = [self.stdenv.lib.maintainers.andres]; }; }) diff --git a/pkgs/development/libraries/haskell/haskell-platform/default.nix b/pkgs/development/libraries/haskell/haskell-platform/default.nix index 691e6c5e198..87b5173620c 100644 --- a/pkgs/development/libraries/haskell/haskell-platform/default.nix +++ b/pkgs/development/libraries/haskell/haskell-platform/default.nix @@ -16,6 +16,7 @@ cabal.mkDerivation (self : { ]; meta = { description = "Haskell Platform meta package"; + maintainers = [self.stdenv.lib.maintainers.andres]; }; })