]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
https for tahoe-lafs.org
authorzooko <zooko@zooko.com>
Tue, 21 Aug 2012 21:10:34 +0000 (02:40 +0530)
committerzooko <zooko@zooko.com>
Tue, 21 Aug 2012 21:10:34 +0000 (02:40 +0530)
Ignore-this: ecceeb6db966e44fa39c70eee35a71d8

darcs-hash:7b9e626031210972fc8c91733c55dcbe90b221a3

zfec/setup.py

index 8c88de1c06e144c5852cad3cbffe0ac823abb314..4de5036073def6be1f691c1b2db738a22d8746c4 100755 (executable)
@@ -170,7 +170,7 @@ def _setup(longdescription):
           long_description=longdescription,
           author='Zooko O\'Whielacronx',
           author_email='zooko@zooko.com',
-          url='http://tahoe-lafs.org/trac/'+PKG,
+          url='https://tahoe-lafs.org/trac/'+PKG,
           license='GNU GPL', # See README.rst for alternative licensing.
           install_requires=install_requires,
           tests_require=tests_require,