[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: libbdplus: Use HTTPS URL.
From: |
Leo Famulari |
Subject: |
01/02: gnu: libbdplus: Use HTTPS URL. |
Date: |
Wed, 12 Jul 2017 21:57:51 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 6f13c4fdd2b4dbcbd5dc65d2ee6fb6e46e1e476a
Author: Leo Famulari <address@hidden>
Date: Wed Jul 12 21:56:12 2017 -0400
gnu: libbdplus: Use HTTPS URL.
* gnu/packages/video.scm (libbdplus)[source]: Use HTTPS URL.
---
gnu/packages/video.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2a1b070..e20db13 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1970,7 +1970,7 @@ and MPEG system streams.")
(source
(origin
(method url-fetch)
- (uri (string-append "ftp://ftp.videolan.org/pub/videolan/libbdplus/"
+ (uri (string-append "https://ftp.videolan.org/pub/videolan/libbdplus/"
version "/" name "-" version ".tar.bz2"))
(sha256
(base32 "02n87lysqn4kg2qk7d1ffrp96c44zkdlxdj0n16hbgrlrpiwlcd6"))))