diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -18,9 +18,9 @@ setup( name='narrowhg', version=get_version('src/__init__.py'), - author='Michael Edgar', - maintainer='Michael Edgar', - maintainer_email='adgar@google.com', + author='Augie Fackler', + maintainer='Augie Fackler', + maintainer_email='augie@google.com', url='https://bitbucket.org/Google/narrowhg/', description='Narrow clones of Mercurial history.', long_description=open('README.md').read(),