aboutsummaryrefslogtreecommitdiff
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
parentTranslations: Update the French translation. (diff)
downloadxz-3cc54f1c0bc4fe0dcb4a9a02f17694ffd51cd7c7.tar.xz
Build: Update website URL.
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 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)
diff --git a/configure.ac b/configure.ac
index 1d1c8118..32ea0b5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
AC_PREREQ([2.69])
AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]),
- [xz@tukaani.org], [xz], [https://tukaani.org/xz/])
+ [xz@tukaani.org], [xz], [https://xz.tukaani.org/xz-utils/])
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])