summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hoauth
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/hoauth
parentac8b39f66aac7bdea32cd6c43b13d792bca72081 (diff)
downloadnixpkgs-6fc2cccfe6a2a0518ca5e4347aaac2f387e956d9.tar
nixpkgs-6fc2cccfe6a2a0518ca5e4347aaac2f387e956d9.tar.gz
nixpkgs-6fc2cccfe6a2a0518ca5e4347aaac2f387e956d9.tar.bz2
nixpkgs-6fc2cccfe6a2a0518ca5e4347aaac2f387e956d9.tar.lz
nixpkgs-6fc2cccfe6a2a0518ca5e4347aaac2f387e956d9.tar.xz
nixpkgs-6fc2cccfe6a2a0518ca5e4347aaac2f387e956d9.tar.zst
nixpkgs-6fc2cccfe6a2a0518ca5e4347aaac2f387e956d9.zip
Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix.
Diffstat (limited to 'pkgs/development/libraries/haskell/hoauth')
-rw-r--r--pkgs/development/libraries/haskell/hoauth/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/hoauth/default.nix b/pkgs/development/libraries/haskell/hoauth/default.nix
index c568b292c3c..d2ff9c48080 100644
--- a/pkgs/development/libraries/haskell/hoauth/default.nix
+++ b/pkgs/development/libraries/haskell/hoauth/default.nix
@@ -14,6 +14,9 @@ cabal.mkDerivation (self: {
     description = "A Haskell implementation of OAuth 1.0a protocol.";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
-    maintainers = [ self.stdenv.lib.maintainers.andres ];
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })