diff --git a/configure.ac b/configure.ac index e6bfcd4..232bf02 100644 --- a/configure.ac +++ b/configure.ac @@ -22,10 +22,10 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xf86-video-v4l], +AC_INIT([xlibre-xf86-video-v4l], [0.3.0], - [https://gitlab.freedesktop.org/xorg/driver/xf86-video-v4l/issues], - [xf86-video-v4l]) + [https://github.com/X11Libre/xf86-video-v4l/issues], + [xlibre-xf86-video-v4l]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(.)