diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-19 23:08:14 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-24 21:13:10 +0800 |
commit | 3cc54f1c0bc4fe0dcb4a9a02f17694ffd51cd7c7 (patch) | |
tree | 556c82c69e5dada1bc339c4d3cbeb745b8a912af /CMakeLists.txt | |
parent | Translations: Update the French translation. (diff) | |
download | xz-3cc54f1c0bc4fe0dcb4a9a02f17694ffd51cd7c7.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 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) |