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.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-26 01:14:13 +00:00
parent 69d973cc39
commit a7f27da7f2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
2 changed files with 2 additions and 2 deletions

View file

@ -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