From 97a75a52eec488ce3bac8aa6e7f7846c1d132a68 Mon Sep 17 00:00:00 2001 From: Elke Kreim <elke.kreim@hs-hannover.de> Date: Fri, 14 Oct 2022 13:31:13 +0200 Subject: [PATCH] Change repository for library h5p-editor-php --- .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