gnu: mpg123: Use HTTPS for home page.
* gnu/packages/mp3.scm (mpg123)[home-page]: Use HTTPS.
This commit is contained in:
parent
38b87a8af7
commit
53a416d6fd
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ (define-public mpg123
|
|||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("pulseaudio" ,pulseaudio)
|
||||
("alsa-lib" ,alsa-lib)))
|
||||
(home-page "http://www.mpg123.org/")
|
||||
(home-page "https://www.mpg123.org/")
|
||||
(synopsis "Console MP3 player and decoder library")
|
||||
(description
|
||||
"Mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers
|
||||
|
|
Loading…
Reference in a new issue