From: Luke Kenneth Casson Leighton Date: Fri, 31 Dec 2021 15:45:23 +0000 (+0000) Subject: replace github with gitlab X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfe87474167df1399bc1f71b060df99f8e2bc153;p=nmigen.git replace github with gitlab --- diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 24cd482..d3b4c5b 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -1,8 +1,8 @@ CONTRIBUTIONS and CODE REVIEWS We love contributions from the community. Please send pull requests and raise -issues! All code submissions require review. We use GitHub pull requests for -this purpose. +issues! All code submissions require review. We use GitLab pull requests for +this purpose and also accept git format-patch patches if that is preferred. COPYRIGHTS and LICENSE diff --git a/README.md b/README.md index 3a3859e..597045c 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ nMigen requires Python 3.6 (or newer), [Yosys][] 0.9 (or newer), as well as a de First, install Yosys, either using your system package manager, or [from source][yosyssrc]. Then, install nMigen and pinouts for many common FPGA developer boards: - pip install git+https://github.com/nmigen/nmigen.git - pip install git+https://github.com/nmigen/nmigen-boards.git + pip install git+https://gitlab.com/nmigen/nmigen.git + pip install git+https://gitlab.com/nmigen/nmigen-boards.git [yosyssrc]: https://github.com/yosysHQ/yosys/#setup @@ -79,7 +79,7 @@ Even though we do not require you to do so, these things are awesome, so please * cite nMigen in publications related to research it has helped * send us feedback and suggestions for improvements * send us bug reports when something goes wrong - * send us the modifications and improvements you have done to nMigen as pull requests on GitHub + * send us the modifications and improvements you have done to nMigen as pull requests on GitLab See LICENSE file for full copyright and license info. diff --git a/setup.py b/setup.py index 2dc3b99..7086284 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( }, project_urls={ #"Documentation": "https://nmigen.readthedocs.io/", - "Source Code": "https://github.com/nmigen/nmigen", - "Bug Tracker": "https://github.com/nmigen/nmigen/issues", + "Source Code": "https://gitlab.com/nmigen/nmigen", + "Bug Tracker": "https://gitlab.com/nmigen/nmigen/issues", }, )