diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-11-13 22:29:05 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-11-13 22:29:05 -0500 |
commit | fb26c5be267339b9024d6669df09b5c57d15b9ad (patch) | |
tree | a755ff3f0de6a5f7d578400cb33191d0ff739219 /.gitmodules | |
parent | 85476b21818c6f9880c5dfdaf21d5731c66df92f (diff) | |
download | yandere-fb26c5be267339b9024d6669df09b5c57d15b9ad.tar.gz yandere-fb26c5be267339b9024d6669df09b5c57d15b9ad.tar.bz2 yandere-fb26c5be267339b9024d6669df09b5c57d15b9ad.zip |
Bot now uses Mastodon instead of Twitter
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 78fd03a..6d4576f 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,3 +4,6 @@ | |||
4 | [submodule "vendor/libtwittercpp"] | 4 | [submodule "vendor/libtwittercpp"] |
5 | path = vendor/libtwittercpp | 5 | path = vendor/libtwittercpp |
6 | url = https://github.com/hatkirby/libtwittercpp | 6 | url = https://github.com/hatkirby/libtwittercpp |
7 | [submodule "vendor/mastodonpp"] | ||
8 | path = vendor/mastodonpp | ||
9 | url = https://schlomp.space/tastytea/mastodonpp.git | ||