From 37f2051a2e0c877951cfa1d44431ddb512fa3821 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 14 Nov 2022 09:29:18 -0500 Subject: Removed yaml-cpp and libtwittercpp submodules --- .gitmodules | 6 ------ vendor/libtwittercpp | 1 - vendor/yaml-cpp | 1 - 3 files changed, 8 deletions(-) delete mode 160000 vendor/libtwittercpp delete mode 160000 vendor/yaml-cpp diff --git a/.gitmodules b/.gitmodules index 6d4576f..5888bee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ -[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 [submodule "vendor/mastodonpp"] path = vendor/mastodonpp url = https://schlomp.space/tastytea/mastodonpp.git diff --git a/vendor/libtwittercpp b/vendor/libtwittercpp deleted file mode 160000 index d90a1e7..0000000 --- a/vendor/libtwittercpp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d90a1e74c77ba67f25a812609fd49d479bc464dd diff --git a/vendor/yaml-cpp b/vendor/yaml-cpp deleted file mode 160000 index 519d33f..0000000 --- a/vendor/yaml-cpp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 519d33fea3fbcbe7e1f89f97ee0fa539cec33eb7 -- cgit 1.4.1