diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:01:52 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:01:52 -0800 |
commit | ae5c4a040680b3889c8ea332c21d2caea2d918d1 (patch) | |
tree | d635022d8e70c8cef80b5ca9f722c0feaf2e47c4 | |
parent | 873220f791f494ab9659ba6fcb85737c1cd4b99d (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 73dce26..dbaa99c 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([xdpyinfo], [1.3.2], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xdpyinfo]) + [https://gitlab.freedesktop.org/xorg/app/xdpyinfo/issues], [xdpyinfo]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |