From ef441d21782bdc48f519234ca0d221df662953c0 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sun, 9 Jun 2024 00:14:07 +0300 Subject: [PATCH] CMake: fix description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59ac760..721252d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ add_compile_definitions(HYPRUTILS_VERSION="${HYPRUTILS_VERSION}") project(hyprutils VERSION ${HYPRUTILS_VERSION} - DESCRIPTION "A library and toolkit for the Hyprland cursor format" + DESCRIPTION "Small C++ library for utilities used across the Hypr* ecosystem" ) include(CTest)