From dcc2130afdae472e35d2e88e8a8b5af536e35d9f Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Tue, 28 Jan 2020 20:59:43 +0100 Subject: [PATCH] Issue tracker in GitLab now --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 460a91a..a49c46a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,7 @@ dnl ########### dnl ## SETUP ########################################################### dnl ########### -AC_INIT([ezstream], [1.0.0], - [https://trac.xiph.org/newticket?component=ezstream]) +AC_INIT([ezstream], [1.0.0], [https://gitlab.xiph.org/xiph/ezstream/issues]) AC_PREREQ([2.61]) AC_CONFIG_SRCDIR([src/ezstream.c]) AC_CONFIG_AUX_DIR([build-aux])