guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: mpg123: Use HTTPS for home page.


From: Tobias Geerinckx-Rice
Subject: 03/07: gnu: mpg123: Use HTTPS for home page.
Date: Mon, 15 Jan 2018 21:20:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 53a416d6fdca545493709e2325fdfdb449aabb02
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 15 15:27:30 2018 +0100

    gnu: mpg123: Use HTTPS for home page.
    
    * gnu/packages/mp3.scm (mpg123)[home-page]: Use HTTPS.
---
 gnu/packages/mp3.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index f6e3202..98f3e77 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]