guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: faust: Use HTTPS home page.


From: guix-commits
Subject: 11/16: gnu: faust: Use HTTPS home page.
Date: Thu, 12 Mar 2020 00:12:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 62f6f9d99fdef05086251e8e10554990092c9844
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:01:50 2020 +0100

    gnu: faust: Use HTTPS home page.
    
    * gnu/packages/audio.scm (faust)[home-page]: Use HTTPS.
---
 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 ea65b4e..b6e0a43 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1306,7 +1306,7 @@ PS, and DAB+.")
              #t)))))
     (native-inputs
      `(("unzip" ,unzip)))
-    (home-page "http://faust.grame.fr/";)
+    (home-page "https://faust.grame.fr/";)
     (synopsis "Signal processing language")
     (description
      "Faust is a programming language for realtime audio signal processing.")



reply via email to

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