]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Update website URL.
authorJia Tan <jiat0218@gmail.com>
Fri, 19 Jan 2024 15:08:14 +0000 (23:08 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 19 Jan 2024 15:08:14 +0000 (23:08 +0800)
dos/config.h
src/liblzma/api/lzma.h

index cb5357835c8fa5128a2b7c48a15cf32639dd3965..797f63302ea99cbdd508edd6eaa878021cfb2180 100644 (file)
 #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
index de12f225859fb69ff2736f42f05fd880eb76bb7d..f6b9469a3daa7686717d71d5db48a48c58f94b64 100644 (file)
@@ -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 <https://tukaani.org/xz/>. 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 <https://xz.tukaani.org/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
  * <https://7-zip.org/sdk.html>.