summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-08-09 12:20:40 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-08-09 12:20:40 +0100
commit093a9f4268d2484118319b9a7f60c20d254d4976 (patch)
tree5c3c0afdd8462b4b48e8f2282d31c95e15e131fe
parent704ce324dfa7e4cbe9c9636b76066b0256893921 (diff)
downloaddconf-093a9f4268d2484118319b9a7f60c20d254d4976.tar.gz
doc: Update bug reporting URI
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d123932..af4699a 100644
--- a/meson.build
+++ b/meson.build
@@ -38,7 +38,7 @@ config_h = configuration_data()
# package
set_defines = [
['PACKAGE', meson.project_name()],
- ['PACKAGE_BUGREPORT', 'http://bugzilla.gnome.org/enter_bug.cgi?product=dconf'],
+ ['PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/dconf/issues'],
['PACKAGE_NAME', meson.project_name()],
['PACKAGE_STRING', '@0@ @1@'.format(meson.project_name(), dconf_version)],
['PACKAGE_TARNAME', meson.project_name()],