From 5886239888e4c8f2171ec433780668367ec3c429 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Tue, 4 Feb 2025 15:42:38 +0300 Subject: [PATCH] Update links: vrslev -> community-of-python --- packages/faststream-stomp/pyproject.toml | 2 +- packages/stompman/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]