From: Sebastien Bourdeauducq Date: Fri, 29 Nov 2013 22:26:52 +0000 (+0100) Subject: setup.py: update repository address X-Git-Tag: 24jan2021_ls180~2099^2~418 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbab9d2bff0ef15d00bf881e0a2b291891c1c04f;p=litex.git setup.py: update repository address --- diff --git a/setup.py b/setup.py index 3c6713fd..23b5bde7 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",