~ruther/guix-local

a7f27da7f2a55867cdfea9d63ef953b85699f1a9 — Tobias Geerinckx-Rice 8 years ago 69d973c
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.
2 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/check.scm
M gnu/packages/databases.scm
M gnu/packages/check.scm => gnu/packages/check.scm +1 -1
@@ 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.")

M gnu/packages/databases.scm => gnu/packages/databases.scm +1 -1
@@ 2163,7 2163,7 @@ You might also want to install the following optional dependencies:
       ("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