summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-11-26 23:05:10 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-27 20:02:29 -0500
commite122ba33e8426a7b7f18216c451f6288e90c966e (patch)
treee7bda61c563cae652fff7bb8ce093733473c3272 /.gitmodules
parent9e5477c46bbcd3beadd1a67a294056628e394945 (diff)
downloadhaskell-e122ba33e8426a7b7f18216c451f6288e90c966e.tar.gz
.gitmodules: tweak 'exception' URL to avoid redirection warnings
Avoid initial close warning of form: ``` Cloning into 'exceptions'... warning: redirecting to https://gitlab.haskell.org/ghc/packages/exceptions.git/ ``` Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 7f151f685c..79b5622ce9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -109,4 +109,4 @@
url = https://gitlab.haskell.org/ghc/gmp-tarballs.git
[submodule "libraries/exceptions"]
path = libraries/exceptions
- url = https://gitlab.haskell.org/ghc/packages/exceptions
+ url = https://gitlab.haskell.org/ghc/packages/exceptions.git