diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-26 23:05:10 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-27 20:02:29 -0500 |
commit | e122ba33e8426a7b7f18216c451f6288e90c966e (patch) | |
tree | e7bda61c563cae652fff7bb8ce093733473c3272 /.gitmodules | |
parent | 9e5477c46bbcd3beadd1a67a294056628e394945 (diff) | |
download | haskell-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-- | .gitmodules | 2 |
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 |