From 77f9f9fb99d23886345f9c57493205539f1e2aaf Mon Sep 17 00:00:00 2001 From: Richard Mitchell Date: Mon, 12 Oct 2015 12:34:28 +0100 Subject: [PATCH] Correct URL in setup.py / PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cae9fd..633a95c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup(name='newrelic_plugin_agent', version='1.3.0', description='Python based agent for collecting metrics for NewRelic', - url='https://github.com/gmr/newrelic-plugin-agent', + url='https://github.com/MeetMe/newrelic-plugin-agent', packages=['newrelic_plugin_agent', 'newrelic_plugin_agent.plugins'], author='Gavin M. Roy', author_email='gavinmroy@gmail.com',