From 364631b3fab259260f4ef9eb8a88e4846936b7ba Mon Sep 17 00:00:00 2001 From: Elke Kreim <elke.kreim@hs-hannover.de> Date: Fri, 14 Oct 2022 13:44:36 +0200 Subject: [PATCH] Change repository for submodule h5p-editor-php-library --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 337e33f..3935996 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = stable [submodule "editor"] path = editor - url = https://github.com/h5p/h5p-editor-php-library.git - branch = stable + url = https://lab.it.hs-hannover.de/elc/h5p-editor-php-library.git + branch = main [submodule "reporting"] path = reporting url = https://github.com/h5p/h5p-php-report.git -- GitLab