From 6b63c4c6139fa1bb21b570521d3d2b4a608bc34d Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Fri, 19 Jan 2024 23:08:14 +0800 Subject: [PATCH] liblzma: Update website URL. --- dos/config.h | 2 +- src/liblzma/api/lzma.h | 6 +++--- 2 files changed, 4 insertions(+), 4 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 diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index de12f225..f6b9469a 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -8,9 +8,9 @@ * format and raw (no headers) streams are supported. Multiple compression * algorithms (filters) are supported. Currently LZMA2 is the primary filter. * - * liblzma is part of XZ Utils . XZ Utils includes - * a gzip-like command line tool named xz and some other tools. XZ Utils - * is developed and maintained by Lasse Collin and Jia Tan. + * liblzma is part of XZ Utils . XZ Utils + * includes a gzip-like command line tool named xz and some other tools. + * XZ Utils is developed and maintained by Lasse Collin and Jia Tan. * * Major parts of liblzma are based on Igor Pavlov's public domain LZMA SDK * .