diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:16:58 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:16:58 -0800 |
commit | 5429792c7949ecc30ff445a1d123a6f3e28f3155 (patch) | |
tree | 320efd2187b97c00d71efa0b97507c17fe39f224 | |
parent | fa0112f9ed9f253957b467d533b2fdb351fbac93 (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 c5f23a3..e02f04e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xprop], [1.2.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xprop]) + [https://gitlab.freedesktop.org/xorg/app/xprop/issues], [xprop]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |