diff options
author | Kurt McKee <contactme@kurtmckee.org> | 2019-12-18 15:45:47 -0600 |
---|---|---|
committer | Kurt McKee <contactme@kurtmckee.org> | 2019-12-18 15:45:47 -0600 |
commit | 9486f826b9729c7d3e94ddb69d6869598dfb0419 (patch) | |
tree | c3dbf98310f6b3ea07381d208fd8a52be0a38b4d /setup.py | |
parent | 29d2789f9fd3784652de2f20585db9a3fd9a7e76 (diff) | |
download | pygments-git-9486f826b9729c7d3e94ddb69d6869598dfb0419.tar.gz |
Update many links to use HTTPS and skip redirects
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ from pygments import __version__ setup( name = 'Pygments', version = __version__, - url = 'http://pygments.org/', + url = 'https://pygments.org/', license = 'BSD License', author = 'Georg Brandl', author_email = 'georg@python.org', |