diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-08-24 23:52:31 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-08-24 23:52:31 +1200 |
commit | 384e2f93c332f4f1b70422dd2197fea66d05c27c (patch) | |
tree | b0a0e6e52058d367969d5cd3ce3f74ee63f64978 | |
parent | dc097fbd631c0b5792f9550236a6a33c67a701c0 (diff) | |
download | mitmproxy-384e2f93c332f4f1b70422dd2197fea66d05c27c.tar.gz mitmproxy-384e2f93c332f4f1b70422dd2197fea66d05c27c.tar.bz2 mitmproxy-384e2f93c332f4f1b70422dd2197fea66d05c27c.zip |
Correct URL.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ setup( long_description = long_description, author = "Aldo Cortesi", author_email = "aldo@corte.si", - url = "http://cortesi.github.com/pathod", + url = "http://pathod.net", packages = packages, package_data = package_data, scripts = ["pathod"], |