aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-06-22 13:22:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-06-23 17:21:19 +0200
commitb95d5f629fed7e2d78ad06fb315bd2f5a37b5053 (patch)
treea15cb41d0efe806cf9cf48a80cd8965cee08324d
parent407b086ba5069fae32d8109fdac7b20f21132a17 (diff)
downloadguix-b95d5f629fed7e2d78ad06fb315bd2f5a37b5053.tar
guix-b95d5f629fed7e2d78ad06fb315bd2f5a37b5053.tar.gz
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.
-rw-r--r--gnu/packages/mail.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 4f16853a97..019b556c9c 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+)))