diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-22 21:29:01 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-11-01 18:06:20 -0700 |
commit | d8b1fa623e6aac09b5b10d793de9d13562d5570d (patch) | |
tree | 2464cfe7bc99219ea07f64ec9bb1b1c77b3b134b /setup.py | |
parent | e4b3ddd630944fd20ed54e06355165fff2dda0a0 (diff) | |
download | redis-py-d8b1fa623e6aac09b5b10d793de9d13562d5570d.tar.gz |
Prefer https:// for URLs when available
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |