summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2019-03-09 20:52:45 +0100
committerZeeshan Ali <zeenix@collabora.co.uk>2019-03-11 16:24:21 +0100
commit5fe10855c910cdf6d3578d3526e1c938f0b25420 (patch)
treed56dee0073b19f7723ac886e411abae5b2d37d8f /meson.build
parentaa7b329bc4a94336b88172bce355e41f40983354 (diff)
downloadgeoclue-5fe10855c910cdf6d3578d3526e1c938f0b25420.tar.gz
build: Update URLs to homepage & bug submission
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 8c06058..c4ca353 100644
--- a/meson.build
+++ b/meson.build
@@ -25,8 +25,8 @@ conf.set_quoted('PACKAGE_NAME', 'geoclue')
conf.set_quoted('GETTEXT_PACKAGE', 'geoclue')
conf.set_quoted('PACKAGE_TARNAME', 'geoclue')
conf.set_quoted('PACKAGE_STRING', 'geoclue ' + gclue_version)
-conf.set_quoted('PACKAGE_URL', 'http://www.freedesktop.org/wiki/Software/GeoClue')
-conf.set_quoted('PACKAGE_BUGREPORT', 'http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue')
+conf.set_quoted('PACKAGE_URL', 'https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home')
+conf.set_quoted('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/geoclue/geoclue/issues/new')
conf.set_quoted('TEST_SRCDIR', meson.source_root() + '/data/')
conf.set_quoted('LOCALEDIR', localedir)
conf.set_quoted('SYSCONFDIR', sysconfdir)