From 415ca48f6b1a41bf1311dfea068d7de95dd603aa Mon Sep 17 00:00:00 2001 From: Chris Horsley Date: Sun, 2 Nov 2014 04:57:33 +1000 Subject: [PATCH] Point setup.py to primary repo --- drivers/python_raw/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/python_raw/setup.py b/drivers/python_raw/setup.py index 57b065ce7..362afe309 100644 --- a/drivers/python_raw/setup.py +++ b/drivers/python_raw/setup.py @@ -6,7 +6,7 @@ setup( description="Python package for python_raw driver in Wappalyzer bundle", author="smant", author_email="TBA", - url="https://github.com/chorsley/Wappalyzer/tree/master/drivers/python_raw", + url="https://github.com/ElbertF/Wappalyzer/tree/master/drivers/python_raw", classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers',