haskell-RSA: cosmetic

This commit is contained in:
Peter Simons 2013-10-16 17:09:26 +02:00
parent 749243496c
commit 7af4922a9f

View File

@ -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 ];