From 1a15b66afef00a5d70afa838bd444bb6054168bc Mon Sep 17 00:00:00 2001 From: Tad Lispy Date: Wed, 17 Mar 2021 09:14:07 +0100 Subject: [PATCH] Fix wrong homepage address in pyproject.toml (#175) The old address gives 522 status. It's probably outdated. I ran into this problem because the link is used on . --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a101c6e..c3f0166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"