summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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],