summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2017-04-19 22:17:35 +0300
committerLasse Collin <lasse.collin@tukaani.org>2017-04-19 22:17:35 +0300
commit662b27c417cab248cb365dd7682121bdec4d5ae7 (patch)
tree05e41b8971dd0a6d79bd573b7315ce8248cb7b23 /windows
parentc28f0b3d00af87b92dda229831548d8eb0067d1d (diff)
downloadxz-662b27c417cab248cb365dd7682121bdec4d5ae7.tar.gz
Update the home page URLs to HTTPS.
Diffstat (limited to 'windows')
-rw-r--r--windows/README-Windows.txt2
-rw-r--r--windows/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/README-Windows.txt b/windows/README-Windows.txt
index f9a0024..85ee3a0 100644
--- a/windows/README-Windows.txt
+++ b/windows/README-Windows.txt
@@ -7,7 +7,7 @@ Introduction
This package includes command line tools (xz.exe and a few others)
and the liblzma compression library from XZ Utils. You can find the
- latest version and full source code from <http://tukaani.org/xz/>.
+ latest version and full source code from <https://tukaani.org/xz/>.
The parts of the XZ Utils source code, that are relevant to this
binary package, are in the public domain. XZ Utils have been built
diff --git a/windows/config.h b/windows/config.h
index 71f353f..5bd82b0 100644
--- a/windows/config.h
+++ b/windows/config.h
@@ -134,7 +134,7 @@
#define PACKAGE_NAME "XZ Utils"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://tukaani.org/xz/"
+#define PACKAGE_URL "https://tukaani.org/xz/"
/* The size of `size_t', as computed by sizeof. */
#ifdef _WIN64