summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-08-28 03:19:19 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-08-28 03:19:19 -0700
commit8a917021e9cf8b3b8503260493b190ed1478d884 (patch)
tree3700b86efa631da075d6100f0554bfc3fc566b6e /setup.py
parent6d0a27856ff5ffef6cedb0cf442cb386edbbbd66 (diff)
downloadappdirs-8a917021e9cf8b3b8503260493b190ed1478d884.tar.gz
Prefer https:// links where 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 79a8bf5..d11535d 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ setup(
author_email='trentm@gmail.com',
maintainer='Trent Mick; Sridhar Ratnakumar; Jeff Rouse',
maintainer_email='trentm@gmail.com; github@srid.name; jr@its.to',
- url='http://github.com/ActiveState/appdirs',
+ url='https://github.com/ActiveState/appdirs',
license='MIT',
py_modules=["appdirs"],
)