From 20c3c7fbbf205a3a03fd11221dd6a38c7d83e79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:52:20 -0600 Subject: [PATCH] chore: Use consisten casing for GitHub org (#502) See https://github.com/pypi/warehouse/issues/16666. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d107486..f5a477a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ maintainers = ["Meltano Team and Contributors "] license = "MIT" readme = "README.md" homepage = "https://meltano.com" -repository = "https://github.com/meltanolabs/tap-postgres" -documentation = "https://github.com/meltanolabs/tap-postgres/blob/main/README.md" +repository = "https://github.com/MeltanoLabs/tap-postgres" +documentation = "https://github.com/MeltanoLabs/tap-postgres/blob/main/README.md" keywords = [ "Postgres", "Singer",