8000 Fix https url · ghcom275/unicode-normalization@75aef29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75aef29

Browse files
committed
Fix https url
1 parent 9455329 commit 75aef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import urllib.request
2222

2323
UNICODE_VERSION = "13.0.0"
24-
UCD_URL = "http://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
24+
UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
2525

2626
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT
2727
// file at the top-level directory of this distribution and at

0 commit comments

Comments
 (0)
0