fix unicode download url error (#103460)

unicode downloadurl change
This commit is contained in:
adfnekc 2020-07-31 11:47:34 +08:00 committed by GitHub
parent 7a34ec55d9
commit fd75556c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
"type": "other", "type": "other",
"other": { "other": {
"name": "Unicode", "name": "Unicode",
"downloadUrl": "http://www.unicode.org/", "downloadUrl": "https://home.unicode.org/",
"version": "12.0.0" "version": "12.0.0"
} }
}, },