summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-04-08 18:58:38 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-04-08 18:58:38 +0000
commited42f82f05df39833f996d3cf2a1783eb783bd38 (patch)
tree33343c7adfd56ea5af1582f42b1f52d1f5e5091d
parentec005de6c842aad6955d3f802d9f046a9443b99c (diff)
downloadrdiff-backup-ed42f82f05df39833f996d3cf2a1783eb783bd38.tar.gz
Updated my email and project webpage
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@581 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/README12
-rwxr-xr-xrdiff-backup/dist/setup.py4
2 files changed, 8 insertions, 8 deletions
diff --git a/rdiff-backup/README b/rdiff-backup/README
index 063394f..5d18072 100644
--- a/rdiff-backup/README
+++ b/rdiff-backup/README
@@ -31,11 +31,11 @@ arguments will display some help.
REQUIREMENTS:
-Remember that you must have Python 2.2 or later and librsync 0.9.6
-or later installed. For Python, see http://www.python.org. The
-rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should have
-a recent version of librsync; otherwise see the librsync homepage at
-http://sourceforge.net/projects/librsync/.
+Remember that you must have Python 2.2 or later and librsync 0.9.7 or
+later installed. For Python, see http://www.python.org. The
+rdiff-backup homepage at http://www.nongnu.org/rdiff-backup/ should
+have a recent version of librsync; otherwise see the librsync homepage
+at http://librsync.sourceforge.net/.
For remote operation, rdiff-backup should be in installed and in the
PATH on remote system(s) (see man page for more information).
@@ -45,5 +45,5 @@ TROUBLESHOOTING:
If you have everything installed properly, and it still doesn't work,
see the enclosed FAQ.html, the web page at
-http://rdiff-backup.stanford.edu, and/or the mailing list.
+http://www.nongnu.org/rdiff-backup/, and/or the mailing list.
diff --git a/rdiff-backup/dist/setup.py b/rdiff-backup/dist/setup.py
index f291c39..c44add1 100755
--- a/rdiff-backup/dist/setup.py
+++ b/rdiff-backup/dist/setup.py
@@ -45,8 +45,8 @@ setup(name="rdiff-backup",
version=version_string,
description="Local/remote mirroring+incremental backup",
author="Ben Escoto",
- author_email="bescoto@stanford.edu",
- url="http://rdiff-backup.stanford.edu",
+ author_email="ben@emerose.org",
+ url="http://www.nongnu.org/rdiff-backup",
packages = ['rdiff_backup'],
ext_modules = [Extension("rdiff_backup.C", ["cmodule.c"]),
Extension("rdiff_backup._librsync",