gnu: exim: Use HTTPS for home page.
* gnu/packages/mail.scm (exim)[home-page]: Use HTTPS.
This commit is contained in:
parent
58b8d1b39f
commit
85a9ffcbf4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue