mirror of
https://github.com/openharmony/third_party_rust_unicode-normalization.git
synced 2026-07-18 21:14:29 -04:00
Fix https url
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user