haskell-hoauth: add meta.maintainer

This commit is contained in:
Peter Simons 2012-07-14 10:54:43 +02:00
parent 685acc6ef8
commit b5d312a56c

View file

@ -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 ];
};
})