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-24 21:13:10 +0800
commit3cc54f1c0bc4fe0dcb4a9a02f17694ffd51cd7c7 (patch)
tree556c82c69e5dada1bc339c4d3cbeb745b8a912af /CMakeLists.txt
parentTranslations: Update the French translation. (diff)
downloadxz-3cc54f1c0bc4fe0dcb4a9a02f17694ffd51cd7c7.tar.xz
Build: Update website URL.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b214d71d..092a027d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,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)