summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorVincent Mihalkovic <vmihalko@redhat.com>2023-04-11 11:25:32 +0200
committerVincent Mihalkovic <vmihalko@redhat.com>2023-04-11 11:30:08 +0200
commit13cd9c6bf0d74bb5ababced929433f1dc8c9d018 (patch)
tree6854cc18d1cfc723bbd8f114961292e90bf4f8b9 /meson.build
parent7b3c9c85980f2f6a521aac97089c99647b4cf4ce (diff)
downloadpolkit-13cd9c6bf0d74bb5ababced929433f1dc8c9d018.tar.gz
docs, build: replace the mailman url with the gitlab/issues url
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 10b17eb..3b96562 100644
--- a/meson.build
+++ b/meson.build
@@ -69,7 +69,7 @@ config_h = configuration_data()
# defines
set_defines = [
# package
- ['PACKAGE_BUGREPORT', 'http://lists.freedesktop.org/mailman/listinfo/polkit-devel'],
+ ['PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/polkit/polkit/-/issues/'],
['PACKAGE_NAME', meson.project_name()],
['PACKAGE_URL', 'http://www.freedesktop.org/wiki/Software/polkit'],
['PACKAGE_VERSION', pk_version],