diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:45:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 20:42:52 +0100 |
commit | b1ebda07cb475c18d7812cf846141ac50a8fa5f1 (patch) | |
tree | 3aa054af584a597ed3dbf7439e2cc5ba5c9c20ec /gnu | |
parent | d7ee58ccd22ffe6f4ccf78a9fcf4f9e3612b131c (diff) | |
download | guix-b1ebda07cb475c18d7812cf846141ac50a8fa5f1.tar.gz guix-b1ebda07cb475c18d7812cf846141ac50a8fa5f1.zip |
gnu: python-pygraphviz: Use HTTPS home page.
* gnu/packages/graphviz.scm (python-pygraphviz)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphviz.scm | 2 |
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, |