guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: python-pygraphviz: Use HTTPS home page.


From: guix-commits
Subject: 09/10: gnu: python-pygraphviz: Use HTTPS home page.
Date: Sat, 21 Mar 2020 15:45:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b1ebda07cb475c18d7812cf846141ac50a8fa5f1
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:45:44 2020 +0100

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

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 0621641..2d2bb11 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -228,7 +228,7 @@ visualization tool suite.")
      `(("python-nose" ,python-nose)
        ("python-mock" ,python-mock)
        ("python-doctest-ignore-unicode" ,python-doctest-ignore-unicode)))
-    (home-page "http://pygraphviz.github.io";)
+    (home-page "https://pygraphviz.github.io";)
     (synopsis "Python interface to Graphviz")
     (description "PyGraphviz is a Python interface to the Graphviz graph
 layout and visualization package.  With PyGraphviz you can create, edit, read,



reply via email to

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