diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2019-09-26 15:08:43 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-03 12:17:31 -0400 |
commit | 9a4ff210d833dde4c2a388a53ad93fa121682a26 (patch) | |
tree | de5a467bc861b30ff0fa2e5dc6fd8173e03adb08 /.gitmodules | |
parent | 6655ec734a51eda91273585d8d8e3d5d308a6628 (diff) | |
download | haskell-9a4ff210d833dde4c2a388a53ad93fa121682a26.tar.gz |
Make Haddock submodule remote point to gitlab mirror
This makes it match the others
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 89a9fbc1f9..d6a02eb385 100644 --- a/.gitmodules +++ b/.gitmodules @@ -89,7 +89,7 @@ ignore = untracked [submodule "utils/haddock"] path = utils/haddock - url = https://github.com/haskell/haddock.git + url = https://gitlab.haskell.org/ghc/haddock.git ignore = untracked branch = ghc-head [submodule "nofib"] |