haskell-RSA: cosmetic
This commit is contained in:
parent
749243496c
commit
7af4922a9f
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user