gnu: openh264: Use HTTPS home page.

* gnu/packages/video.scm (openh264)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 20:35:10 +01:00
parent 3602de332b
commit e11639f385
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2882,7 +2882,7 @@ (define-public openh264
#: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.")