nckx pushed a commit to branch master
in repository guix.
commit ee091ff637c925a51f81489f69e21339b1088b2b
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Jun 29 12:50:51 2020 +0200
gnu: python-coverage: Update home page.
* gnu/packages/check.scm (python-coverage)[home-page]: Update & use HTTPS.
---
gnu/packages/check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 8b7623d..3b946d7 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1522,7 +1522,7 @@ have failed since the last commit or what tests are
currently failing.")))
(arguments
;; FIXME: 95 tests failed, 539 passed, 6 skipped, 2 errors.
'(#:tests? #f))
- (home-page "http://nedbatchelder.com/code/coverage")
+ (home-page "https://coverage.readthedocs.io")
(synopsis "Code coverage measurement for Python")
(description
"Coverage measures code coverage, typically during test execution. It