diff --git a/srcpkgs/catch2/template b/srcpkgs/catch2/template index 92f07bd8029..feddfed76b9 100644 --- a/srcpkgs/catch2/template +++ b/srcpkgs/catch2/template @@ -8,7 +8,7 @@ configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON -DCATCH_ENABLE_COVERAGE=OFF -DCATCH_ENABLE_WERROR=OFF -DCATCH_INSTALL_DOCS=ON -DCATCH_INSTALL_HELPERS=ON" hostmakedepends="python3" -short_desc="C++ header-only test framework for unit-tests, TDD and BDD" +short_desc="C++ test framework for unit-tests, TDD and BDD" maintainer="Louis Dupré Bertoni " license="BSL-1.0" homepage="https://github.com/catchorg/Catch2"