From 86b9c3d60a2b0301cde33c156673ad2fb91e07b5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Oct 2013 17:09:26 +0200 Subject: [PATCH] haskell-hoauth: cosmetic --- pkgs/development/libraries/haskell/hoauth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/hoauth/default.nix b/pkgs/development/libraries/haskell/hoauth/default.nix index 0486ee72f3b4..c568b292c3c1 100644 --- a/pkgs/development/libraries/haskell/hoauth/default.nix +++ b/pkgs/development/libraries/haskell/hoauth/default.nix @@ -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 ];