From 16b791658c42075972c87dc115a2a63a28df4720 Mon Sep 17 00:00:00 2001 From: "Zooko O'Whielacronx zooko@zooko.com" Date: Sat, 21 Apr 2007 07:39:40 +0530 Subject: [PATCH] zfec: change URLs from allmydata.com to allmydata.org darcs-hash:cf82f3d73267dd6aca3cf9420918bcdb4d0994b7 --- zfec/README.txt | 2 +- zfec/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zfec/README.txt b/zfec/README.txt index b8df225..dc1a5fb 100644 --- a/zfec/README.txt +++ b/zfec/README.txt @@ -28,7 +28,7 @@ and the addition of a command-line tool named "zfec". The source is currently available via darcs on the web with the command: -darcs get http://www.allmydata.com/source/zfec +darcs get http://allmydata.org/source/zfec More information on darcs is available at http://darcs.net diff --git a/zfec/setup.py b/zfec/setup.py index fb76319..408a27d 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -63,7 +63,7 @@ setup(name='zfec', 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.', author='Zooko O\'Whielacronx', author_email='zooko@zooko.com', - url='http://allmydata.com/source/zfec', + url='http://allmydata.org/source/zfec', license='GNU GPL', platform='Any', packages=['zfec', 'zfec.cmdline', 'zfec.util', 'zfec.test'], -- 2.45.2