summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:45:44 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 20:42:52 +0100
commitb1ebda07cb475c18d7812cf846141ac50a8fa5f1 (patch)
tree3aa054af584a597ed3dbf7439e2cc5ba5c9c20ec
parentd7ee58ccd22ffe6f4ccf78a9fcf4f9e3612b131c (diff)
downloadpatches-b1ebda07cb475c18d7812cf846141ac50a8fa5f1.tar
patches-b1ebda07cb475c18d7812cf846141ac50a8fa5f1.tar.gz
gnu: python-pygraphviz: Use HTTPS home page.
* gnu/packages/graphviz.scm (python-pygraphviz)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/graphviz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 06216418fe..2d2bb11130 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,