From f7516e6234e91269e2c526c089670ca3b8742cfe Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 23 Jun 2025 16:43:28 +0200 Subject: [PATCH] meson_options: fix mailing list address The meson_options allow setting some `builder` mail address, and default was still pointing to old, dead xorg. Signed-off-by: Enrico Weigelt, metux IT consult --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 26172f147..ef49ffff8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,7 +14,7 @@ option('xquartz', type: 'combo', choices: ['true', 'false', 'auto'], value: 'aut description: 'Enable Xquartz X server') -option('builder_addr', type: 'string', description: 'Builder address', value: 'xorg@lists.freedesktop.org') +option('builder_addr', type: 'string', description: 'Builder address', value: 'xlibre@freelists.org') option('builder_string', type: 'string', description: 'Additional builder string') option('log_dir', type: 'string')