From e6a49ca4ecac5353b19bb42631f595c9286827c9 Mon Sep 17 00:00:00 2001 From: scribam Date: Sun, 4 Apr 2021 15:38:37 +0200 Subject: [PATCH] deps: use official SDL url for submodule --- .gitmodules | 2 +- core/deps/SDL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index a851e5be3..5193941ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "core/deps/SDL"] path = core/deps/SDL - url = https://github.com/spurious/SDL-mirror.git + url = https://github.com/libsdl-org/SDL.git diff --git a/core/deps/SDL b/core/deps/SDL index 91b11c0c1..178ae70a2 160000 --- a/core/deps/SDL +++ b/core/deps/SDL @@ -1 +1 @@ -Subproject commit 91b11c0c15b40ff70df7b71e93a32760ff34d5c2 +Subproject commit 178ae70a2965f6184e5ff964bfa4d4cb1dfa02a3