summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hoauth
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-07-14 10:54:43 +0200
committerPeter Simons <simons@cryp.to>2012-07-14 10:54:43 +0200
commitb5d312a56c7c626b8bd127807f5a302d46f74202 (patch)
tree4254794a713c1c4f6e9b0f133945710f78114fe6 /pkgs/development/libraries/haskell/hoauth
parent685acc6ef88767cd63a110ade63437ba8177de06 (diff)
downloadnixpkgs-b5d312a56c7c626b8bd127807f5a302d46f74202.tar
nixpkgs-b5d312a56c7c626b8bd127807f5a302d46f74202.tar.gz
nixpkgs-b5d312a56c7c626b8bd127807f5a302d46f74202.tar.bz2
nixpkgs-b5d312a56c7c626b8bd127807f5a302d46f74202.tar.lz
nixpkgs-b5d312a56c7c626b8bd127807f5a302d46f74202.tar.xz
nixpkgs-b5d312a56c7c626b8bd127807f5a302d46f74202.tar.zst
nixpkgs-b5d312a56c7c626b8bd127807f5a302d46f74202.zip
haskell-hoauth: add meta.maintainer
Diffstat (limited to 'pkgs/development/libraries/haskell/hoauth')
-rw-r--r--pkgs/development/libraries/haskell/hoauth/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/hoauth/default.nix b/pkgs/development/libraries/haskell/hoauth/default.nix
index f097a134218..e118f765097 100644
--- a/pkgs/development/libraries/haskell/hoauth/default.nix
+++ b/pkgs/development/libraries/haskell/hoauth/default.nix
@@ -14,5 +14,6 @@ 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 ];
   };
 })