From 40cbcf288775432891c09b441ffd09879c2bdb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikl=C4=81vs=20Ko=C4=BCes=C5=86ikovs?= <89q1r14hd@relay.firefox.com> Date: Fri, 3 Sep 2021 10:47:11 +0300 Subject: [PATCH] Meson: Update two pipewire.org URLs to HTTPS --- man/meson.build | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/meson.build b/man/meson.build index 8552cd96f..c51a0bdc0 100644 --- a/man/meson.build +++ b/man/meson.build @@ -1,7 +1,7 @@ manpage_conf = configuration_data() manpage_conf.set('PACKAGE_NAME', meson.project_name()) manpage_conf.set('PACKAGE_VERSION', meson.project_version()) -manpage_conf.set('PACKAGE_URL', 'http://pipewire.org') +manpage_conf.set('PACKAGE_URL', 'https://pipewire.org') manpage_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/pipewire/pipewire/issues') manpage_conf.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir) manpage_conf.set('PIPEWIRE_CONFDATADIR', pipewire_confdatadir) diff --git a/meson.build b/meson.build index 152978cbd..69c1f4080 100644 --- a/meson.build +++ b/meson.build @@ -193,7 +193,7 @@ cdata.set('PACKAGE', '"pipewire"') cdata.set('PACKAGE_NAME', '"PipeWire"') cdata.set('PACKAGE_STRING', '"PipeWire @0@"'.format(pipewire_version)) cdata.set('PACKAGE_TARNAME', '"pipewire"') -cdata.set('PACKAGE_URL', '"http://pipewire.org"') +cdata.set('PACKAGE_URL', '"https://pipewire.org"') cdata.set_quoted('PACKAGE_VERSION', pipewire_version) cdata.set_quoted('MODULEDIR', modules_install_dir) cdata.set_quoted('PIPEWIRE_CONFIG_DIR', pipewire_configdir)