Xavier is now the CrAgr maintainer
This commit is contained in:
parent
1c66261bf5
commit
a07b64e35d
2 changed files with 7 additions and 4 deletions
7
AUTHORS
7
AUTHORS
|
|
@ -20,10 +20,13 @@ Juke <juke@free.fr>
|
||||||
* Transilien backend maintainer.
|
* Transilien backend maintainer.
|
||||||
|
|
||||||
Nicolas Duhamel <nicolas@jombi.fr>
|
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>
|
Laurent Bachelier <laurent@bachelier.name>
|
||||||
* CrAgr backend maintainer.
|
* Various contributions.
|
||||||
|
|
||||||
Clément Schreiner <clemux@clemux.info>
|
Clément Schreiner <clemux@clemux.info>
|
||||||
* Newsfeed backend maintainer.
|
* Newsfeed backend maintainer.
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ __all__ = ['CragrBackend']
|
||||||
|
|
||||||
class CragrBackend(BaseBackend, ICapBank):
|
class CragrBackend(BaseBackend, ICapBank):
|
||||||
NAME = 'cragr'
|
NAME = 'cragr'
|
||||||
MAINTAINER = 'Laurent Bachelier'
|
MAINTAINER = 'Xavier Guerrin'
|
||||||
EMAIL = 'laurent@bachelier.name'
|
EMAIL = 'xavier@tuxfamily.org'
|
||||||
VERSION = '0.4'
|
VERSION = '0.4'
|
||||||
DESCRIPTION = 'Credit Agricole french bank\'s website'
|
DESCRIPTION = 'Credit Agricole french bank\'s website'
|
||||||
LICENSE = 'GPLv3'
|
LICENSE = 'GPLv3'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue