# HG changeset patch # User Pierre-Yves David # Date 1398288126 25200 # Node ID 48e68d3b01448072a021dc768dff45cf5528b943 # Parent 1ebe5c51919bfde2e7365ca1b5b91a94e64777b2 fix maintainer email I'm not working at Logilab since july 2013. Using my personal address to prevent this kind of situation in the future. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version='3.3.0', author='Pierre-Yves David', maintainer='Pierre-Yves David', - maintainer_email='pierre-yves.david@logilab.fr', + maintainer_email='pierre-yves.david@ens-lyon.org', url='https://bitbucket.org/marmoute/mutable-history', description='Flexible evolution of Mercurial history.', long_description=open('README').read(),