replace github with gitlab
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 15:45:23 +0000 (15:45 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 15:45:23 +0000 (15:45 +0000)
CONTRIBUTING.txt
README.md
setup.py

index 24cd482bd20878144a0fda0987aabf42ef9d611a..d3b4c5bfef5dcee3aeb0ec1ef3aa2524b24e06e6 100644 (file)
@@ -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
index 3a3859e0e20f4cae40b4ee28483872e046c27044..597045c68902a722243e463a53bb2dd9689a2857 100644 (file)
--- 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.
 
index 2dc3b99fb8516edda2b07a27df39a1b21f7e57cc..70862845178c6052490183eb366ba4043ed5ac6d 100644 (file)
--- 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",
     },
 )