From 1c920647b89c88f951b854ef8da4ae210beb9c21 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 25 Mar 2021 13:52:57 -0400 Subject: [PATCH] Remove jwt-cpp as a submodule --- .gitmodules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6b80a6b0f..fd07ba226 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,10 +4,7 @@ branch = 3.0 [submodule "web/api/app/Plugin/CakePHP-Enum-Behavior"] path = web/api/app/Plugin/CakePHP-Enum-Behavior - url = https://github.com/ZoneMinder/CakePHP-Enum-Behavior.git + Url = https://github.com/ZoneMinder/CakePHP-Enum-Behavior.git [submodule "dep/RtspServer"] path = dep/RtspServer url = https://github.com/ZoneMinder/RtspServer -[submodule "dep/jwt-cpp"] - path = dep/jwt-cpp - url = https://github.com/Thalhammer/jwt-cpp