guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: openh264: Use HTTPS home page.


From: guix-commits
Subject: 11/15: gnu: openh264: Use HTTPS home page.
Date: Fri, 21 Feb 2020 12:39:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e11639f385f7ea2ef0b5b0ede79c83572b33110c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 20:35:10 2020 +0100

    gnu: openh264: Use HTTPS home page.
    
    * gnu/packages/video.scm (openh264)[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 f8c9f9e..59cff04 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2882,7 +2882,7 @@ post-processing of video formats like MPEG2, H.264/AVC, 
and VC-1.")
        #:phases (modify-phases %standard-phases
                   ;; no configure script
                   (delete 'configure))))
-    (home-page "http://www.openh264.org/";)
+    (home-page "https://www.openh264.org/";)
     (synopsis "H264 decoder library")
     (description
      "Openh264 is a library which can decode H264 video streams.")



reply via email to

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