diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-02 22:18:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-02 23:13:20 +0200 |
commit | da83224dd047a3970b572ad48df707ce5e268c71 (patch) | |
tree | 8ae15ee628f2e81540e32e3146a299222eee5d67 /gnu/packages/mail.scm | |
parent | 3f6943846f65f4158b5715d0b7bc23f031991a91 (diff) | |
download | patches-da83224dd047a3970b572ad48df707ce5e268c71.tar patches-da83224dd047a3970b572ad48df707ce5e268c71.tar.gz |
gnu: alpine: Use HTTPS home page.
* gnu/packages/mail.scm (alpine)[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 1694b7c6b1..eabafb6c49 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2577,7 +2577,7 @@ operators and scripters.") ("aspell" ,aspell) ("tcl" ,tcl) ("linux-pam" ,linux-pam))) - (home-page "http://repo.or.cz/alpine.git") + (home-page "https://repo.or.cz/alpine.git") (synopsis "Alternatively Licensed Program for Internet News and Email") (description "Alpine is a text-based mail and news client. Alpine includes several |