guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: python-tox: Update home page.


From: guix-commits
Subject: 07/07: gnu: python-tox: Update home page.
Date: Wed, 12 Feb 2020 18:54:49 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d81fb2ae9443994ae5dd1cb5837276fad63f842c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:18:18 2020 +0100

    gnu: python-tox: Update home page.
    
    * gnu/packages/python-xyz.scm (python-tox)[home-page]: Use new (HTTPS)
    URI.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b47e395..77c960a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8840,7 +8840,7 @@ Pytest but stripped of Pytest specific details.")
     `(; FIXME: Missing: ("python-pytest-timeout" ,python-pytest-timeout)
       ("python-pytest" ,python-pytest)  ; >= 2.3.5
       ("python-setuptools-scm" ,python-setuptools-scm)))
-   (home-page "http://tox.testrun.org/";)
+   (home-page "https://tox.readthedocs.io";)
    (synopsis "Virtualenv-based automation of test activities")
    (description "Tox is a generic virtualenv management and test command line
 tool.  It can be used to check that a package installs correctly with



reply via email to

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