diff --git a/setup.py b/setup.py index 3c6713fde..23b5bde7e 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( author="Sebastien Bourdeauducq", author_email="sebastien@milkymist.org", url="http://www.milkymist.org", - download_url="https://github.com/milkymist/migen", + download_url="https://github.com/m-labs/migen", packages=find_packages(here), test_suite="migen.test", license="BSD",