From 9aec4904a800c576472c660783874ebd74f831bb Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 3 Jun 2025 11:17:41 +0200 Subject: [PATCH] granian: add meta.changelog --- pkgs/development/python-modules/granian/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/granian/default.nix b/pkgs/development/python-modules/granian/default.nix index 8a75a70eaa59..ccfa53e7e4b4 100644 --- a/pkgs/development/python-modules/granian/default.nix +++ b/pkgs/development/python-modules/granian/default.nix @@ -96,6 +96,7 @@ buildPythonPackage rec { meta = { description = "Rust HTTP server for Python ASGI/WSGI/RSGI applications"; homepage = "https://github.com/emmett-framework/granian"; + changelog = "https://github.com/emmett-framework/granian/releases/tag/v${version}"; license = lib.licenses.bsd3; mainProgram = "granian"; maintainers = with lib.maintainers; [