guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/11: gnu: altermime: Download over HTTPS.


From: guix-commits
Subject: 05/11: gnu: altermime: Download over HTTPS.
Date: Fri, 14 Jul 2023 08:19:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1d7e1fbc3850185348a5cc712980158a4ac37841
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:02 2023 +0200

    gnu: altermime: Download over HTTPS.
    
    * gnu/packages/mail.scm (altermime)[source]: Use HTTPS.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 7acb9c83ea..717c132e22 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -830,7 +830,7 @@ Extension (MIME).")
     (version "0.3.11")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://pldaniels.com/altermime/altermime-";
+              (uri (string-append "https://pldaniels.com/altermime/altermime-";
                                   version ".tar.gz"))
               (sha256
                (base32



reply via email to

[Prev in Thread] Current Thread [Next in Thread]