diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-19 23:08:14 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-19 23:08:14 +0800 |
commit | c26812c5b2c8a2a47f43214afe6b0b840c73e4f5 (patch) | |
tree | 8c23a08b1c87d5caf462f0b8d7111535e5305089 /CMakeLists.txt | |
parent | liblzma: CRC: Add a comment to crc_x86_clmul.h about BUILDING_ macros. (diff) | |
download | xz-c26812c5b2c8a2a47f43214afe6b0b840c73e4f5.tar.xz |
Build: Update website URL.
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 478b879c..d2d29db6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ include(cmake/tuklib_mbstr.cmake) set(PACKAGE_NAME "XZ Utils") set(PACKAGE_BUGREPORT "xz@tukaani.org") -set(PACKAGE_URL "https://tukaani.org/xz/") +set(PACKAGE_URL "https://xz.tukaani.org/xz-utils/") # Get the package version from version.h into PACKAGE_VERSION variable. file(READ src/liblzma/api/lzma/version.h PACKAGE_VERSION) |