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:20:18 +0200 |
commit | 2dc1bc97a562ef4d4134c8df4d344d0f403428b8 (patch) | |
tree | e18ccfced9c8752b359fb22ec9b9dca4dcf2751a /CMakeLists.txt | |
parent | Update to HTTPS URLs in AUTHORS. (diff) | |
download | xz-2dc1bc97a562ef4d4134c8df4d344d0f403428b8.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 5260a430..84dd8edb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,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: |