guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lvm2: Default to an HTTPS mirror.


From: guix-commits
Subject: branch master updated: gnu: lvm2: Default to an HTTPS mirror.
Date: Wed, 19 Aug 2020 06:56:37 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b06dc2b  gnu: lvm2: Default to an HTTPS mirror.
b06dc2b is described below

commit b06dc2bbd180eb40d661f45b136c4d92454ae149
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 12:55:58 2020 +0200

    gnu: lvm2: Default to an HTTPS mirror.
    
    * gnu/packages/linux.scm (lvm2)[source]: Talk HTTPS to sourceware.org.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8df76ec..3eab938 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3374,7 +3374,7 @@ devices that can inject events directly into the input 
subsystem.")
     (version "2.03.10")
     (source (origin
               (method url-fetch)
-              (uri (list (string-append "ftp://sourceware.org/pub/lvm2/LVM2.";
+              (uri (list (string-append "https://sourceware.org/ftp/lvm2/LVM2.";
                                         version ".tgz")
                          (string-append 
"ftp://sources.redhat.com/pub/lvm2/releases/LVM2.";
                                         version ".tgz")))



reply via email to

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