guix-commits
[Top][All Lists]
Advanced

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

84/87: gnu: twolame: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 5c5a9cd6ff659aaa29522712616cd676ecf48d96
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 12:02:53 2021 +0100

    gnu: twolame: Use HTTPS home page URI.
    
    * gnu/packages/audio.scm (twolame)[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 cc5189a..05c038c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3425,7 +3425,7 @@ conversion.  It may be used, for example, to resample 
PCM-encoded audio.")
     (native-inputs
      `(("perl" ,perl)
        ("which" ,which)))               ;used in tests/test.pl
-    (home-page "http://www.twolame.org/";)
+    (home-page "https://www.twolame.org/";)
     (synopsis "MPEG Audio Layer 2 (MP2) encoder")
     (description
      "TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on



reply via email to

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