diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-14 04:00:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-14 04:06:53 +0100 |
commit | 85a9ffcbf4948ecf3b2500f30c9c17a34873ff2c (patch) | |
tree | 401f4809fdd022ac2d0085b30a79eeee98e1bbfe /gnu | |
parent | 58b8d1b39f06b35c176da0b31a403a8570d1865c (diff) | |
download | patches-85a9ffcbf4948ecf3b2500f30c9c17a34873ff2c.tar patches-85a9ffcbf4948ecf3b2500f30c9c17a34873ff2c.tar.gz |
gnu: exim: Use HTTPS for home page.
* gnu/packages/mail.scm (exim)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 0b1f0e7dbf..c18b9222df 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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 |