From 13cd9c6bf0d74bb5ababced929433f1dc8c9d018 Mon Sep 17 00:00:00 2001 From: Vincent Mihalkovic Date: Tue, 11 Apr 2023 11:25:32 +0200 Subject: docs, build: replace the mailman url with the gitlab/issues url --- docs/man/pkaction.xml | 2 +- docs/man/pkcheck.xml | 2 +- docs/man/pkexec.xml | 2 +- docs/man/pkttyagent.xml | 2 +- docs/man/polkit.xml | 2 +- docs/man/polkitd.xml | 2 +- meson.build | 2 +- po/Makevars | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/man/pkaction.xml b/docs/man/pkaction.xml index 3720ea1..0f0fe31 100644 --- a/docs/man/pkaction.xml +++ b/docs/man/pkaction.xml @@ -84,7 +84,7 @@ Please send bug reports to either the distribution or the polkit-devel mailing list, - see the link + see the link on how to subscribe. diff --git a/docs/man/pkcheck.xml b/docs/man/pkcheck.xml index 6613a5d..a569576 100644 --- a/docs/man/pkcheck.xml +++ b/docs/man/pkcheck.xml @@ -206,7 +206,7 @@ KEY3=VALUE3 Please send bug reports to either the distribution or the polkit-devel mailing list, - see the link + see the link on how to subscribe. diff --git a/docs/man/pkexec.xml b/docs/man/pkexec.xml index 013b56d..14bea98 100644 --- a/docs/man/pkexec.xml +++ b/docs/man/pkexec.xml @@ -266,7 +266,7 @@ for n in range(len(sys.argv)): Please send bug reports to either the distribution or the polkit-devel mailing list, - see the link + see the link on how to subscribe. diff --git a/docs/man/pkttyagent.xml b/docs/man/pkttyagent.xml index fc3383a..a4ba7fa 100644 --- a/docs/man/pkttyagent.xml +++ b/docs/man/pkttyagent.xml @@ -138,7 +138,7 @@ Please send bug reports to either the distribution or the polkit-devel mailing list, - see the link + see the link on how to subscribe. diff --git a/docs/man/polkit.xml b/docs/man/polkit.xml index 90715a5..b67c4a6 100644 --- a/docs/man/polkit.xml +++ b/docs/man/polkit.xml @@ -961,7 +961,7 @@ polkit.addRule(function(action, subject) { Please send bug reports to either the distribution or the polkit-devel mailing list, - see the link + see the link on how to subscribe. diff --git a/docs/man/polkitd.xml b/docs/man/polkitd.xml index 5fee8d4..763a67e 100644 --- a/docs/man/polkitd.xml +++ b/docs/man/polkitd.xml @@ -66,7 +66,7 @@ Please send bug reports to either the distribution or the polkit-devel mailing list, - see the link + see the link on how to subscribe. diff --git a/meson.build b/meson.build index 10b17eb..3b96562 100644 --- a/meson.build +++ b/meson.build @@ -69,7 +69,7 @@ config_h = configuration_data() # defines set_defines = [ # package - ['PACKAGE_BUGREPORT', 'http://lists.freedesktop.org/mailman/listinfo/polkit-devel'], + ['PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/polkit/polkit/-/issues/'], ['PACKAGE_NAME', meson.project_name()], ['PACKAGE_URL', 'http://www.freedesktop.org/wiki/Software/polkit'], ['PACKAGE_VERSION', pk_version], diff --git a/po/Makevars b/po/Makevars index 1cad43c..b72f80b 100644 --- a/po/Makevars +++ b/po/Makevars @@ -41,7 +41,7 @@ PACKAGE_GNU = no # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = http://lists.freedesktop.org/mailman/listinfo/polkit-devel +MSGID_BUGS_ADDRESS = https://gitlab.freedesktop.org/polkit/polkit/-/issues/ # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. -- cgit v1.2.1