diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:29:44 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:29:44 -0800 |
commit | e8642e3203f9793c2cca19b2df334b4160c56742 (patch) | |
tree | 5cff0538564ce07dabd907ca9fd36023398f6e95 | |
parent | 6052aa6479be8059c9294ced6e3a33e2316bb2d5 (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 24b06c4..1548fce 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libFS], [1.0.7], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libFS]) + [https://gitlab.freedesktop.org/xorg/lib/libFS/issues], [libFS]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |