3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: linux-libre: Change URL to HTTPS.

* gnu/packages/linux.scm (linux-libre): Change URL to HTTPS.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Rutger Helling 2017-10-30 08:02:10 +01:00 committed by Leo Famulari
parent 1650cf9284
commit 8420c7a356
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -140,7 +140,7 @@ defconfig. Return the appropiate make target if applicable, otherwise return
(define (linux-libre-urls version)
"Return a list of URLs for Linux-Libre VERSION."
(list (string-append
"http://linux-libre.fsfla.org/pub/linux-libre/releases/"
"https://linux-libre.fsfla.org/pub/linux-libre/releases/"
version "-gnu/linux-libre-" version "-gnu.tar.xz")
;; XXX: Work around <http://bugs.gnu.org/14851>.