summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2019-12-18 15:45:47 -0600
committerKurt McKee <contactme@kurtmckee.org>2019-12-18 15:45:47 -0600
commit9486f826b9729c7d3e94ddb69d6869598dfb0419 (patch)
treec3dbf98310f6b3ea07381d208fd8a52be0a38b4d /setup.py
parent29d2789f9fd3784652de2f20585db9a3fd9a7e76 (diff)
downloadpygments-git-9486f826b9729c7d3e94ddb69d6869598dfb0419.tar.gz
Update many links to use HTTPS and skip redirects
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e72580b2..0c9f4f54 100755
--- a/setup.py
+++ b/setup.py
@@ -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',