mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
407b086ba5
commit
b95d5f629f
1 changed files with 1 additions and 1 deletions
|
@ -2335,5 +2335,5 @@ (define-public balsa
|
|||
(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+)))
|
||||
|
|
Loading…
Reference in a new issue