about summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-28 20:33:49 +0100
committerhut <hut@hut.pm>2018-01-28 20:33:49 +0100
commiteb118aa860d5b9ab335560cec0ab9d65c72206e1 (patch)
treefcabfcf96d5826df652499e784b08deb4f98f6f6 /setup.py
parentdb2d4b1c644d6aaceb91ff6a07a8a738349aec4d (diff)
downloadranger-eb118aa860d5b9ab335560cec0ab9d65c72206e1.tar.gz
update homepage references
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 8d762013..f8b8df14 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.nongnu.org',
+        url='http://ranger.github.io',
         keywords='file-manager vim console file-launcher file-preview',
         classifiers=[
             'Environment :: Console',