guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Hartmut Goebel
Subject: 01/01: gnu: python-dateutil, python-dateutil-2: Update to new home-page.
Date: Wed, 19 Oct 2016 09:54:24 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit b5a5fb192788a1930c168f635d52a1e4532b7cf6
Author: Hartmut Goebel <address@hidden>
Date:   Wed Oct 19 11:52:54 2016 +0200

    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.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c5a39f4..57dcd83 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -958,7 +958,7 @@ Python file, so it can be easily copied into your project.")
     (build-system python-build-system)
     (inputs
      `(("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")
     (description
      "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)
     (inputs
      `(("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")
     (description
      "The dateutil module provides powerful extensions to the standard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]