From 7b405f3c0476db96f2893b7023e4b58ba5d1e93f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 3 Oct 2023 10:05:30 -0400 Subject: Switched to self-hosted libtwittercpp and verbly --- .gitmodules | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2d58700..8b1c150 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,9 @@ [submodule "vendor/verbly"] path = vendor/verbly - url = https://github.com/hatkirby/verbly -[submodule "vendor/twitcurl"] - path = vendor/twitcurl - url = https://github.com/swatkat/twitcurl + url = https://git.fourisland.com/verbly [submodule "vendor/yaml-cpp"] path = vendor/yaml-cpp url = https://github.com/jbeder/yaml-cpp [submodule "vendor/libtwittercpp"] path = vendor/libtwittercpp - url = https://github.com/hatkirby/libtwittercpp + url = https://git.fourisland.com/libtwittercpp -- cgit 1.4.1