summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-11-18 03:30:23 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-11-20 00:57:49 +0100
commit352401efb80f036177ed8de026748bd981a76574 (patch)
tree5393af8933bfdd2dfd15def6fa1ee45c7ac40ffb
parentff43d95807887030cd1d3538da614545116dfe25 (diff)
downloadpatches-352401efb80f036177ed8de026748bd981a76574.tar
patches-352401efb80f036177ed8de026748bd981a76574.tar.gz
gnu: python-joblib: Update home page.
* gnu/packages/python.scm (python-joblib)[home-page]: Update to current.
-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 c7ec7915c9..4ae97078e6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2416,7 +2416,7 @@ logic-free templating system Mustache.")
(lambda _ (invoke "pytest" "-v" "joblib"))))))
(native-inputs
`(("python-pytest" ,python-pytest)))
- (home-page "http://pythonhosted.org/joblib/")
+ (home-page "https://joblib.readthedocs.io/")
(synopsis "Using Python functions as pipeline jobs")
(description
"Joblib is a set of tools to provide lightweight pipelining in Python.