mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell-hoauth: cosmetic
This commit is contained in:
parent
ebe6ff8b47
commit
86b9c3d60a
@ -11,7 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
time utf8String
|
time utf8String
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
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 ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
Reference in New Issue
Block a user