python3Packages.starlette-wtf: fix changelog

moved from the file to GitHub's release notes
This commit is contained in:
Acid Bong
2026-05-10 13:10:19 +03:00
parent 67442ffe59
commit 1497510690
@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = {
description = "Simple tool for integrating Starlette and WTForms";
changelog = "https://github.com/muicss/starlette-wtf/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/amorey/starlette-wtf/releases/tag/${version}";
homepage = "https://github.com/muicss/starlette-wtf";
license = lib.licenses.mit;
};