1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 19:50:30 +02:00

gnu: dovecot-trees: Fix typo.

* gnu/packages/mail.scm (dovecot-trees)[description]: Fix typo.
This commit is contained in:
Leo Famulari
2019-04-10 16:09:20 -04:00
parent e9b86fa0f1
commit b3a476624c

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)))