summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Mihalkovic <vmihalko@redhat.com>2023-04-11 11:25:32 +0200
committerVincent Mihalkovic <vmihalko@redhat.com>2023-04-11 11:30:08 +0200
commit13cd9c6bf0d74bb5ababced929433f1dc8c9d018 (patch)
tree6854cc18d1cfc723bbd8f114961292e90bf4f8b9
parent7b3c9c85980f2f6a521aac97089c99647b4cf4ce (diff)
downloadpolkit-13cd9c6bf0d74bb5ababced929433f1dc8c9d018.tar.gz
docs, build: replace the mailman url with the gitlab/issues url
-rw-r--r--docs/man/pkaction.xml2
-rw-r--r--docs/man/pkcheck.xml2
-rw-r--r--docs/man/pkexec.xml2
-rw-r--r--docs/man/pkttyagent.xml2
-rw-r--r--docs/man/polkit.xml2
-rw-r--r--docs/man/polkitd.xml2
-rw-r--r--meson.build2
-rw-r--r--po/Makevars2
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 @@
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
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
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
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)):
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
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 @@
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
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) {
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
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 @@
<para>
Please send bug reports to either the distribution or the
polkit-devel mailing list,
- see the link <ulink url="http://lists.freedesktop.org/mailman/listinfo/polkit-devel"/>
+ see the link <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/issues/"/>
on how to subscribe.
</para>
</refsect1>
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.