python3Packages.flask-login: fix changelog

This commit is contained in:
Acid Bong
2026-07-21 18:12:06 +03:00
parent b542dca392
commit fd8afb4abc
@@ -46,7 +46,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/maxcountryman/flask-login/blob/${version}/CHANGES.md";
changelog = "https://github.com/maxcountryman/flask-login/blob/${src.rev}/CHANGES.md";
description = "User session management for Flask";
homepage = "https://github.com/maxcountryman/flask-login";
license = lib.licenses.mit;