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])