mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: dovecot-trees: Fix typo.
* gnu/packages/mail.scm (dovecot-trees)[description]: Fix typo.
This commit is contained in:
parent
e9b86fa0f1
commit
b3a476624c
1 changed files with 1 additions and 1 deletions
|
@ -1391,7 +1391,7 @@ (define-public dovecot-trees
|
|||
@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)))
|
||||
|
|
Loading…
Reference in a new issue