guix-commits
[Top][All Lists]
Advanced

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

48/87: gnu: qtractor: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 3cb8cc255fbf4df5c36677ae07afd32f63d8b0dd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:39:47 2021 +0100

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

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2100e63..5673c11 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3031,7 +3031,7 @@ from the command line.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("qttools" ,qttools)))
-    (home-page "http://qtractor.org/";)
+    (home-page "https://qtractor.org/";)
     (synopsis "Audio/MIDI multi-track sequencer")
     (description
      "Qtractor is an Audio/MIDI multi-track sequencer application.  It uses



reply via email to

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