diff --git a/setup.py b/setup.py index 737f23e..908ce5a 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ version=get_git_version(), description='Send nagios perfdata to InfluxDB', author='Andy Cobaugh', - author_email='andrewcobaugh@gmail.com', - url='https://github.com/phalenor/fluxios', + author_email='andrew.cobaugh@gmail.com', + url='https://github.com/acobaugh/fluxios', license='GPLv2', scripts=['fluxios.py'], data_files=data_files,