diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-02 19:07:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-03 00:39:49 +0100 |
commit | c5ef5f81e4ee2c6febcf422d93fbf0448427f20f (patch) | |
tree | 3b6a28d7520ae960a3654b24cd5e056993d6eea1 | |
parent | 688f573bb185f9f5eec7f809e368f92d58db6339 (diff) | |
download | guix-c5ef5f81e4ee2c6febcf422d93fbf0448427f20f.tar.gz |
gnu: mu: Fix typo.
* gnu/packages/mail.scm (mu)[description]: Fix typo.
-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 35c4a6d970..38feb6593b 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1234,7 +1234,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.") (synopsis "Quickly find emails") (description "Mu is a tool for dealing with e-mail messages stored in the -Maildir-format. Mu's purpose in life is to help you to quickly find the +Maildir format. Mu's purpose in life is to help you to quickly find the messages you need; in addition, it allows you to view messages, extract attachments, create new maildirs, and so on.") (license license:gpl3+))) |