mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 03:23:20 +00:00
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.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue