From: zooko Date: Fri, 25 Jul 2008 17:15:21 +0000 (+0530) Subject: setup: url=http://allmydata.org/trac/zfec X-Git-Url: https://git.rkrishnan.org/uri/URI:DIR2-RO:%5B%5E?a=commitdiff_plain;h=cd8ddac6764886583c5c9ee580b882d56c49efba;p=tahoe-lafs%2Fzfec.git setup: url=http://allmydata.org/trac/zfec darcs-hash:70c168f849dbae3bf4980d00d827a6f49d15bb44 --- diff --git a/zfec/setup.py b/zfec/setup.py index 451786e..e63af1a 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -128,7 +128,7 @@ setup(name=PKG, long_description='Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks. The zfec package includes command-line tools, C API, Python API, and Haskell API', author='Zooko O\'Whielacronx', author_email='zooko@zooko.com', - url='http://allmydata.org/source/'+PKG, + url='http://allmydata.org/trac/'+PKG, license='GNU GPL', dependency_links=dependency_links, install_requires=["argparse >= 0.8", "pyutil >= 1.3.5"],