From f4b2f82492e19895dc9136d5d7826623355f63f7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Apr 2026 21:53:04 +0200 Subject: [PATCH] python3Packages.quart: fix changelog url --- pkgs/development/python-modules/quart/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/quart/default.nix b/pkgs/development/python-modules/quart/default.nix index 8a5b5a650421..f74a5c1f7d00 100644 --- a/pkgs/development/python-modules/quart/default.nix +++ b/pkgs/development/python-modules/quart/default.nix @@ -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 ]; };