gnu: libvpx: Use HTTPS for home page.

* gnu/packages/video.scm (libvpx)[home-page]: Use HTTPS.
master
Marius Bakke 2018-01-17 00:42:15 +01:00
parent 5bb12e1462
commit ad7664f636
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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