diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-11 10:17:57 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-11 20:17:50 +0000 |
commit | 132a251dd7ac1a397caa31ceefb71c6050e0d65f (patch) | |
tree | c84fe487e8dd51a34f596cb67520ae9d26ef6ed1 /gnu | |
parent | ac50046d23b1ca448a6bff3640ffd55650152311 (diff) | |
download | guix-132a251dd7ac1a397caa31ceefb71c6050e0d65f.tar.gz guix-132a251dd7ac1a397caa31ceefb71c6050e0d65f.zip |
gnu: getmail: Use HTTPS home page.
* gnu/packages/mail.scm (getmail)[source, home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 3b6ac49f0f..a21796c965 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1541,7 +1541,7 @@ pairs have previously synchronized.") (source (origin (method url-fetch) - (uri (string-append "http://pyropus.ca/software/getmail/old-versions/" + (uri (string-append "https://pyropus.ca/software/getmail/old-versions/" "getmail-" version ".tar.gz")) (sha256 (base32 "1yk7lrndbfsrbdxikwzdqvadryqsldalxdn3a184dg4sxzmgis3a")))) @@ -1549,7 +1549,7 @@ pairs have previously synchronized.") (arguments `(#:tests? #f ; no tests #:python ,python-2)) - (home-page "http://pyropus.ca/software/getmail/") + (home-page "https://pyropus.ca/software/getmail/") (synopsis "Mail retriever") (description "A flexible, extensible mail retrieval system with support for |