summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-22 21:29:01 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-01 18:06:20 -0700
commitd8b1fa623e6aac09b5b10d793de9d13562d5570d (patch)
tree2464cfe7bc99219ea07f64ec9bb1b1c77b3b134b /setup.py
parente4b3ddd630944fd20ed54e06355165fff2dda0a0 (diff)
downloadredis-py-d8b1fa623e6aac09b5b10d793de9d13562d5570d.tar.gz
Prefer https:// for URLs when available
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0e8f07d..da0afc5 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
version=__version__,
description='Python client for Redis key-value store',
long_description=long_description,
- url='http://github.com/andymccurdy/redis-py',
+ url='https://github.com/andymccurdy/redis-py',
author='Andy McCurdy',
author_email='sedrik@gmail.com',
maintainer='Andy McCurdy',