~ruther/guix-local

85a9ffcbf4948ecf3b2500f30c9c17a34873ff2c — Tobias Geerinckx-Rice 8 years ago 58b8d1b
gnu: exim: Use HTTPS for home page.

* gnu/packages/mail.scm (exim)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +1 -1
@@ 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