From f01e1c882a024fc309ff5ef4941e983a29c83613 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 30 Jun 2020 11:40:48 -0700 Subject: [PATCH] Fix https url --- scripts/unicode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unicode.py b/scripts/unicode.py index 88c775b..7786dc1 100644 --- a/scripts/unicode.py +++ b/scripts/unicode.py @@ -21,7 +21,7 @@ import collections import urllib.request UNICODE_VERSION = "13.0.0" -UCD_URL = "http://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION +UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at