guix-commits
[Top][All Lists]
Advanced

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

15/17: gnu: pd: Use HTTPS home page.


From: guix-commits
Subject: 15/17: gnu: pd: Use HTTPS home page.
Date: Tue, 9 Jun 2020 22:38:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8c5b29c7960e308bc11e887d742effa46a6a6b85
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 10 03:38:40 2020 +0200

    gnu: pd: Use HTTPS home page.
    
    * gnu/packages/music.scm (pd)[home-page]: Use HTTPS.
---
 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 beecdcc..c9b6c94 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1918,7 +1918,7 @@ export.")
      `(("tk" ,tk)
        ("alsa-lib" ,alsa-lib)
        ("jack" ,jack-1)))
-    (home-page "http://puredata.info";)
+    (home-page "https://puredata.info";)
     (synopsis "Visual programming language for artistic performances")
     (description
      "Pure Data (aka Pd) is a visual programming language.  Pd enables



reply via email to

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