summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-04-14 18:42:33 +0300
committerLasse Collin <lasse.collin@tukaani.org>2023-05-03 22:33:10 +0300
commit3bd906f1f3d162ed8493c4b494ccbafdb613a34f (patch)
tree8b5e1f5d8efc53293616f0b9108a43398246b759
parent0ab5527c469dd632a2a78f12675cad3b980e2e44 (diff)
downloadxz-3bd906f1f3d162ed8493c4b494ccbafdb613a34f.tar.gz
liblzma: Update project maintainers in lzma.h.
AUTHORS was updated earlier, lzma.h was simply forgotten.
-rw-r--r--src/liblzma/api/lzma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h
index 8877dd5..33f9112 100644
--- a/src/liblzma/api/lzma.h
+++ b/src/liblzma/api/lzma.h
@@ -9,7 +9,7 @@
*
* 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.
+ * 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>.