diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f51d77..cd34b1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.21) project( Assertion VERSION 0.3.0 - DESCRIPTION "A collection of assertion functions for testing purposes" + DESCRIPTION "A collection of assertion functions and other utilities for testing CMake code" HOMEPAGE_URL https://github.com/threeal/assertion-cmake LANGUAGES NONE)