From ea3703e9fdd0b05fb0acb0047dd9c11506e8fcc7 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 15 Dec 2025 19:14:47 +0100 Subject: [PATCH] configure.ac: fix package name and issue tracker URL Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7261651..95592fc 100644 --- a/configure.ac +++ b/configure.ac @@ -22,10 +22,10 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xf86-video-sis], +AC_INIT([xlibre-xf86-video-sis], [0.12.1], - [https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/issues], - [xf86-video-sis]) + [https://github.com/X11Libre/xf86-video-sis/issues], + [xlibre-xf86-video-sis]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(.)