https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c0b96c7ffb10799bc6af083d80ef303c59db9fee
commit c0b96c7ffb10799bc6af083d80ef303c59db9fee Author: Corinna Vinschen <[email protected]> AuthorDate: Mon Dec 22 11:37:31 2025 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Mon Dec 22 11:39:24 2025 +0100 Cygwin: utils: tzmap-from-unicode.org: Change path to zonefile The upstream master branch has been renamed to main. Signed-off-by: Corinna Vinschen <[email protected]> (cherry picked from commit 6515799b0c4d557f631a7633566914752dce62de) Diff: --- winsup/utils/tzmap-from-unicode.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/utils/tzmap-from-unicode.org b/winsup/utils/tzmap-from-unicode.org index 6b7907a32069..0afd4f2a9a24 100755 --- a/winsup/utils/tzmap-from-unicode.org +++ b/winsup/utils/tzmap-from-unicode.org @@ -8,7 +8,7 @@ # Create the table file as required by tzset.c. # -ZONES_FILE="https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml" +ZONES_FILE="https://raw.githubusercontent.com/unicode-org/cldr/main/common/supplemental/windowsZones.xml" echo "/*" echo " This file gets auto-generated by the script tzmap-from-unicode.org via"
