From a7f27da7f2a55867cdfea9d63ef953b85699f1a9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 26 Dec 2017 01:14:13 +0000 Subject: [PATCH] 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. --- gnu/packages/check.scm | 2 +- gnu/packages/databases.scm | 2 +- 2 files changed, 2 insertions(+), 2 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 @@ (define-public python-pytest-capturelog (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.") diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index d1e98cf291..86ee56a645 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2163,7 +2163,7 @@ (define-public python-alembic ("python-sqlalchemy" ,python-sqlalchemy) ("python-mako" ,python-mako) ("python-editor" ,python-editor))) - (home-page "http://bitbucket.org/zzzeek/alembic") + (home-page "https://bitbucket.org/zzzeek/alembic") (synopsis "Database migration tool for SQLAlchemy") (description