diff --git a/packages/faststream-stomp/pyproject.toml b/packages/faststream-stomp/pyproject.toml index 11582d08..99e64cfe 100644 --- a/packages/faststream-stomp/pyproject.toml +++ b/packages/faststream-stomp/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dynamic = ["version"] [project.urls] -repository = "https://github.com/vrslev/stompman" +repository = "https://github.com/community-of-python/stompman" [build-system] requires = ["hatchling", "hatch-vcs"] diff --git a/packages/stompman/pyproject.toml b/packages/stompman/pyproject.toml index 38de06a5..b4b748cd 100644 --- a/packages/stompman/pyproject.toml +++ b/packages/stompman/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dynamic = ["version", "readme"] [project.urls] -repository = "https://github.com/vrslev/stompman" +repository = "https://github.com/community-of-python/stompman" [build-system] requires = ["hatchling", "hatch-vcs", "hatch-fancy-pypi-readme"]