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.
This commit is contained in:
Tobias Geerinckx-Rice 2017-06-22 13:22:05 +02:00
parent 407b086ba5
commit b95d5f629f
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 1 additions and 1 deletions

View File

@ -2335,5 +2335,5 @@ tools and applications:
(description "Balsa is a highly configurable and robust mail client for (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 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 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+))) (license gpl3+)))