From be5e9737bf082a9daf49b3b7b90ca1c31c7933b4 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Tue, 4 Feb 2025 15:43:26 +0300 Subject: [PATCH] =?UTF-8?q?Update=20links:=20vrslev=20=E2=86=92=20communit?= =?UTF-8?q?y-of-python=20(#107)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 11582d0..99e64cf 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 38de06a..b4b748c 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"]