From 8c4d9883bc3694f20b48e38b11d8b3c247986989 Mon Sep 17 00:00:00 2001
From: Star Rauchenberger <fefferburbia@gmail.com>
Date: Tue, 3 Oct 2023 00:21:33 -0400
Subject: Switch to self-hosted verbly

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.gitmodules')

diff --git a/.gitmodules b/.gitmodules
index d502d11..67462c3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "vendor/verbly"]
 	path = vendor/verbly
-	url = https://github.com/hatkirby/verbly.git
+	url = git://fourisland.com/verbly
 [submodule "vendor/curlcpp"]
 	path = vendor/curlcpp
 	url = https://github.com/JosephP91/curlcpp
-- 
cgit 1.4.1


From 4d7ae9a7829c8487b0b0ac88099289cd5d8b92a2 Mon Sep 17 00:00:00 2001
From: Star Rauchenberger <fefferburbia@gmail.com>
Date: Tue, 3 Oct 2023 01:19:34 -0400
Subject: Switched to more secure self hosted verbly

---
 .gitmodules   | 2 +-
 vendor/verbly | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to '.gitmodules')

diff --git a/.gitmodules b/.gitmodules
index 67462c3..978a916 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "vendor/verbly"]
 	path = vendor/verbly
-	url = git://fourisland.com/verbly
+	url = https://git.fourisland.com/verbly
 [submodule "vendor/curlcpp"]
 	path = vendor/curlcpp
 	url = https://github.com/JosephP91/curlcpp
diff --git a/vendor/verbly b/vendor/verbly
index 5b70ebc..1accf04 160000
--- a/vendor/verbly
+++ b/vendor/verbly
@@ -1 +1 @@
-Subproject commit 5b70ebc5b402c060f57b016a3cb49600e0ecd58c
+Subproject commit 1accf04179e3f1389d3d75c072ef922daac01873
-- 
cgit 1.4.1