diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:38:42 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 16:38:42 -0800 |
commit | 7a9d318d64c85a9000f8baeb23c267ac8629c6c0 (patch) | |
tree | 9cc3dbf95bd51bb8ee3e55df2947f33a81b0a8ef | |
parent | 91d4da2a278b28c4d9fda0832b23fd6309d925fb (diff) |
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 48774b2..efd07f9 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([bdftopcf], [1.1], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [bdftopcf]) + [https://gitlab.freedesktop.org/xorg/util/bdftopcf/issues], [bdftopcf]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |