aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xz/xz_crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xz/xz_crc32.c')
-rw-r--r--lib/xz/xz_crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xz/xz_crc32.c b/lib/xz/xz_crc32.c
index 912aae5fa09e..88a2c35e1b59 100644
--- a/lib/xz/xz_crc32.c
+++ b/lib/xz/xz_crc32.c
@@ -2,7 +2,7 @@
* CRC32 using the polynomial from IEEE-802.3
*
* Authors: Lasse Collin <lasse.collin@tukaani.org>
- * Igor Pavlov <http://7-zip.org/>
+ * Igor Pavlov <https://7-zip.org/>
*
* This file has been put into the public domain.
* You can do whatever you want with this file.