Fix https url

This commit is contained in:
Manish Goregaokar
2020-06-30 11:40:48 -07:00
parent bd1fcfbfab
commit f01e1c882a
+1 -1
View File
@@ -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