guix-commits
[Top][All Lists]
Advanced

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

87/87: gnu: wavpack: Use HTTPS home page URI.


From: guix-commits
Subject: 87/87: gnu: wavpack: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:52 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 372b15f8625e7f20cafdba2677d4bf3f5eccc127
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 12:04:10 2021 +0100

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 05c038c..cd51d0e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3242,7 +3242,7 @@ stretching and pitch scaling of audio.  This package 
contains the library.")
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)))
-    (home-page "http://www.wavpack.com/";)
+    (home-page "https://www.wavpack.com/";)
     (synopsis "Hybrid lossless audio codec")
     (description
      "WavPack is an audio compression format with lossless, lossy and hybrid



reply via email to

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