From 9d2a77d3b32ce36fc38fa6a6bbb36cd3f7f672d1 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Fri, 23 Oct 2020 15:43:40 +0200 Subject: [PATCH] docs: update URLs to source.puri.sm --- doc/xml/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xml/meson.build b/doc/xml/meson.build index 0f2bde7..5553787 100644 --- a/doc/xml/meson.build +++ b/doc/xml/meson.build @@ -1,9 +1,9 @@ ent_conf = configuration_data() ent_conf.set('PACKAGE', 'Calls') -ent_conf.set('PACKAGE_BUGREPORT', 'https://code.puri.sm/Librem5/calls/issues') +ent_conf.set('PACKAGE_BUGREPORT', 'https://source.puri.sm/Librem5/calls/issues') ent_conf.set('PACKAGE_NAME', 'Calls') ent_conf.set('PACKAGE_STRING', 'calls') ent_conf.set('PACKAGE_TARNAME', 'calls-' + meson.project_version()) -ent_conf.set('PACKAGE_URL', 'https://code.puri.sm/Librem5/calls') +ent_conf.set('PACKAGE_URL', 'https://source.puri.sm/Librem5/calls') ent_conf.set('PACKAGE_VERSION', meson.project_version()) configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)