]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: change URLs from allmydata.com to allmydata.org
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 21 Apr 2007 02:09:40 +0000 (19:09 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 21 Apr 2007 02:09:40 +0000 (19:09 -0700)
zfec/README.txt
zfec/setup.py

index b8df225e0f22d82ec3a342e95ec95c64381f25f1..dc1a5fbe1857529da7a5e59b0da7120d49054d1d 100644 (file)
@@ -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
 
index fb763196a5e597fb867884be50f2adc4bd00bf5a..408a27da19f00564eb46e1ad65e0f904394443c9 100644 (file)
@@ -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'],