diff options
author | Leo Famulari <leo@famulari.name> | 2019-04-10 16:09:20 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-04-10 19:27:30 -0400 |
commit | b3a476624cdb2373ea9664dc08b4d588d51452b7 (patch) | |
tree | 98a3cefe65e806f7b84a6d7e15b2fec012f9b35c /gnu/packages/mail.scm | |
parent | e9b86fa0f101536f620f1dc50bf414585823a8f6 (diff) | |
download | patches-b3a476624cdb2373ea9664dc08b4d588d51452b7.tar patches-b3a476624cdb2373ea9664dc08b4d588d51452b7.tar.gz |
gnu: dovecot-trees: Fix typo.
* gnu/packages/mail.scm (dovecot-trees)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 57843e1858..2ae3fda9a7 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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))) |