From e72e2be6cf413b0f553f662707129ab8a7a4ab30 Mon Sep 17 00:00:00 2001 From: Aleksandr Orefkov Date: Tue, 11 Nov 2025 11:52:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 0 CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c81c57..2143d11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project ( simstr VERSION 1.0.0 DESCRIPTION "Yet another string library" - HOMEPAGE_URL "https://snegopat.ru/simstr" + HOMEPAGE_URL "https://github.com/orefkov/simstr" LANGUAGES CXX )