summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/SHA
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-28 15:42:42 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-03-28 15:42:42 +0000
commitdefd86049c17a1a34db52f9cbf238f926e270dca (patch)
treebfb3eab227bc0ad487db09a2a34780fb71f61808 /pkgs/development/libraries/haskell/SHA
parent49b7f13128731188bfebdc2cf2a712a7fc5118ce (diff)
parentdb8f709430e20ad07e040af1813529e133ec823b (diff)
downloadnixpkgs-defd86049c17a1a34db52f9cbf238f926e270dca.tar
nixpkgs-defd86049c17a1a34db52f9cbf238f926e270dca.tar.gz
nixpkgs-defd86049c17a1a34db52f9cbf238f926e270dca.tar.bz2
nixpkgs-defd86049c17a1a34db52f9cbf238f926e270dca.tar.lz
nixpkgs-defd86049c17a1a34db52f9cbf238f926e270dca.tar.xz
nixpkgs-defd86049c17a1a34db52f9cbf238f926e270dca.tar.zst
nixpkgs-defd86049c17a1a34db52f9cbf238f926e270dca.zip
Merge ^/nixpkgs/trunk.
This merge leads to a big rebuild, but this wouldn't hurt as I'm going to
reintegrate this branch soon.

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33455
Diffstat (limited to 'pkgs/development/libraries/haskell/SHA')
-rw-r--r--pkgs/development/libraries/haskell/SHA/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/SHA/default.nix b/pkgs/development/libraries/haskell/SHA/default.nix
index 659b06f72b7..7aaf6c51321 100644
--- a/pkgs/development/libraries/haskell/SHA/default.nix
+++ b/pkgs/development/libraries/haskell/SHA/default.nix
@@ -11,9 +11,6 @@ cabal.mkDerivation (self: {
     description = "Implementations of the SHA suite of message digest functions";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
-    maintainers = [
-      self.stdenv.lib.maintainers.andres
-      self.stdenv.lib.maintainers.simons
-    ];
+    maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })