diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:29:55 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:29:55 -0800 |
commit | ccbcae7d3409789bf346ca35963264d064f54cba (patch) | |
tree | 5ad38dd8c0fbffbce812b908abe2afcf879f2e0a | |
parent | e72ca90879db149bbee6232dd78a565e630e917d (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 5345489..d0af914 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libICE], [1.0.9], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libICE]) + [https://gitlab.freedesktop.org/xorg/lib/libICE/issues], [libICE]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |