python3Packages.quart: fix changelog url

This commit is contained in:
Martin Weinelt
2026-04-27 22:01:45 +02:00
parent d906f1b4d1
commit f4b2f82492
@@ -71,7 +71,7 @@ buildPythonPackage rec {
description = "Async Python micro framework for building web applications";
mainProgram = "quart";
homepage = "https://github.com/pallets/quart/";
changelog = "https://github.com/pallets/quart/blob/${src.tag}/CHANGES.rst";
changelog = "https://github.com/pallets/quart/blob/${src.tag}/CHANGES.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hexa ];
};