From 9c5886f0d84986a0476ff523c0b594d0a1a74977 Mon Sep 17 00:00:00 2001
From: Nagy Tibor <xnagytibor@protonmail.com>
Date: Tue, 4 Oct 2022 20:51:15 +0200
Subject: [PATCH] Fix SDL2 build

Wrong repo path got specified in the SDL2 recipe when moving the project into
the redox-os namespace.
---
 recipes/sdl2/recipe.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/sdl2/recipe.toml b/recipes/sdl2/recipe.toml
index b13d726da..aa74d9268 100644
--- a/recipes/sdl2/recipe.toml
+++ b/recipes/sdl2/recipe.toml
@@ -1,6 +1,6 @@
 #TODO: TEST
 [source]
-git = "https://gitlab.redox-os.org/redox-os/sdl2-src.git"
+git = "https://gitlab.redox-os.org/redox-os/sdl2.git"
 
 [build]
 template = "custom"
-- 
GitLab