From 94f7468f1d1df536b17fcc2aee3982afd6904bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Mon, 9 Sep 2024 13:28:57 -0600 Subject: [PATCH] chore: Use consisten casing for GitHub org --- 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",