diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-25 12:40:34 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-25 12:40:34 -0800 |
commit | 76bb0405b2b291204e5dacc71fa8dc049464928f (patch) | |
tree | 1ba8f91e78c23c366d5ae2b557fa3cde50fb668e | |
parent | 089dbde684d6b9a109ca18e865edaa1952f16dfb (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 4a72bee..d15a544 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xbitmaps], [1.1.2], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xbitmaps]) + [https://gitlab.freedesktop.org/xorg/data/bitmaps/issues], [xbitmaps]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |