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 /configure.ac | |
parent | Translations: Update the French translation. (diff) | |
download | xz-3cc54f1c0bc4fe0dcb4a9a02f17694ffd51cd7c7.tar.xz |
Build: Update website URL.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |