summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-21 17:18:04 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-21 17:18:04 -0800
commitaeb1f2dfaf90ecdfd38d3e431c6f0317793c51a6 (patch)
tree6406efcb6d01f0008ada499cb1f9c2f4019e373e
parent59017f0bb0acdc5ab86cc5b40accf5f1e9c35b53 (diff)
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 433298e..f6a484d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xrestop], [0.0.4],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xrestop])
+ [https://gitlab.freedesktop.org/xorg/app/xrestop/issues], [xrestop])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE()