diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:52:43 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:52:43 -0800 |
commit | faa42207a0653535ab80825b0acb50b417702ec4 (patch) | |
tree | a53665c418c6f94e690c73431e8dc3b3501bf65e | |
parent | cd22de616c77328da3410b1eaab541c2d331ffdb (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 b43f0f3..7621253 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xtrans], [1.3.5], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xtrans]) + [https://gitlab.freedesktop.org/xorg/lib/libxtrans/issues], [xtrans]) AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake |