summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuriy Syrovetskiy <cblp@cblp.su>2019-04-01 21:03:41 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-04 04:23:19 -0400
commit75abaaead796415cf2b5da610f4b3ee75b9d7759 (patch)
tree3327d44777bc609346fdf703c13d703d4289a561 /README.md
parent895394c26156993a9405039fe53fde3a6b1414b7 (diff)
downloadhaskell-75abaaead796415cf2b5da610f4b3ee75b9d7759.tar.gz
Replace git.haskell.org with gitlab.haskell.org (#16196)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index afaf7388d5..f9b1c2cd02 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ There are two ways to get a source tree:
2. *Check out the source code from git*
- $ git clone --recursive git://git.haskell.org/ghc.git
+ $ git clone --recursive git@gitlab.haskell.org:ghc/ghc.git
Note: cloning GHC from Github requires a special setup. See [Getting a GHC
repository from Github][7].