diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:50:34 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:50:34 -0800 |
commit | bc819c99a1eee22194b561bcfe267c31071152ae (patch) | |
tree | fbc379bd5ba7db949d985cd22d86189e9d410da7 | |
parent | dfc721414e0ee35fa1b465d8c333831b73171ba4 (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 072f12e..17448cb 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libXScrnSaver], [1.2.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXScrnSaver]) + [https://gitlab.freedesktop.org/xorg/lib/libXScrnSaver/issues], [libXScrnSaver]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |