From 7af4922a9f778448115c18872fa278cd46df9259 Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Wed, 16 Oct 2013 17:09:26 +0200 Subject: [PATCH] haskell-RSA: cosmetic --- pkgs/development/libraries/haskell/RSA/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/RSA/default.nix b/pkgs/development/libraries/haskell/RSA/default.nix index 17f4c516a546..c5257c5b2620 100644 --- a/pkgs/development/libraries/haskell/RSA/default.nix +++ b/pkgs/development/libraries/haskell/RSA/default.nix @@ -12,7 +12,7 @@ cabal.mkDerivation (self: { binary cryptoApi cryptoPubkeyTypes monadcryptorandom pureMD5 SHA ]; meta = { - description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1"; + description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1."; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; maintainers = [ self.stdenv.lib.maintainers.andres ];