Commit 5b55d0e2 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

python313Packages.flask: fix changelog url

parent a781e6b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/";