Fix email
This commit is contained in:
parent
ac1425ad98
commit
831d3c3038
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ __all__ = ['LaCentraleBackend']
|
||||||
class LaCentraleBackend(BaseBackend, ICapPriceComparison):
|
class LaCentraleBackend(BaseBackend, ICapPriceComparison):
|
||||||
NAME = 'lacentrale'
|
NAME = 'lacentrale'
|
||||||
MAINTAINER = u'Vicnet'
|
MAINTAINER = u'Vicnet'
|
||||||
EMAIL = 'vicnet@weboob.org'
|
EMAIL = 'vo.publique@gmail.com'
|
||||||
VERSION = '0.i'
|
VERSION = '0.i'
|
||||||
DESCRIPTION = 'Vehicule prices at LaCentrale.fr'
|
DESCRIPTION = 'Vehicule prices at LaCentrale.fr'
|
||||||
LICENSE = 'AGPLv3+'
|
LICENSE = 'AGPLv3+'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue