From 34b010753bea681d50f6c75f5f6f3c1e26318ef4 Mon Sep 17 00:00:00 2001 From: micbou Date: Sun, 30 Dec 2018 17:13:14 +0100 Subject: [PATCH] Update requests URL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9bab5186..aefc9254 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,7 +18,7 @@ url = https://github.com/urllib3/urllib3 [submodule "third_party/requests_deps/requests"] path = third_party/requests_deps/requests - url = https://github.com/kennethreitz/requests + url = https://github.com/requests/requests [submodule "third_party/python-future"] path = third_party/python-future url = https://github.com/PythonCharmers/python-future