diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2017-04-19 22:17:35 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2018-03-28 19:16:06 +0300 |
commit | 70f479211973b5361f4d7cb08ba5be69b4266e7a (patch) | |
tree | 0dadb4a0fa629dce24c151e313fafd22edf16ddc /dos | |
parent | xz: Use POSIX_FADV_RANDOM for in "xz --list" mode. (diff) | |
download | xz-70f479211973b5361f4d7cb08ba5be69b4266e7a.tar.xz |
Update the home page URLs to HTTPS.
Diffstat (limited to 'dos')
-rw-r--r-- | dos/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/config.h b/dos/config.h index 725cb8ec..7a385e10 100644 --- a/dos/config.h +++ b/dos/config.h @@ -126,7 +126,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. */ #define SIZEOF_SIZE_T 4 |