From f33ddce9267f934332653d78b775a3d29552151b Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 09:20:36 -0500 Subject: Format all documentation Signed-off-by: Matt Strapp --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6111db9..da41bfa 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ project_dep =declare_dependency(include_directories: includes) install_headers(header) pkg = import('pkgconfig') -pkg.generate(lib, description: 'A completely normal C library') +pkg.generate(lib, description: 'A C library that introduces locusts into your codebase') if not meson.is_subproject() test( -- cgit v1.2.3