Skip to content

Commit

Permalink
Fix wrong homepage address in pyproject.toml (djrobstep#175)
Browse files Browse the repository at this point in the history
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/>.
  • Loading branch information
tad-lispy authored Mar 17, 2021
1 parent 5946d14 commit 1a15b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a15b66

Please sign in to comment.