mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-09 14:58:55 +02:00
gnu: lvm2: Default to an HTTPS mirror.
* gnu/packages/linux.scm (lvm2)[source]: Talk HTTPS to sourceware.org.
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user