diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 15:27:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-16 01:00:30 +0100 |
commit | 53a416d6fdca545493709e2325fdfdb449aabb02 (patch) | |
tree | ab72968e4e0bcf97c515c4eb7dfbdce664e543f4 /gnu | |
parent | 38b87a8af7a3f2d3d4f77e9eaa6adc65c8edfdff (diff) | |
download | guix-53a416d6fdca545493709e2325fdfdb449aabb02.tar.gz guix-53a416d6fdca545493709e2325fdfdb449aabb02.zip |
gnu: mpg123: Use HTTPS for home page.
* gnu/packages/mp3.scm (mpg123)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mp3.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index f6e3202653..98f3e7763d 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -317,7 +317,7 @@ This package contains the binary.") (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 |