nckx pushed a commit to branch master
in repository guix.

commit 5ba94aa702f6dab31cc58e7f7919c978a088a0c9
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 21:55:59 2020 +0100

    gnu: ardour: Use HTTPS home page.
    
    * gnu/packages/audio.scm (ardour)[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 cbddb8c..2406aa1 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -322,7 +322,7 @@ namespace ARDOUR { const char* revision = \"" version "\" ; 
}"))
        ("itstool" ,itstool)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)))
-    (home-page "http://ardour.org";)
+    (home-page "https://ardour.org";)
     (synopsis "Digital audio workstation")
     (description
      "Ardour is a multi-channel digital audio workstation, allowing users to

Reply via email to