diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-04-08 17:33:56 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-04-09 18:22:27 +0300 |
commit | 17aa2e1a796d3f758802df29afc89dcf335db567 (patch) | |
tree | 12d72f2315bcca21a85063358cd05948e102b0ac /CMakeLists.txt | |
parent | xzdec: Tweak coding style and comments. (diff) | |
download | xz-17aa2e1a796d3f758802df29afc89dcf335db567.tar.xz |
Update website URLs back to tukaani.org.
The XZ projects were moved back to their original URLs.
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e4d464f..9a4b69c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,7 @@ include(cmake/tuklib_mbstr.cmake) set(PACKAGE_NAME "XZ Utils") set(PACKAGE_BUGREPORT "xz@tukaani.org") -set(PACKAGE_URL "https://xz.tukaani.org/xz-utils/") +set(PACKAGE_URL "https://tukaani.org/xz/") # Get the package version from version.h into PACKAGE_VERSION variable. file(READ src/liblzma/api/lzma/version.h PACKAGE_VERSION) |