templates: fix description typo
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-03-28 20:21:41 +00:00
parent d97da124ee
commit 8a4fdf6a56

View file

@ -5,6 +5,6 @@
}; };
"c++-meson" = { "c++-meson" = {
path = ./c++-meson; path = ./c++-meson;
description = "A C++ project using CMake"; description = "A C++ project using Meson";
}; };
} }