gnu: gst123: Use HTTPS home page URI.
* gnu/packages/gstreamer.scm (gst123)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
e2b34de2dd
commit
ba8a246baa
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ be used by Python applications using GStreamer.")
|
||||||
("gst-plugins-base" ,gst-plugins-base)))
|
("gst-plugins-base" ,gst-plugins-base)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("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")
|
(synopsis "Flexible command line media player based on gstreamer")
|
||||||
(description "The program gst123 is designed to be a more flexible command
|
(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
|
line player in the spirit of ogg123 and mpg123, based on the gstreamer media
|
||||||
|
|
Reference in a new issue