diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:38:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:38:21 -0800 |
commit | 60be69492ae346a89c5e510dfa6af8495c4fa078 (patch) | |
tree | 8e77748c7c8a1be75f8e33d6f47f22fa3a65bbc5 | |
parent | ac89dfca6a91039261d68cdcc76fc4027f6e7458 (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 97b5b8e..6dda8c9 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([appres], [1.0.5], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [appres]) + [https://gitlab.freedesktop.org/xorg/app/appres/issues], [appres]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |