From 25b6ee23af873a057eadb69cf2ca21416acabc09 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 3 Oct 2023 10:03:29 -0400 Subject: Switched to self-hosted libtwittercpp and verbly --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3ac2123..a61a811 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "vendor/libtwittercpp"] path = vendor/libtwittercpp - url = https://github.com/hatkirby/libtwittercpp + url = https://git.fourisland.com/libtwittercpp [submodule "vendor/verbly"] path = vendor/verbly - url = https://github.com/hatkirby/verbly + url = https://git.fourisland.com/verbly [submodule "vendor/yaml-cpp"] path = vendor/yaml-cpp url = https://github.com/jbeder/yaml-cpp -- cgit 1.4.1