gnu: python-networkx: Use HTTPS home page.

* gnu/packages/python.scm (python-networkx)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-24 00:15:18 +02:00
parent dd29bd4ebc
commit cd8aa06093
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -5208,7 +5208,7 @@ interfaces in an easy and portable manner.")
(native-inputs (native-inputs
`(("python-nose" ,python-nose) `(("python-nose" ,python-nose)
("unzip" ,unzip))) ("unzip" ,unzip)))
(home-page "http://networkx.github.io/") (home-page "https://networkx.github.io/")
(synopsis "Python module for creating and manipulating graphs and networks") (synopsis "Python module for creating and manipulating graphs and networks")
(description (description
"NetworkX is a Python package for the creation, manipulation, and study "NetworkX is a Python package for the creation, manipulation, and study