guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: frescobaldi: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: frescobaldi: Use HTTPS home page URI.
Date: Fri, 01 May 2020 10:37:48 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3e2d65a  gnu: frescobaldi: Use HTTPS home page URI.
3e2d65a is described below

commit 3e2d65aecbace2e23cc84f72dda9c007d745f291
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri May 1 16:37:32 2020 +0200

    gnu: frescobaldi: Use HTTPS home page URI.
    
    * gnu/packages/music.scm (frescobaldi)[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 8e64428..7e8f5e5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2056,7 +2056,7 @@ using a system-independent interface.")
        ("python-pyportmidi" ,python-pyportmidi)
        ("python-pyqt" ,python-pyqt)
        ("python-sip" ,python-sip)))
-    (home-page "http://www.frescobaldi.org/";)
+    (home-page "https://www.frescobaldi.org/";)
     (synopsis "LilyPond sheet music text editor")
     (description
      "Frescobaldi is a LilyPond sheet music text editor with syntax



reply via email to

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