diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
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', |