mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: getmail: Use HTTPS home page.
* gnu/packages/mail.scm (getmail)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
ac50046d23
commit
132a251dd7
1 changed files with 2 additions and 2 deletions
|
@ -1541,7 +1541,7 @@ (define-public getmail
|
|||
(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 @@ (define-public getmail
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue