From 12974b82fcc8a60d9c5bd0cb07f44df25fd220eb Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 20 Apr 2007 19:09:40 -0700
Subject: [PATCH] zfec: change URLs from allmydata.com to allmydata.org

---
 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 b8df225e..dc1a5fbe 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 fb763196..408a27da 100644
--- 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