diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:59:02 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:59:02 -0800 |
commit | f253c28fccbd395f5f5063d60bd81179dda76d4f (patch) | |
tree | ba791cb8eb2d767da7178ca3b183684c7a94a486 | |
parent | f0f414797e0ab2c1e29c89be163a261720ae88c6 (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 fa7cf65..ecc6080 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([xbiff], [1.0.3], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xbiff]) + [https://gitlab.freedesktop.org/xorg/app/xbiff/issues], [xbiff]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |