aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-04 23:02:53 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-04 23:02:53 +0100
commita77706c37d3b6df3049f658dd220b813fe1834b8 (patch)
tree504bf6c75882ff89086139897290a27df31cdd80
parent3b19c28f73fe8063cffa095f26df023e1d28cb79 (diff)
Change name to html searchHEADmaster
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 99d0314..1fdac9a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('html_parser', ['c'], subproject_dir : 'depends')
+project('html_search', ['c'], subproject_dir : 'depends')
src = [
'src/HtmlSearch.c',