summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-21 17:03:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-21 17:03:55 -0800
commitf759842e8f6dc1ab296d75ec9e4fc108b2ee9a43 (patch)
tree746a050e0707404277798018a135f1eead703f88
parenta0585a3aa4ded660a3415893d052f57b5524b8e9 (diff)
Update configure.ac 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 1172920..07b3530 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
AC_INIT([xfs],
[1.2.0],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [https://gitlab.freedesktop.org/xorg/app/xfs/issues],
[xfs])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)