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 @@ (define-public gst123
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue