From b2aec337b140e43667e51d37a9ce5e9bb1b90f1c Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 27 Jan 2015 23:52:14 +0100 Subject: [PATCH] fix download url in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- 2.30.2