diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:46:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:46:01 -0800 |
commit | 2b838dbd23f2ae2a3ff479003b13e03563624009 (patch) | |
tree | 4194e883226f915460b0b96167980082787283e8 /configure.ac | |
parent | 90a95d3f6a661b76b0768b454c00468eb65e47fc (diff) |
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1ae610f..42dab59 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([editres], [1.0.7], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [editres]) + [https://gitlab.freedesktop.org/xorg/app/editres/issues], [editres]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |