diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-04-08 17:33:56 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-04-09 18:22:27 +0300 |
commit | 17aa2e1a796d3f758802df29afc89dcf335db567 (patch) | |
tree | 12d72f2315bcca21a85063358cd05948e102b0ac /src/liblzma/api/lzma.h | |
parent | xzdec: Tweak coding style and comments. (diff) | |
download | xz-17aa2e1a796d3f758802df29afc89dcf335db567.tar.xz |
Update website URLs back to tukaani.org.
The XZ projects were moved back to their original URLs.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/api/lzma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index d55349f4..1bdea878 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -10,7 +10,7 @@ * headers) streams are supported. Multiple compression algorithms (filters) * are supported. Currently LZMA2 is the primary filter. * - * liblzma is part of XZ Utils <https://xz.tukaani.org/xz-utils/>. XZ Utils + * 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. * |