diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 14:09:45 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 14:09:45 +1300 |
commit | 2aadea0b7c55489b5171bd9eae35eb21a58cbd0d (patch) | |
tree | 014fb4a06e6ed6e942647676430f785322844320 | |
parent | 8266699acdfcb786ba2c87007a17632ff1893fe5 (diff) | |
download | mitmproxy-2aadea0b7c55489b5171bd9eae35eb21a58cbd0d.tar.gz mitmproxy-2aadea0b7c55489b5171bd9eae35eb21a58cbd0d.tar.bz2 mitmproxy-2aadea0b7c55489b5171bd9eae35eb21a58cbd0d.zip |
Fix homepage 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/netlib", + url = "http://github.com/mitmproxy/netlib", packages = packages, package_data = package_data, classifiers = [ |