Meson: Update two pipewire.org URLs to HTTPS

This commit is contained in:
Niklāvs Koļesņikovs 2021-09-03 10:47:11 +03:00 committed by Wim Taymans
parent e41187d643
commit 40cbcf2887
2 changed files with 2 additions and 2 deletions

View file

@ -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)