From 4466b1f2cfcba4750b671a26bfa6909a86f27ae9 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Fri, 18 Oct 2024 15:01:13 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20ur?= =?UTF-8?q?l=20=D0=BA=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2b63d9..1037cee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif() include(FetchContent) FetchContent_Declare( components - GIT_REPOSITORY https://gogs.dended.keenetic.pro/ded/components.git + GIT_REPOSITORY https://gogs.dended.ru/ded/components.git GIT_TAG master )