nckx pushed a commit to branch master
in repository guix.

commit 20377e4a99d7855685f29433059d53fca2761ce9
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Wed Oct 3 02:48:01 2018 +0200

    gnu: rubberband: Use HTTPS home page.
    
    * gnu/packages/audio.scm (rubberband)[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 95cc2ed..c92b505 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2245,7 +2245,7 @@ aimed at audio/musical applications.")
        ("vamp" ,vamp)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://breakfastquay.com/rubberband/";)
+    (home-page "https://breakfastquay.com/rubberband/";)
     (synopsis "Audio time-stretching and pitch-shifting library")
     (description
      "Rubber Band is a library and utility program that permits changing the

Reply via email to