diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2013-08-19 23:20:32 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2013-08-19 23:20:32 +0200 |
commit | 4eeccc1ce80df7cc96bf72a5cd8a2397b03e2b35 (patch) | |
tree | cbbd7d58fa8cef992b43f3bba11316266daad408 /.gitmodules | |
parent | c384bb1e30499bb4809dca60803a4066762ce5f4 (diff) | |
download | haskell-4eeccc1ce80df7cc96bf72a5cd8a2397b03e2b35.tar.gz |
Replace occurences of darcs.haskell.org by git.haskell.org
...as the new `git.haskell.org` CNAME has been activated
(see also GitolitePlan and #8121 for more details)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitmodules b/.gitmodules index 8f86e8f653..2ad08541be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,42 +1,42 @@ [submodule "libraries/binary"] path = libraries/binary - url = http://darcs.haskell.org/packages/binary.git + url = http://git.haskell.org/packages/binary.git [submodule "libraries/bytestring"] path = libraries/bytestring - url = http://darcs.haskell.org/packages/bytestring.git + url = http://git.haskell.org/packages/bytestring.git [submodule "libraries/Cabal"] path = libraries/Cabal - url = http://darcs.haskell.org/packages/Cabal.git + url = http://git.haskell.org/packages/Cabal.git [submodule "libraries/containers"] path = libraries/containers - url = http://darcs.haskell.org/packages/containers.git + url = http://git.haskell.org/packages/containers.git [submodule "libraries/haskeline"] path = libraries/haskeline - url = http://darcs.haskell.org/packages/haskeline.git + url = http://git.haskell.org/packages/haskeline.git [submodule "libraries/pretty"] path = libraries/pretty - url = http://darcs.haskell.org/packages/pretty.git + url = http://git.haskell.org/packages/pretty.git [submodule "libraries/terminfo"] path = libraries/terminfo - url = http://darcs.haskell.org/packages/terminfo.git + url = http://git.haskell.org/packages/terminfo.git [submodule "libraries/transformers"] path = libraries/transformers - url = http://darcs.haskell.org/packages/transformers.git + url = http://git.haskell.org/packages/transformers.git [submodule "libraries/xhtml"] path = libraries/xhtml - url = http://darcs.haskell.org/packages/xhtml.git + url = http://git.haskell.org/packages/xhtml.git [submodule "libraries/Win32"] path = libraries/Win32 - url = http://darcs.haskell.org/packages/Win32.git + url = http://git.haskell.org/packages/Win32.git [submodule "libraries/primitive"] path = libraries/primitive - url = http://darcs.haskell.org/packages/primitive.git + url = http://git.haskell.org/packages/primitive.git [submodule "libraries/vector"] path = libraries/vector - url = http://darcs.haskell.org/packages/vector.git + url = http://git.haskell.org/packages/vector.git [submodule "libraries/time"] path = libraries/time - url = http://darcs.haskell.org/packages/time.git + url = http://git.haskell.org/packages/time.git [submodule "libraries/random"] path = libraries/random - url = http://darcs.haskell.org/packages/random.git + url = http://git.haskell.org/packages/random.git |