https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6515799b0c4d557f631a7633566914752dce62de
commit 6515799b0c4d557f631a7633566914752dce62de Author: Corinna Vinschen <[email protected]> AuthorDate: Mon Dec 22 11:37:31 2025 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Mon Dec 22 11:38:48 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]> 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"
