gnu: lvm2: Default to an HTTPS mirror.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 19 Aug 2020 10:55:58 +0000 (12:55 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 19 Aug 2020 10:56:16 +0000 (12:56 +0200)
* gnu/packages/linux.scm (lvm2)[source]: Talk HTTPS to sourceware.org.

gnu/packages/linux.scm

index 8df76ec..3eab938 100644 (file)
@@ -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")))