diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-05 20:00:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 00:40:32 +0200 |
commit | 70f619d8921e70ab0e4a61d336fa9c4332014b88 (patch) | |
tree | ca086ae8e8697f3b9befa39de3b4ea56cc3d973a /gnu/packages | |
parent | 2bb74d8a131fd9dd1d315ecd965a3e0b4d3006de (diff) |
gnu: msmtp: Don't TP Debian's house.
* gnu/packages/mail.scm (msmtp)[arguments]: Fix comment typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index e5c3834860..27fadc8aae 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1707,7 +1707,7 @@ addons which can add many functionalities to the base client.") (install-file (string-append msmtpq "/README.msmtpq") doc) (install-file "scripts/vim/msmtp.vim" vimfiles) ;; Don't rely on netcat being in the PATH to test for a - ;; connection, instead try tp ing debian.org. + ;; connection, instead look up and ping debian.org. (substitute* (string-append bin "/msmtpq") (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p")) #t)))))) |