summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-24 00:15:18 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-24 00:34:03 +0200
commitcd8aa06093f6491edc17b65608d1f528742f11a6 (patch)
tree35d1da22e0e7d4335418607e689d6725f0558196 /gnu
parentdd29bd4ebcbfcdcb4c62e2c6c5cf4fd54c74af3b (diff)
downloadpatches-cd8aa06093f6491edc17b65608d1f528742f11a6.tar
patches-cd8aa06093f6491edc17b65608d1f528742f11a6.tar.gz
gnu: python-networkx: Use HTTPS home page.
* gnu/packages/python.scm (python-networkx)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 69d87c6e17..ea641b8213 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5208,7 +5208,7 @@ interfaces in an easy and portable manner.")
(native-inputs
`(("python-nose" ,python-nose)
("unzip" ,unzip)))
- (home-page "http://networkx.github.io/")
+ (home-page "https://networkx.github.io/")
(synopsis "Python module for creating and manipulating graphs and networks")
(description
"NetworkX is a Python package for the creation, manipulation, and study