diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:31:52 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-12-07 19:31:52 -0800 |
commit | fbed5d2b478cd33870c8eb6f0a12893193d7e32c (patch) | |
tree | 0699dec0062ae59758f8718d6e1a424eef0ce190 | |
parent | d30934ee6e0ee48cc10c141d5681be847e28e974 (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 0774b1d..e67623e 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libpciaccess],[0.14], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess],[libpciaccess]) + [https://gitlab.freedesktop.org/xorg/lib/libpciaccess/issues],[libpciaccess]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([.]) |