Skip to content

Commit 17cf975

Browse files
authored
Fix url in Issue tracker (#140)
1 parent 303e3de commit 17cf975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def version():
3434
python_requires=">=3.7",
3535
project_urls={
3636
"Changes": "https://github.com/redis/hiredis-py/releases",
37-
"Issue tracker": "https://github.com/hiredis/redis-py/issues",
37+
"Issue tracker": "https://github.com/redis/hiredis-py/issues",
3838
},
3939
classifiers=[
4040
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)