From c68a8798c2be81686002eac34247e610f7ee8594 Mon Sep 17 00:00:00 2001 From: Jason Gerecke Date: Thu, 3 Feb 2022 14:14:11 -0800 Subject: [PATCH] Update configure.ac to point to our issue tracker if a unit test fails Signed-off-by: Jason Gerecke --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aae6aa58..7b28dd78 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ([2.60]) # bump version in meson.build AC_INIT([xf86-input-wacom], [0.99.1], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [https://github.com/linuxwacom/xf86-input-wacom/issues/], [xf86-input-wacom]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([Makefile.am])