me
/
guix
Archived
1
0
Fork 0

gnu: getmail: Use HTTPS home page.

* gnu/packages/mail.scm (getmail)[source, home-page]: Use HTTPS.
Tobias Geerinckx-Rice 2022-01-11 10:17:57 +00:00
parent ac50046d23
commit 132a251dd7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1541,7 +1541,7 @@ pairs have previously synchronized.")
(source (source
(origin (origin
(method url-fetch) (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")) "getmail-" version ".tar.gz"))
(sha256 (sha256
(base32 "1yk7lrndbfsrbdxikwzdqvadryqsldalxdn3a184dg4sxzmgis3a")))) (base32 "1yk7lrndbfsrbdxikwzdqvadryqsldalxdn3a184dg4sxzmgis3a"))))
@ -1549,7 +1549,7 @@ pairs have previously synchronized.")
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
#:python ,python-2)) #:python ,python-2))
(home-page "http://pyropus.ca/software/getmail/") (home-page "https://pyropus.ca/software/getmail/")
(synopsis "Mail retriever") (synopsis "Mail retriever")
(description (description
"A flexible, extensible mail retrieval system with support for "A flexible, extensible mail retrieval system with support for