From 40d36b1e2ade3f4c7bdbaced022e32f4387f0c12 Mon Sep 17 00:00:00 2001
From: Jacki <jacki@thejackimonster.de>
Date: Fri, 4 Oct 2024 12:27:54 +0200
Subject: [PATCH] Change url from slang submodule

Signed-off-by: Jacki <jacki@thejackimonster.de>
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 5f3821ff..77297e80 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -84,7 +84,7 @@
 	url = https://github.com/json-c/json-c.git
 [submodule "modules/shader_compiler/lib/slang"]
 	path = modules/shader_compiler/lib/slang
-	url = https://github.com/TheJackiMonster/slang.git
+	url = https://github.com/shader-slang/slang.git
 	branch = master
 [submodule "modules/shader_compiler/lib/unordered_dense"]
 	path = modules/shader_compiler/lib/unordered_dense
-- 
GitLab