From a993c2f95326bee42ccf241245bb2e2a78d198ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.dos.anjos@gmail.com>
Date: Thu, 23 Aug 2012 15:31:02 +0300
Subject: [PATCH] Change repository name

---
 README.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 22ec7ce..2baa46c 100644
--- a/README.rst
+++ b/README.rst
@@ -27,7 +27,7 @@ The package is available in two different distribution formats:
 1. You can download it from `PyPI <http://pypi.python.org/pypi>`_, or
 
 2. You can download it in its source form from `its git repository
-   <https://github.com/bioidiap/bob.db.replay>`_. When you download the
+   <https://github.com/bioidiap/xbob.db.replay>`_. When you download the
    version at the git repository, you will need to run a command to recreate
    the backend SQLite file required for its operation. This means that the
    database raw files must be installed somewhere in this case. With option
@@ -47,7 +47,7 @@ script)::
 
     install_requires=[
       ...
-      "bob.db.replay >= 1.1",
+      "xbob.db.replay >= 1.1",
     ],
 
 Proceed normally with your ``boostrap/buildout`` steps and you should be all
@@ -67,8 +67,8 @@ lines::
   auto-checkout = *
   eggs = bob
          ...
-         bob.db.replay
+         xbob.db.replay
 
   [sources]
-  bob.db.replay = git https://github.com/bioidiap/bob.db.replay.git
+  xbob.db.replay = git https://github.com/bioidiap/xbob.db.replay.git
   ...
-- 
GitLab