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