summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-11-05 16:04:34 +0100
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-11-05 19:32:23 +0100
commit7d7663cfc48963d37d203a39594f59571b6312d5 (patch)
treea5c70d33a199c8f7743344558464345e61e1578b /util
parentae0733c99b8452ea1c69bc3a487d8c72c5637cb0 (diff)
Use a HTTPS URL for the CLDR download link
FTP is insecure and is not supported by modern browsers anymore. See also: https://mywiki.wooledge.org/FtpMustDie Change-Id: Iad65d29912e79a4f3fadb9317bb5d9c5fe9b68d7 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'util')
-rwxr-xr-xutil/locale_database/cldr2qlocalexml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/locale_database/cldr2qlocalexml.py b/util/locale_database/cldr2qlocalexml.py
index 0232120421..7192aa6109 100755
--- a/util/locale_database/cldr2qlocalexml.py
+++ b/util/locale_database/cldr2qlocalexml.py
@@ -53,7 +53,7 @@ time zone names; see cldr2qtimezone.py for details.
All the scripts mentioned support --help to tell you how to use them.
-.. _CLDR: ftp://unicode.org/Public/cldr/
+.. _CLDR: https://unicode.org/Public/cldr/
"""
from pathlib import Path