From 612d4a5cd5a5efc055329d6eba01d7dae9229527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Wed, 2 May 2012 14:39:32 +0200 Subject: [PATCH] Change e-mail address MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- AUTHORS | 2 +- modules/lcl/backend.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index ddab147fae..c8b24ecdc6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -40,7 +40,7 @@ Nicolas Duhamel Clément Schreiner * MediaWiki and Newsfeed modules maintainer. -Pierre Mazière +Pierre Mazière * LCL module maintainer; * BNPorc fixes. diff --git a/modules/lcl/backend.py b/modules/lcl/backend.py index aee9fb140f..6ecc0a93a2 100644 --- a/modules/lcl/backend.py +++ b/modules/lcl/backend.py @@ -33,7 +33,7 @@ class LCLBackend(BaseBackend, ICapBank): NAME = 'lcl' MAINTAINER = u'Pierre Mazière' - EMAIL = 'pierre.maziere@gmail.com' + EMAIL = 'pierre.maziere@gmx.com' VERSION = '0.c' DESCRIPTION = u'Le Crédit Lyonnais French bank website' LICENSE = 'AGPLv3+' -- GitLab