Change lcl maintener

This commit is contained in:
Florent 2014-01-22 11:16:08 +01:00
commit 057c19a8af
2 changed files with 4 additions and 3 deletions

View file

@ -53,7 +53,8 @@ François Revol <revol@free.fr>
* Canaplus and qvideoob fixes * Canaplus and qvideoob fixes
Pierre Mazière <pierre.maziere@gmx.com> Pierre Mazière <pierre.maziere@gmx.com>
* LCL and RockRadio modules maintainer; * RockRadio module maintainer;
* lcl ex-maintener;
* BNPorc fixes. * BNPorc fixes.
Xavier Guerrin <xavier@tuxfamily.org> Xavier Guerrin <xavier@tuxfamily.org>

View file

@ -33,8 +33,8 @@ __all__ = ['LCLBackend']
class LCLBackend(BaseBackend, ICapBank): class LCLBackend(BaseBackend, ICapBank):
NAME = 'lcl' NAME = 'lcl'
MAINTAINER = u'Pierre Mazière' MAINTAINER = u'Romain Bignon'
EMAIL = 'pierre.maziere@gmx.com' EMAIL = 'romain@weboob.org'
VERSION = '0.i' VERSION = '0.i'
DESCRIPTION = u'LCL' DESCRIPTION = u'LCL'
LICENSE = 'AGPLv3+' LICENSE = 'AGPLv3+'