Fix wrong homepage address in pyproject.toml (#175)

The old address <https://migra.djrobstep.com/> gives 522 status. It's probably outdated.  I ran into this problem because the link is used on <https://pypi.org/project/migra/>.
This commit is contained in:
Tad Lispy 2021-03-17 09:14:07 +01:00 committed by GitHub
parent 5946d144ea
commit 1a15b66afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ readme = "README.md"
description = "Like `diff` but for PostgreSQL schemas"
repository = "https://github.com/djrobstep/migra"
homepage = "https://migra.djrobstep.com/"
homepage = "https://databaseci.com/docs/migra"
[tool.poetry.dependencies]
python = ">=3.6,<4"