diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-19 12:55:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-19 12:56:16 +0200 |
commit | b06dc2bbd180eb40d661f45b136c4d92454ae149 (patch) | |
tree | 2fc30318dc68512f5fecc545ae6f5512664012ce /gnu/packages | |
parent | 6e5be7ffad7bd28a4b5f89c831a69ef07ced3638 (diff) | |
download | guix-b06dc2bbd180eb40d661f45b136c4d92454ae149.tar.gz |
gnu: lvm2: Default to an HTTPS mirror.
* gnu/packages/linux.scm (lvm2)[source]: Talk HTTPS to sourceware.org.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8df76ec8a2..3eab938a58 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"))) |