guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: alpine: Download over HTTPS.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: alpine: Download over HTTPS.
    
    * gnu/packages/mail.scm (alpine)[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 c41685f22c..7acb9c83ea 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3794,7 +3794,7 @@ operators and scripters.")
        ;; the patched version, and so do we to not break expectations.
        ;; http://alpine.freeiz.com/alpine/readme/README.patches
        (uri (git-reference
-             (url "http://repo.or.cz/alpine.git";)
+             (url "https://repo.or.cz/alpine.git";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256



reply via email to

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