diff options
author | Simon McVittie <smcv@collabora.com> | 2021-03-26 17:23:17 +0000 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2021-03-26 17:23:17 +0000 |
commit | 6ab7c2c6a2a389d6bf01387966e9debbb6b6ee77 (patch) | |
tree | 07067ddced2529964d22e771735fa1fb36833795 | |
parent | 1ac1c883f45342c3c08addf3518e0f1ed262449d (diff) |
Update bug reporting URL
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5d026eb..087dc72 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.52) AC_INIT([dbus-glib], [0.113], - [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib]) + [https://gitlab.freedesktop.org/dbus/dbus-glib/-/issues/new]) AC_CONFIG_AUX_DIR([build-aux]) |