From 132a251dd7ac1a397caa31ceefb71c6050e0d65f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 11 Jan 2022 10:17:57 +0000 Subject: gnu: getmail: Use HTTPS home page. * gnu/packages/mail.scm (getmail)[source, home-page]: Use HTTPS. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/mail.scm') 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 @@ (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 -- cgit v1.2.3