Skip to content

Commit fa21ecd

Browse files
authored
Merge pull request kennknowles#1 from kmmbvnr/patch-1
Fix github url on pypi
2 parents 7886857 + d745a65 commit fa21ecd

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
@@ -11,7 +11,7 @@
1111
),
1212
author='Tomas Aparicio',
1313
author_email='tomas@aparicio.me',
14-
url='https://github.com/tomas-fp/python-jsonpath-ng',
14+
url='https://github.com/h2non/jsonpath-ng',
1515
license='Apache 2.0',
1616
long_description=io.open('README.rst', encoding='utf-8').read(),
1717
packages=['jsonpath_ng', 'jsonpath_ng.bin', 'jsonpath_ng.ext'],

0 commit comments

Comments
 (0)