guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: packages: mp3: Use HTTPS where possible.


From: ???
Subject: 02/02: gnu: packages: mp3: Use HTTPS where possible.
Date: Wed, 5 Sep 2018 08:57:36 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 296f091b4879679cf970e1526d919c671c80a473
Author: Alex Vong <address@hidden>
Date:   Wed Sep 5 02:16:53 2018 +0800

    gnu: packages: mp3: Use HTTPS where possible.
    
    * gnu/packages/mp3.scm (libmad)[home-page]: Use HTTPS.
    (libid3tag)[home-page]: Likewise.
    (mp3info)[source, home-page]: Likewise.
    (mpg123)[source]: Likewise.
    (libmpcdec)[source, home-page]: Likewise.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/mp3.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index fb919c6..c9effba 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -84,7 +84,7 @@ fully implemented.
 
 This package contains the library.")
    (license license:gpl2+)
-   (home-page "http://www.underbit.com/products/mad/";)))
+   (home-page "https://www.underbit.com/products/mad/";)))
 
 (define-public libid3tag
   (package
@@ -105,7 +105,7 @@ This package contains the library.")
     "Libid3tag is a library for reading ID3 tags, both ID3v1 and the various
 versions of ID3v2.")
    (license license:gpl2+)
-   (home-page "http://www.underbit.com/products/mad/";)))
+   (home-page "https://www.underbit.com/products/mad/";)))
 
 (define-public id3lib
   (package
@@ -184,7 +184,7 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://ibiblio.org";
+                    "https://ibiblio.org";
                     "/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-"
                     version ".tgz"))
               (sha256
@@ -231,7 +231,7 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.")
     (inputs
      `(("gtk+" ,gtk+-2)
        ("ncurses" ,ncurses)))
-    (home-page "http://www.ibiblio.org/mp3info/";)
+    (home-page "https://www.ibiblio.org/mp3info/";)
     (synopsis "MP3 technical info viewer and ID3 1.x tag editor")
     (description
      "MP3Info is a little utility used to read and modify the ID3 tags of MP3
@@ -309,7 +309,7 @@ This package contains the binary.")
               (uri (list (string-append "mirror://sourceforge/mpg123/mpg123/"
                                         version "/mpg123-" version ".tar.bz2")
                          (string-append
-                          "http://www.mpg123.org/download/mpg123-";
+                          "https://www.mpg123.org/download/mpg123-";
                           version ".tar.bz2")))
               (sha256
                (base32
@@ -413,7 +413,7 @@ for album and track information.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://files.musepack.net/source/libmpcdec-";
+                    "https://files.musepack.net/source/libmpcdec-";
                     version ".tar.bz2"))
               (sha256
                (base32
@@ -424,7 +424,7 @@ for album and track information.")
      "This library supports decoding of the Musepack (MPC) audio compression
 format.")
     (license license:bsd-3)
-    (home-page "http://musepack.net";)))
+    (home-page "https://musepack.net";)))
 
 (define-public mpc123
   (package



reply via email to

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