diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 18:08:34 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 18:08:34 +0200 |
commit | 764955e2d4f2a5e8d6d6fec63af694f799e050e7 (patch) | |
tree | c255dde7ca1e23c53f3389f55dae967cbc67eeea /configure.ac | |
parent | Build: Add string_conversion.c to CMake, DOS, and VS files. (diff) | |
download | xz-764955e2d4f2a5e8d6d6fec63af694f799e050e7.tar.xz |
Change the bug report address.
It forwards to me and Jia Tan.
Also update the IRC reference in README as #tukaani was moved
to Libera Chat long ago.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 30ed89a6..7c77215b 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_PREREQ([2.69]) AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]), - [lasse.collin@tukaani.org], [xz], [https://tukaani.org/xz/]) + [xz@tukaani.org], [xz], [https://tukaani.org/xz/]) AC_CONFIG_SRCDIR([src/liblzma/common/common.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |