summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-21 17:01:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-21 17:35:55 -0700
commitddf5f7251578be68f61b4d4b7e127feb213ade4c (patch)
tree4177cbe3e60590ddcb5ba1fe2322f71e813978bc
parent7b24ff5044c1ce2deb3c745d049a84522be88be8 (diff)
configure.ac: Update bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e93f08b..1838abf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xtsttopng], [1.0],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xtsttopng])
+ [https://gitlab.freedesktop.org/xorg/test/xtsttopng/], [xtsttopng])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])