maint: prefer HTTPS to HTTP, FTP in URLs
[debian/gzip] / gzip.c
diff --git a/gzip.c b/gzip.c
index 32a229c4e044a28a1b36e6e61fea47521b6c59b9..a4717aaad8be2fa7723f450e2ab1d094c995fec3 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -32,7 +32,7 @@ static char const *const license_msg[] = {
 "Copyright (C) 2016 Free Software Foundation, Inc.",
 "Copyright (C) 1993 Jean-loup Gailly.",
 "This is free software.  You may redistribute copies of it under the terms of",
-"the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.",
+"the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.",
 "There is NO WARRANTY, to the extent permitted by law.",
 0};