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:
parent
69d973cc39
commit
a7f27da7f2
|
@ -1442,7 +1442,7 @@ pytest report.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("pytest" ,python-pytest-3.0)))
|
`(("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")
|
(synopsis "Pytest plugin to catch log messages")
|
||||||
(description
|
(description
|
||||||
"Python-pytest-catchlog is a pytest plugin to catch log messages.")
|
"Python-pytest-catchlog is a pytest plugin to catch log messages.")
|
||||||
|
|
|
@ -2163,7 +2163,7 @@ You might also want to install the following optional dependencies:
|
||||||
("python-sqlalchemy" ,python-sqlalchemy)
|
("python-sqlalchemy" ,python-sqlalchemy)
|
||||||
("python-mako" ,python-mako)
|
("python-mako" ,python-mako)
|
||||||
("python-editor" ,python-editor)))
|
("python-editor" ,python-editor)))
|
||||||
(home-page "http://bitbucket.org/zzzeek/alembic")
|
(home-page "https://bitbucket.org/zzzeek/alembic")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Database migration tool for SQLAlchemy")
|
"Database migration tool for SQLAlchemy")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue