gnu: python-pygraphviz: Use HTTPS home page.

* gnu/packages/graphviz.scm (python-pygraphviz)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:45:44 +01:00
parent d7ee58ccd2
commit b1ebda07cb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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,