Skip to content

Commit 987aeb0

Browse files
committed
setup: update project URLs.
1 parent f5b5cd5 commit 987aeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def local_scheme(version):
2626
install_requires=["nmigen>=0.1,<0.3"],
2727
packages=find_packages(),
2828
project_urls={
29-
"Source Code": "https://github.com/m-labs/nmigen-soc",
30-
"Bug Tracker": "https://github.com/m-labs/nmigen-soc/issues",
29+
"Source Code": "https://github.com/nmigen/nmigen-soc",
30+
"Bug Tracker": "https://github.com/nmigen/nmigen-soc/issues",
3131
},
3232
)

0 commit comments

Comments
 (0)