From b5d312a56c7c626b8bd127807f5a302d46f74202 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 14 Jul 2012 10:54:43 +0200 Subject: [PATCH] haskell-hoauth: add meta.maintainer --- pkgs/development/libraries/haskell/hoauth/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; })