summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-07-04 00:13:00 +0500
committerilotterytea <iltsu@alright.party>2025-07-04 00:13:00 +0500
commit616298db787197e8b01e22627e9e90271a4e5524 (patch)
tree3d861def77925bed5ac4dfdb06c3d15abc456887
parent17bf4fa1cbb7bb4fe0eeddf67ed9e1a639600599 (diff)
upd: emotespp url
-rw-r--r--bot/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/CMakeLists.txt b/bot/CMakeLists.txt
index 85eb870..261e467 100644
--- a/bot/CMakeLists.txt
+++ b/bot/CMakeLists.txt
@@ -115,7 +115,7 @@ FetchContent_MakeAvailable(sol)
# emotespp
FetchContent_Declare(
emotespp
- GIT_REPOSITORY https://git.shungites.casa/emotespp.git
+ GIT_REPOSITORY https://git.ilt.su/emotespp.git
GIT_TAG master
)
FetchContent_MakeAvailable(emotespp)