summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-21 16:57:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-21 16:57:53 -0800
commit3677587612a9bc3a2590827394052b82248b4183 (patch)
tree6ddc5f38325a7c167d74235a9dc03c3aff24db96
parentcb3cd7642952b53a5fdca46e5db021a005100eba (diff)
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 24c0c39..21dbc92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([transset], [1.0.2],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [transset])
+ [https://gitlab.freedesktop.org/xorg/app/transset/issues], [transset])
RELEASE_DATE="2018-03-09"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])