diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-19 23:08:14 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-19 23:08:14 +0800 |
commit | 6b63c4c6139fa1bb21b570521d3d2b4a608bc34d (patch) | |
tree | 6e27f596ee0eefd2693e5efe6fb4582a113f7eef /dos/config.h | |
parent | Docs: Update website URLs. (diff) | |
download | xz-6b63c4c6139fa1bb21b570521d3d2b4a608bc34d.tar.xz |
liblzma: Update website URL.
Diffstat (limited to 'dos/config.h')
-rw-r--r-- | dos/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/config.h b/dos/config.h index cb535783..797f6330 100644 --- a/dos/config.h +++ b/dos/config.h @@ -143,7 +143,7 @@ #define PACKAGE_NAME "XZ Utils" /* Define to the home page for this package. */ -#define PACKAGE_URL "https://tukaani.org/xz/" +#define PACKAGE_URL "https://xz.tukaani.org/xz-utils/" /* The size of 'size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 4 |