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

@ -29,7 +29,7 @@ __all__ = ['GeolocIpBackend']
class GeolocIpBackend(BaseBackend, ICapGeolocIp):
NAME = 'geolocip'
MAINTAINER = 'Romain Bignon'
EMAIL = 'romain@peerfuse.org'
EMAIL = 'romain@weboob.org'
VERSION = '0.3'
LICENSE = 'GPLv3'
DESCRIPTION = u"IP Adresses geolocalisation"