about summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-02-05 20:06:01 +0100
committerhut <hut@hut.pm>2018-02-05 20:13:59 +0100
commit03dae5f034cad6103d432c2882943a610cd80a33 (patch)
treee0acb9ab18775205e977a68d9d8839bfe1a6c5de /setup.py
parent08e43b29066c886cf4f7461dc573aaf74307d35d (diff)
downloadranger-03dae5f034cad6103d432c2882943a610cd80a33.tar.gz
change website URLS to HTTPS
(Thanks to Klemens Nanni for pointing it out)
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 f8b8df14..d7c54b00 100755
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ def main():
         author=ranger.__author__,
         author_email=ranger.__email__,
         license=ranger.__license__,
-        url='http://ranger.github.io',
+        url='https://ranger.github.io',
         keywords='file-manager vim console file-launcher file-preview',
         classifiers=[
             'Environment :: Console',