]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Update to HTTPS URLs in AUTHORS.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 30 Nov 2022 15:38:32 +0000 (17:38 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 30 Nov 2022 16:20:13 +0000 (18:20 +0200)
AUTHORS

diff --git a/AUTHORS b/AUTHORS
index 0186555975f4ac7107acd765d23e88baa5eeca53..d55d051891e2b5a7bad5dbc194e9cae65a43817e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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