diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:08:02 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:08:02 +0100 |
commit | ba8a246baa388bdb61a2b94fc51dc5f97c055334 (patch) | |
tree | 9aa2b18f2f32fb39f90f3138e134daca3711f923 /gnu/packages/gstreamer.scm | |
parent | e2b34de2dddb591c4486fa391c68b4eef049dffa (diff) |
gnu: gst123: Use HTTPS home page URI.
* gnu/packages/gstreamer.scm (gst123)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index b582585d75..1c7ba98a86 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -989,7 +989,7 @@ be used by Python applications using GStreamer.") ("gst-plugins-base" ,gst-plugins-base))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://space.twc.de/~stefan/gst123.php") + (home-page "https://space.twc.de/~stefan/gst123.php") (synopsis "Flexible command line media player based on gstreamer") (description "The program gst123 is designed to be a more flexible command line player in the spirit of ogg123 and mpg123, based on the gstreamer media |