Skip to content

Commit 5a050ae

Browse files
authored
Fix project URL in setup.py
1 parent 9051214 commit 5a050ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
long_description=LONG_DESC,
5757
author="Matthias Urlichs",
5858
author_email="matthias@urlichs.de",
59-
url="https://github.com/smurfix/trio-asyncio",
59+
url="https://github.com/python-trio/trio-asyncio",
6060
license="MIT -or- Apache License 2.0",
6161
packages=find_packages(),
6262
install_requires=[

0 commit comments

Comments
 (0)