change email address

This commit is contained in:
Romain Bignon 2010-10-23 11:17:19 +02:00
commit e8af3cc3b9
14 changed files with 14 additions and 14 deletions

View file

@ -30,7 +30,7 @@ __all__ = ['RedmineBackend']
class RedmineBackend(BaseBackend, ICapContent):
NAME = 'redmine'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
EMAIL = 'romain@weboob.org'
VERSION = '0.3'
DESCRIPTION = 'The Redmine project management web application'
LICENSE = 'GPLv3'