diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:44:24 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:44:24 -0800 |
commit | 28822317438b6800435145a0312dbce59a03eaa3 (patch) | |
tree | 1f28d02c84b8ee33614a10bfac256c875c2a033f | |
parent | 340581e83d57414b5f33fd2f9f22fdfebf0d4b8d (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 ba61814..e4f6e76 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libxkbfile], [1.0.9], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libxkbfile]) + [https://gitlab.freedesktop.org/xorg/lib/libxkbfile/issues], [libxkbfile]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |