From 5dfa0fd87ed92fc8abeeefda389df0e4998780da Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 9 Jul 2024 11:39:52 -0500
Subject: [PATCH] Fix compyte submodule repo URL

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 41cf31d9c..cfb9c17ec 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "loopy/target/c/compyte"]
 	path = loopy/target/c/compyte
-	url = https://github.com/inducer/compyte
+	url = https://github.com/inducer/compyte.git
-- 
GitLab