Skip to content

Commit

Permalink
Use HTTPS URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliamson committed Sep 10, 2023
1 parent 53b4c25 commit e3ca074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _extract_tarball(self, tarball_path, lib_dir):
description='jq is a lightweight and flexible JSON processor.',
long_description=_read("README.rst"),
author='Michael Williamson',
url='http://github.com/mwilliamson/jq.py',
url='https://github.com/mwilliamson/jq.py',
python_requires='>=3.5',
license='BSD 2-Clause',
ext_modules = [jq_extension],
Expand Down

0 comments on commit e3ca074

Please sign in to comment.