gnu: python-joblib: Update home page.

* gnu/packages/python.scm (python-joblib)[home-page]: Update to current.
This commit is contained in:
Marius Bakke 2018-11-18 03:30:23 +01:00
parent ff43d95807
commit 352401efb8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2416,7 +2416,7 @@ (define-public python-joblib
(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.