guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libaacs: Use HTTPS URL.


From: Leo Famulari
Subject: 02/02: gnu: libaacs: Use HTTPS URL.
Date: Wed, 12 Jul 2017 21:57:51 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6c2481ef0f95fcaa3d986695781116cf5d3dd15e
Author: Leo Famulari <address@hidden>
Date:   Wed Jul 12 21:56:39 2017 -0400

    gnu: libaacs: Use HTTPS URL.
    
    * gnu/packages/video.scm (libaacs)[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 e20db13..7056a8d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1990,7 +1990,7 @@ specifications.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "ftp://ftp.videolan.org/pub/videolan/libaacs/";
+       (uri (string-append "https://ftp.videolan.org/pub/videolan/libaacs/";
                            version "/" name "-" version ".tar.bz2"))
        (sha256
         (base32 "1kms92i0c7i1yl659kqjf19lm8172pnpik5lsxp19xphr74vvq27"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]