gnu: mu: Fix typo.

* gnu/packages/mail.scm (mu)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-02 19:07:57 +01:00
parent 688f573bb1
commit c5ef5f81e4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1234,7 +1234,7 @@ (define-public mu
(synopsis "Quickly find emails") (synopsis "Quickly find emails")
(description (description
"Mu is a tool for dealing with e-mail messages stored in the "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 messages you need; in addition, it allows you to view messages, extract
attachments, create new maildirs, and so on.") attachments, create new maildirs, and so on.")
(license license:gpl3+))) (license license:gpl3+)))