summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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',