diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:59:17 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:59:17 -0800 |
commit | 8d156f428912aecdd493e075b75e735bfbae7dda (patch) | |
tree | cd9a2caccfbd2d740281e7203c98335587f4c7bf | |
parent | b8f4da1126dd44b4adc5f83ba5c7e06a2de75996 (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 efeb403..65977d4 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([xcalc], [1.0.6], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xcalc]) + [https://gitlab.freedesktop.org/xorg/app/xcalc/issues], [xcalc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |