Restore over-replaced value

This commit is contained in:
Lucas Verney 2021-04-10 14:13:08 +02:00
parent d98af1788c
commit 0b86a8fd23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ __all__ = ['PapModule']
class PapModule(Module, CapHousing):
NAME = 'pap'
MAINTAINER = u'Romain Bignon'
EMAIL = 'romain@woob.org'
EMAIL = 'romain@weboob.org'
VERSION = '2.1'
DESCRIPTION = 'French housing website'
LICENSE = 'AGPLv3+'