From: zooko Date: Tue, 21 Aug 2012 21:10:34 +0000 (+0530) Subject: https for tahoe-lafs.org X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Fzfec.git;a=commitdiff_plain;h=498ee21df2e984e2042ba9adae07278bb6869da3 https for tahoe-lafs.org Ignore-this: ecceeb6db966e44fa39c70eee35a71d8 darcs-hash:7b9e626031210972fc8c91733c55dcbe90b221a3 --- diff --git a/zfec/setup.py b/zfec/setup.py index 8c88de1..4de5036 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -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,