diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:12:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:12:07 -0800 |
commit | 9b134b4835cc0b6743bbd67d61b647dff3941ca9 (patch) | |
tree | 2fbd2ab1370b97e209b331a5c4c8030586495f3c | |
parent | d15a9ce43042d12c545d194f46075214678046e9 (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 8dcef5f..a24084a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xkbprint], [1.0.4], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xkbprint]) + [https://gitlab.freedesktop.org/xorg/app/xkbprint/issues], [xkbprint]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Needed for asprintf on GNU libc |