Restore over-replaced value

This commit is contained in:
Lucas Verney 2021-04-10 14:13:08 +02:00
parent d98af1788c
commit 0b86a8fd23

View File

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