From 637c968d1a2fecfb25bd6d14e4fe285e3ceafc13 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 7 Dec 2018 19:19:22 -0800 Subject: [PATCH] Update configure.ac bug URL for gitlab migration Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c18ed38..ac175ff 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-vesa], [2.4.0], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa/issues], [xf86-video-vesa]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) -- GitLab