diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:29:22 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:29:22 -0800 |
commit | d7f661849c18c354f1692d9859e057aa3a7ddf93 (patch) | |
tree | 0fb65b14fa4565bf2eb25347393b86a455fe50d3 | |
parent | b12b2d71f1547e832ac14b66a0d94d88b3675b25 (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 c2a23b7..88f7747 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libfontenc], [1.1.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libfontenc]) + [https://gitlab.freedesktop.org/xorg/lib/libfontenc/issues], [libfontenc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |