gnu: python-networkx: Use HTTPS home page.
* gnu/packages/python.scm (python-networkx)[home-page]: Use HTTPS.
This commit is contained in:
parent
dd29bd4ebc
commit
cd8aa06093
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue