Update PyPI URLs.
diff --git a/setup.py b/setup.py
index b761205..5b03bb2 100644
--- a/setup.py
+++ b/setup.py
@@ -61,8 +61,8 @@
description='Seamless operability between C++11 and Python',
author='Wenzel Jakob',
author_email='wenzel.jakob@epfl.ch',
- url='https://github.com/wjakob/pybind11',
- download_url='https://github.com/wjakob/pybind11/tarball/v' + __version__,
+ url='https://github.com/pybind11/pybind11',
+ download_url='https://github.com/pybind11/pybind11/tarball/v' + __version__,
packages=['pybind11'],
license='BSD',
headers=headers,