diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:12:58 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:12:58 -0800 |
commit | 32c88fc4b23e75159c12aa33c277fe43e99b9f59 (patch) | |
tree | 27785438590b3ddb8d68441cc46cb4d5ac6f4bd5 | |
parent | 2380579ba73fcb21f747a2e354251cb318f44816 (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 278a55b..bfa192b 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xload], [1.1.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xload]) + [https://gitlab.freedesktop.org/xorg/app/xload/issues], [xload]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |