diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:17:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 22:57:03 +0100 |
commit | 84f19b1d05fcbf68883d72eb7d25fc8aefe26d62 (patch) | |
tree | 245936d991b1a8729bbceea84edf2f6dd561bf5a /gnu | |
parent | 3c9d89b5e2da2731ccc56a4cb745e1868175db79 (diff) |
gnu: libsmpeg: Use HTTPS home page.
* gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 41e6835baf..0e428f345d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2580,7 +2580,7 @@ Other features include a live preview and live streaming.") ("automake" ,automake))) (inputs `(("sdl" ,sdl2))) - (home-page "http://icculus.org/smpeg/") + (home-page "https://icculus.org/smpeg/") (synopsis "SDL MPEG decoding library") (description "SMPEG (SDL MPEG Player Library) is a free MPEG1 video player library |