summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-26 01:14:13 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-26 02:27:42 +0100
commita7f27da7f2a55867cdfea9d63ef953b85699f1a9 (patch)
tree8224962e651b1984efe721a46b178b4eed04af52 /gnu/packages/check.scm
parent69d973cc391dee454bebb31a84daf08b888c576a (diff)
gnu: check, databases: Use HTTPS for bitbucket.org.
* gnu/packages/check.scm (python-pytest-capturelog)[home-page]: Likewise. * gnu/packages/databases.scm (python-alembic)[home-page]: Likewise.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e1e90b6668..71588109c8 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1442,7 +1442,7 @@ pytest report.")
(build-system python-build-system)
(propagated-inputs
`(("pytest" ,python-pytest-3.0)))
- (home-page "http://bitbucket.org/memedough/pytest-capturelog/overview")
+ (home-page "https://bitbucket.org/memedough/pytest-capturelog/overview")
(synopsis "Pytest plugin to catch log messages")
(description
"Python-pytest-catchlog is a pytest plugin to catch log messages.")