summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hxt-unicode/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-23 14:57:25 +0100
committerPeter Simons <simons@cryp.to>2013-03-23 15:58:14 +0100
commit6fc2cccfe6a2a0518ca5e4347aaac2f387e956d9 (patch)
tree2517d6eda8ef4e9f5eec04de12ccdc91d0d9a70a /pkgs/development/libraries/haskell/hxt-unicode/default.nix
parentac8b39f66aac7bdea32cd6c43b13d792bca72081 (diff)
Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix.
Diffstat (limited to 'pkgs/development/libraries/haskell/hxt-unicode/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/hxt-unicode/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/hxt-unicode/default.nix b/pkgs/development/libraries/haskell/hxt-unicode/default.nix
index 731c63b5378b9..6584a69b4baed 100644
--- a/pkgs/development/libraries/haskell/hxt-unicode/default.nix
+++ b/pkgs/development/libraries/haskell/hxt-unicode/default.nix
@@ -10,6 +10,9 @@ cabal.mkDerivation (self: {
     description = "Unicode en-/decoding functions for utf8, iso-latin-* and other encodings";
     license = "unknown";
     platforms = self.ghc.meta.platforms;
-    maintainers = [ self.stdenv.lib.maintainers.andres ];
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })