From 3ec23d36bf4f70425223331ba6b649580ed68e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 7 Jan 2023 16:02:56 +0200 Subject: [PATCH] Fix project GitHub URL --- README.rst | 4 ++-- debian/copyright | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index dc8f417..951f4d8 100644 --- a/README.rst +++ b/README.rst @@ -67,5 +67,5 @@ Future work .. _AMQP 0.9.1 protocol: https://www.rabbitmq.com/amqp-0-9-1-quickref.html .. _Trio: https://github.com/python-trio/trio .. _anyio: https://github.com/agronholm/anyio -.. _issue: https://github.com/python-trio/async_amqp/issues/new -.. _pull request: https://github.com/python-trio/async_amqp/compare/ +.. _issue: https://github.com/python-trio/trio-amqp/issues/new +.. _pull request: https://github.com/python-trio/trio-amqp/compare/ diff --git a/debian/copyright b/debian/copyright index a8d0bcd..078602c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: async_amqp -Source: https://github.com/python-trio/async_amqp +Source: https://github.com/python-trio/trio-amqp Files: * Copyright: 2014-2018, various authors. See AUTHORS.txt file diff --git a/setup.py b/setup.py index 37477ef..db00fe4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ use_scm_version={"version_scheme": "guess-next-dev", "local_scheme": "dirty-tag"}, author="Matthias Urlichs", author_email='matthias@urlichs.de', - url='https://github.com/python-trio/async_amqp', + url='https://github.com/python-trio/trio-amqp', description=description, long_description=open('README.rst').read(), # download_url='https://pypi.python.org/pypi/async_amqp',