haskell-hoauth: add meta.maintainer
This commit is contained in:
parent
685acc6ef8
commit
b5d312a56c
@ -14,5 +14,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A Haskell implementation of OAuth 1.0a protocol.";
|
description = "A Haskell implementation of OAuth 1.0a protocol.";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user