gnu: getmail: Use HTTPS home page.
* gnu/packages/mail.scm (getmail)[source, home-page]: Use HTTPS.
parent
ac50046d23
commit
132a251dd7
|
@ -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
|
||||||
|
|
Reference in New Issue