gnu: openh264: Use HTTPS home page.
* gnu/packages/video.scm (openh264)[home-page]: Use HTTPS.
This commit is contained in:
parent
3602de332b
commit
e11639f385
1 changed files with 1 additions and 1 deletions
|
@ -2882,7 +2882,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
;; no configure script
|
;; no configure script
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://www.openh264.org/")
|
(home-page "https://www.openh264.org/")
|
||||||
(synopsis "H264 decoder library")
|
(synopsis "H264 decoder library")
|
||||||
(description
|
(description
|
||||||
"Openh264 is a library which can decode H264 video streams.")
|
"Openh264 is a library which can decode H264 video streams.")
|
||||||
|
|
Reference in a new issue