gnu: python-dateutil, python-dateutil-2: Update to new home-page.

* gnu/packages/python.scm (python-dateutil, python2-dateutil,
  python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
This commit is contained in:
Hartmut Goebel 2016-10-19 11:52:54 +02:00
parent c79ad57a8d
commit b5a5fb1927
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 2 deletions

View File

@ -958,7 +958,7 @@ Python file, so it can be easily copied into your project.")
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-six" ,python-six))) `(("python-six" ,python-six)))
(home-page "http://labix.org/python-dateutil") (home-page "https://dateutil.readthedocs.io/en/stable/")
(synopsis "Extensions to the standard datetime module") (synopsis "Extensions to the standard datetime module")
(description (description
"The dateutil module provides powerful extensions to the standard "The dateutil module provides powerful extensions to the standard
@ -988,7 +988,7 @@ datetime module, available in Python 2.3+.")
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))
(home-page "http://labix.org/python-dateutil") (home-page "https://dateutil.readthedocs.io/en/stable/")
(synopsis "Extensions to the standard datetime module") (synopsis "Extensions to the standard datetime module")
(description (description
"The dateutil module provides powerful extensions to the standard "The dateutil module provides powerful extensions to the standard