~ruther/guix-local

6f13c4fdd2b4dbcbd5dc65d2ee6fb6e46e1e476a — Leo Famulari 8 years ago e3baf59
gnu: libbdplus: Use HTTPS URL.

* gnu/packages/video.scm (libbdplus)[source]: Use HTTPS URL.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +1 -1
@@ 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"))))