granian: add meta.changelog

This commit is contained in:
Peder Bergebakken Sundt
2025-06-03 11:17:41 +02:00
parent b76411b241
commit 9aec4904a8
@@ -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; [