diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:55:25 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:55:25 -0800 |
commit | 03a6f599d060591a9a7cd8558bd2143a1c7c70d7 (patch) | |
tree | 3bd91d65def9392e0d7e4a34832596e316a73a43 | |
parent | 5af31d2a24abe5a41995c792012e5dc489ec2674 (diff) |
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4e68999..979099d 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libXv], [1.0.11], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXv]) + [https://gitlab.freedesktop.org/xorg/lib/libXv/issues], [libXv]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |