Xavier is now the CrAgr maintainer

This commit is contained in:
Romain Bignon 2010-11-12 22:47:50 +01:00
commit a07b64e35d
2 changed files with 7 additions and 4 deletions

View file

@ -20,10 +20,13 @@ Juke <juke@free.fr>
* Transilien backend maintainer.
Nicolas Duhamel <nicolas@jombi.fr>
* BP backend maintainer.
* BP and CanalPlus backend maintainer.
Xavier Guerrin <xavier@tuxfamily.org>
* CrAgr backend maintainer.
Laurent Bachelier <laurent@bachelier.name>
* CrAgr backend maintainer.
* Various contributions.
Clément Schreiner <clemux@clemux.info>
* Newsfeed backend maintainer.

View file

@ -28,8 +28,8 @@ __all__ = ['CragrBackend']
class CragrBackend(BaseBackend, ICapBank):
NAME = 'cragr'
MAINTAINER = 'Laurent Bachelier'
EMAIL = 'laurent@bachelier.name'
MAINTAINER = 'Xavier Guerrin'
EMAIL = 'xavier@tuxfamily.org'
VERSION = '0.4'
DESCRIPTION = 'Credit Agricole french bank\'s website'
LICENSE = 'GPLv3'