[Git][ghc/ghc][master] .gitmodules: use gitlab mirror for the libffi-clib submodule
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: f6af485d by Cheng Shao at 2026-01-18T10:03:19-05:00 .gitmodules: use gitlab mirror for the libffi-clib submodule This patch fixes .gitmodules to use the gitlab mirror for the libffi-clib submodule, to make it coherent with other submodules that allow ghc developers to experiment with wip branches in submodules for ghc patches. Fixes #26783. - - - - - 1 changed file: - .gitmodules Changes: ===================================== .gitmodules ===================================== @@ -122,4 +122,4 @@ url = https://gitlab.haskell.org/ghc/template-haskell-quasiquoter.git [submodule "libraries/libffi-clib"] path = libraries/libffi-clib - url = https://github.com/stable-haskell/libffi-clib.git + url = https://gitlab.haskell.org/ghc/libffi-clib.git View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f6af485d2583c4e629d8516c32e73bc1... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f6af485d2583c4e629d8516c32e73bc1... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)