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 /CMakeLists.txt | |
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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11871f0a..01c73cd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ set(CMAKE_MACOSX_BUNDLE OFF) add_compile_definitions( # Package info: PACKAGE_NAME="XZ Utils" - PACKAGE_BUGREPORT="lasse.collin@tukaani.org" + PACKAGE_BUGREPORT="xz@tukaani.org" PACKAGE_URL="https://tukaani.org/xz/" # Features: |