new name after fork

This commit is contained in:
2026-01-05 23:12:38 -07:00
parent ca43595430
commit 4683ef705b
316 changed files with 5422 additions and 6141 deletions

View File

@@ -2,8 +2,8 @@ man_conf = configuration_data()
man_conf.set('VERSION', meson.project_version())
configure_file(
input: 'hexchat.1.in',
output: 'hexchat.1',
input: 'zoitechat.1.in',
output: 'zoitechat.1',
configuration: man_conf,
install: true,
install_dir: join_paths(get_option('mandir'), 'man1')