diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-12 21:56:12 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-12 21:57:36 -0400 |
commit | 6f13c4fdd2b4dbcbd5dc65d2ee6fb6e46e1e476a (patch) | |
tree | 84c66b1bcb8b629fb09d062846cfca5ad7456ff5 /gnu/packages/video.scm | |
parent | e3baf59cb32ada3f42e3bc13e90a170a064f555b (diff) | |
download | guix-6f13c4fdd2b4dbcbd5dc65d2ee6fb6e46e1e476a.tar guix-6f13c4fdd2b4dbcbd5dc65d2ee6fb6e46e1e476a.tar.gz |
gnu: libbdplus: Use HTTPS URL.
* gnu/packages/video.scm (libbdplus)[source]: Use HTTPS URL.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2a1b070d87..e20db13e50 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")))) |