diff options
author | Yuriy Syrovetskiy <cblp@cblp.su> | 2019-04-01 21:03:41 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-04 04:23:19 -0400 |
commit | 75abaaead796415cf2b5da610f4b3ee75b9d7759 (patch) | |
tree | 3327d44777bc609346fdf703c13d703d4289a561 /HACKING.md | |
parent | 895394c26156993a9405039fe53fde3a6b1414b7 (diff) | |
download | haskell-75abaaead796415cf2b5da610f4b3ee75b9d7759.tar.gz |
Replace git.haskell.org with gitlab.haskell.org (#16196)
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md index 05f8401a9e..84378bfd23 100644 --- a/HACKING.md +++ b/HACKING.md @@ -30,7 +30,7 @@ find an overview here: Next, clone the repository and all the associated libraries: ``` -$ git clone --recursive git://git.haskell.org/ghc.git +$ git clone --recursive git@gitlab.haskell.org:ghc/ghc.git ``` On Windows, you need an extra repository containing some build tools. |