gnu: dovecot-trees: Fix typo.

* gnu/packages/mail.scm (dovecot-trees)[description]: Fix typo.
master
Leo Famulari 2019-04-10 16:09:20 -04:00
parent e9b86fa0f1
commit b3a476624c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ How it works:
@item This password digest is used as a symmetric secret to decrypt a libsodium secretbox.
@item Inside the secretbox is stored a Curve25519 private key.
@item The Curve25519 private key is used to decrypt each individual message,
using lidsodium sealed boxes.
using libsodium sealed boxes.
@item New mail is encrypted as it arrives using the Curve25519 public key.
@end enumerate\n")
(license agpl3)))