From: whitequark Date: Sun, 9 Feb 2020 17:03:06 +0000 (+0000) Subject: setup: update project URLs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11abcc9cf24cb2ebe06f548e411b595f98f5651c;p=nmigen.git setup: update project URLs. --- diff --git a/setup.py b/setup.py index 4dfbb83..f80d30d 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( }, project_urls={ #"Documentation": "https://nmigen.readthedocs.io/", - "Source Code": "https://github.com/m-labs/nmigen", - "Bug Tracker": "https://github.com/m-labs/nmigen/issues", + "Source Code": "https://github.com/nmigen/nmigen", + "Bug Tracker": "https://github.com/nmigen/nmigen/issues", }, )