From b95d5f629fed7e2d78ad06fb315bd2f5a37b5053 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 22 Jun 2017 13:22:05 +0200 Subject: [PATCH] gnu: balsa: Fix typo in description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- gnu/packages/mail.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 4f16853a97dfe45af0be3ea485179814cd98a4a8..019b556c9c1a5b8206442304d7a6611d2d5b39ee 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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+)))