Fix outdated Savannah URL for freetype download#31420
Fix outdated Savannah URL for freetype download#31420timhoffm merged 1 commit intomatplotlib:mainfrom
Conversation
There was a problem hiding this comment.
The nongnu.org is now the official download source for feetype.
https://freetype.org/download.html
Note: savannah.gnu.org is reserved for GNU packages, savannah.nongnu.org seems to be for other FOSS packages.
…420-on-v3.10.x Backport PR #31420 on branch v3.10.x (Fix outdated Savannah URL for freetype download)
|
It's weird, because it shows |
|
At least its listed on nongnu https://savannah.nongnu.org/projects/freetype. And the download link there also goes to nongnu https://download.savannah.nongnu.org/releases/freetype/ |
|
I assume the distinction has been muddied over the years and it doesn't matter too much any more, i.e. https://savannah.gnu.org/projects/freetype redirects to |
Fixes an outdated Savannah URL in subprojects/freetype-2.6.1.wrap.
The previous URL returned a 502 error. Updated it to use the working
savannah.nongnu.org mirror.
Closes #31340.