From a93f8f74b54accfb94a8c56357e566db76c24b22 Mon Sep 17 00:00:00 2001 From: Kevin Brace Date: Sat, 2 Mar 2019 14:10:41 -0800 Subject: [PATCH] Update configure.ac bug URL for gitlab migration It is based on Alan Coopersmith's commit for various fd.o projects. Signed-off-by: Kevin Brace --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a9e311b51..1d5101102 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.60) -AC_INIT([xorg-server], 1.19.6, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +AC_INIT([xorg-server], 1.19.6, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server) RELEASE_DATE="2017-12-20" RELEASE_NAME="Lousiana Gumbo" AC_CONFIG_SRCDIR([Makefile.am])