diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:25:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:48 +0100 |
commit | 754c12041deec4f797504854b565add029ed3ca5 (patch) | |
tree | 4166f2c5894561d716e546394b2d1c2ac374ee88 /gnu/packages/mail.scm | |
parent | 9f733172cb3d87bf2a137314dff0b4732dbec208 (diff) | |
download | guix-754c12041deec4f797504854b565add029ed3ca5.tar guix-754c12041deec4f797504854b565add029ed3ca5.tar.gz |
gnu: mu: Use HTTPS home page.
* gnu/packages/mail.scm (mu)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/mail.scm')
-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 d100e99cfb..600c921d48 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -781,7 +781,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.") (string-append (assoc-ref outputs "out") "/share/emacs/site-lisp")) #t))))) - (home-page "http://www.djcbsoftware.nl/code/mu/") + (home-page "https://www.djcbsoftware.nl/code/mu/") (synopsis "Quickly find emails") (description "Mu is a tool for dealing with e-mail messages stored in the |