guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libvpx: Use HTTPS for home page.


From: Marius Bakke
Subject: 01/02: gnu: libvpx: Use HTTPS for home page.
Date: Fri, 19 Jan 2018 10:19:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ad7664f636a36c97b428402725e567a23aaf0df1
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 17 00:42:15 2018 +0100

    gnu: libvpx: Use HTTPS for home page.
    
    * gnu/packages/video.scm (libvpx)[home-page]: Use HTTPS.
---
 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 ef8cf55..930c0eb 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1145,7 +1145,7 @@ access to mpv's powerful playback capabilities.")
     (synopsis "VP8/VP9 video codec")
     (description "libvpx is a codec for the VP8/VP9 video compression format.")
     (license license:bsd-3)
-    (home-page "http://www.webmproject.org/";)))
+    (home-page "https://www.webmproject.org/";)))
 
 (define-public youtube-dl
   (package



reply via email to

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