aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-01-19 23:08:14 +0800
committerJia Tan <jiat0218@gmail.com>2024-01-19 23:08:14 +0800
commitc26812c5b2c8a2a47f43214afe6b0b840c73e4f5 (patch)
tree8c23a08b1c87d5caf462f0b8d7111535e5305089 /CMakeLists.txt
parentliblzma: CRC: Add a comment to crc_x86_clmul.h about BUILDING_ macros. (diff)
downloadxz-c26812c5b2c8a2a47f43214afe6b0b840c73e4f5.tar.xz
Build: Update website URL.
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
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)