~ruther/guix-local

b95d5f629fed7e2d78ad06fb315bd2f5a37b5053 — Tobias Geerinckx-Rice 8 years ago 407b086
gnu: balsa: Fix typo in description.

While a Perl MTA named ‘sendEmail’ exists, the upstream description upon
which ours is based clearly refers to ‘Sendmail’.

* gnu/packages/mail.scm (balsa)[description]: Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +1 -1
@@ 2335,5 2335,5 @@ tools and applications:
    (description "Balsa is a highly configurable and robust mail client for
the GNOME desktop.  It supports both POP3 and IMAP servers as well as the
mbox, maildir and mh local mailbox formats.  Balsa also supports SMTP and/or
the use of a local MTA such as Sendemail.")
the use of a local MTA such as Sendmail.")
    (license gpl3+)))