gnu: exim: Use HTTPS for home page.

* gnu/packages/mail.scm (exim)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2017-11-14 04:00:53 +01:00
parent 58b8d1b39f
commit 85a9ffcbf4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1107,7 +1107,7 @@ delivery.")
#:make-flags '("INSTALL_ARG=-no_chown")
;; No 'check' target.
#:tests? #f))
(home-page "http://www.exim.org/")
(home-page "https://www.exim.org/")
(synopsis
"Message Transfer Agent (MTA) developed at the University of Cambridge")
(description