python313Packages.flask: fix changelog url

This commit is contained in:
Ihar Hrachyshka
2025-09-13 23:52:25 -04:00
parent a781e6b6f3
commit 5b55d0e223
@@ -67,7 +67,7 @@ buildPythonPackage rec {
};
meta = {
changelog = "https://flask.palletsprojects.com/en/${lib.versions.majorMinor version}.x/changes/#version-${
changelog = "https://flask.palletsprojects.com/en/stable/changes/#version-${
lib.replaceStrings [ "." ] [ "-" ] version
}";
homepage = "https://flask.palletsprojects.com/";