From c79d4dda42fee7bcda868c2d6679c83599b3b223 Mon Sep 17 00:00:00 2001
From: Dennis Grabowski <dennis.grabowski@hs-hannover.de>
Date: Thu, 17 Aug 2023 17:35:27 +0200
Subject: [PATCH] fix(repo): change submodule URL to github.com

We don't maintain this submodule anymore and as such moving forward we
should rely the original submodule.
---
 .gitmodules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 3935996..337e33f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,8 +4,8 @@
 	branch = stable
 [submodule "editor"]
 	path = editor
-	url = https://lab.it.hs-hannover.de/elc/h5p-editor-php-library.git
-	branch = main
+	url = https://github.com/h5p/h5p-editor-php-library.git
+	branch = stable
 [submodule "reporting"]
 	path = reporting
 	url = https://github.com/h5p/h5p-php-report.git
-- 
GitLab