]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgo/go/time/genzabbrs.go
libgo: update to Go1.14beta1
[thirdparty/gcc.git] / libgo / go / time / genzabbrs.go
index e062cc2efd0ac0bb7d4e8d8d0137a8df8a33d3f9..38397f91b71aa0616525947c27146381dac46f01 100644 (file)
@@ -52,7 +52,7 @@ type zone struct {
        DSTime   string
 }
 
-const wzURL = "http://unicode.org/cldr/data/common/supplemental/windowsZones.xml"
+const wzURL = "https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml"
 
 type MapZone struct {
        Other     string `xml:"other,attr"`