Change e-mail address
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
ab8528c517
commit
612d4a5cd5
2 changed files with 2 additions and 2 deletions
2
AUTHORS
2
AUTHORS
|
|
@ -40,7 +40,7 @@ Nicolas Duhamel <nicolas@jombi.fr>
|
||||||
Clément Schreiner <clemux@clemux.info>
|
Clément Schreiner <clemux@clemux.info>
|
||||||
* MediaWiki and Newsfeed modules maintainer.
|
* MediaWiki and Newsfeed modules maintainer.
|
||||||
|
|
||||||
Pierre Mazière <pierre.maziere@gmail.com>
|
Pierre Mazière <pierre.maziere@gmx.com>
|
||||||
* LCL module maintainer;
|
* LCL module maintainer;
|
||||||
* BNPorc fixes.
|
* BNPorc fixes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ __all__ = ['LCLBackend']
|
||||||
class LCLBackend(BaseBackend, ICapBank):
|
class LCLBackend(BaseBackend, ICapBank):
|
||||||
NAME = 'lcl'
|
NAME = 'lcl'
|
||||||
MAINTAINER = u'Pierre Mazière'
|
MAINTAINER = u'Pierre Mazière'
|
||||||
EMAIL = 'pierre.maziere@gmail.com'
|
EMAIL = 'pierre.maziere@gmx.com'
|
||||||
VERSION = '0.c'
|
VERSION = '0.c'
|
||||||
DESCRIPTION = u'Le Crédit Lyonnais French bank website'
|
DESCRIPTION = u'Le Crédit Lyonnais French bank website'
|
||||||
LICENSE = 'AGPLv3+'
|
LICENSE = 'AGPLv3+'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue