From 89914d3016338a3ff3b96ddf284be5d305c2c3d8 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 10 Jun 2023 21:35:53 +0300 Subject: [PATCH] generic: update enchant link Signed-off-by: Ivailo Monev --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e9c8eb3..e20f0fb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ set_package_properties(SharedMimeInfo PROPERTIES find_package(ENCHANT 1.4.0) set_package_properties(ENCHANT PROPERTIES DESCRIPTION "Generic spell checking library" - URL "http://www.abisource.com/projects/enchant/" + URL "https://www.abisource.com/projects/enchant/" TYPE REQUIRED PURPOSE "Spell checking support via Enchant" )