From fe447f467f85dc9369f300ed735cb6ac458a7fce Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Wed, 2 Sep 2020 19:16:49 +0100 Subject: [PATCH 1/2] Update the ghcide upstream to be in haskell/ghcide No other change --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 009698acba..4bd224a31e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,6 +12,7 @@ path = ghcide # url = https://github.com/digital-asset/ghcide.git # url = https://github.com/alanz/ghcide.git - url = https://github.com/wz1000/ghcide.git + # url = https://github.com/wz1000/ghcide.git + url = https://github.com/haskell/ghcide.git # url = https://github.com/fendor/ghcide.git # url = https://github.com/bubba/ghcide.git From 023eb06a5dc78c638a39f9cf2956d9566dc63e7a Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Wed, 2 Sep 2020 19:38:09 +0100 Subject: [PATCH 2/2] Update .gitmodules Co-authored-by: Pepe Iborra --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4bd224a31e..c8abb211bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,7 +10,6 @@ # rm -rf path_to_submodule [submodule "ghcide"] path = ghcide - # url = https://github.com/digital-asset/ghcide.git # url = https://github.com/alanz/ghcide.git # url = https://github.com/wz1000/ghcide.git url = https://github.com/haskell/ghcide.git