diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 17:38:32 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 18:20:13 +0200 |
commit | fb13a234d9def06cbe2b8ed88ece7db0c6d5c39f (patch) | |
tree | 19cfd4c1fc1f0966e88db113f581347c9b839a4e | |
parent | liblzma: Remove two FIXME comments. (diff) | |
download | xz-fb13a234d9def06cbe2b8ed88ece7db0c6d5c39f.tar.xz |
Update to HTTPS URLs in AUTHORS.
-rw-r--r-- | AUTHORS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,12 +6,12 @@ Authors of XZ Utils <lasse.collin@tukaani.org> and Jia Tan <jiat0218@gmail.com>. Major parts of liblzma are based on code written by Igor Pavlov, - specifically the LZMA SDK <http://7-zip.org/sdk.html>. Without + specifically the LZMA SDK <https://7-zip.org/sdk.html>. Without this code, XZ Utils wouldn't exist. The SHA-256 implementation in liblzma is based on the code found from - 7-Zip <http://7-zip.org/>, which has a modified version of the SHA-256 - code found from Crypto++ <http://www.cryptopp.com/>. The SHA-256 code + 7-Zip <https://7-zip.org/>, which has a modified version of the SHA-256 + code found from Crypto++ <https://www.cryptopp.com/>. The SHA-256 code in Crypto++ was written by Kevin Springle and Wei Dai. Some scripts have been adapted from gzip. The original versions |