]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - setup.py
more http->https changes
[tahoe-lafs/tahoe-lafs.git] / setup.py
index 4b90c36cac55656045c736d9b362f63dbb700f2d..72ef1f96d1a5ce5bf743d435828e1d54677044f9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -323,7 +323,7 @@ setup(name=APPNAME,
       long_description=open('README.txt', 'rU').read(),
       author='the Tahoe-LAFS project',
       author_email='tahoe-dev@tahoe-lafs.org',
-      url='http://tahoe-lafs.org/',
+      url='https://tahoe-lafs.org/',
       license='GNU GPL', # see README.txt -- there is an alternative licence
       cmdclass={"trial": Trial,
                 "make_executable": MakeExecutable,