From: Florent Kermarrec Date: Tue, 27 Jan 2015 22:52:14 +0000 (+0100) Subject: fix download url in setup.py X-Git-Tag: 24jan2021_ls180~2572^2~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2aec337b140e43667e51d37a9ce5e9bb1b90f1c;p=litex.git fix download url in setup.py --- diff --git a/setup.py b/setup.py index 422d4f4f..ab6e8c2c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( author="Florent Kermarrec", author_email="florent@enjoy-digital.fr", url="http://enjoy-digital.fr", - download_url="https://github.com/Florent-Kermarrec/litesata", + download_url="https://github.com/enjoy-digital/litesata", packages=find_packages(here), license="GPL", platforms=["Any"],