diff options
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 398650e409..e88810916e 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -167,7 +167,9 @@ specifications are building blocks of S/MIME and TLS.") "The GNU Privacy Guard is a complete implementation of the OpenPGP standard. It is used to encrypt and sign data and communication. It features powerful key management and the ability to access public key -servers.") +servers. It includes several libraries: libassuan (IPC between GnuPG +components), libgpg-error (centralized GnuPG error values), and libskba +(working with X.509 certificates and CMS data).") (license gpl3+))) (define-public gpgme |