python313Packages.aioquic: add changelog to meta

This commit is contained in:
Fabian Affolter
2026-02-11 21:05:29 -05:00
committed by Michael Daniels
parent 371660f474
commit 7edb874d2a
@@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = {
description = "Implementation of QUIC and HTTP/3";
homepage = "https://github.com/aiortc/aioquic";
changelog = "https://github.com/aiortc/aioquic/blob/${version}/docs/changelog.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ onny ];
};