python3Packages.starlette-wtf: fix changelog
moved from the file to GitHub's release notes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user