summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <jason.gerecke@wacom.com>2022-02-03 14:14:11 -0800
committerPeter Hutterer <peter.hutterer@who-t.net>2022-02-04 12:44:09 +1000
commitc68a8798c2be81686002eac34247e610f7ee8594 (patch)
tree2dbde72e4f27e6dc9251ad5ff8475c5dc1ccae91
parent44710a571a3399c0b894160abb7480e257a1c441 (diff)
downloadxf86-input-wacom-c68a8798c2be81686002eac34247e610f7ee8594.tar.gz
Update configure.ac to point to our issue tracker if a unit test fails
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aae6aa5..7b28dd7 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])