python313Packages.aioquic: add changelog to meta (#489617)

This commit is contained in:
Michael Daniels
2026-02-12 02:10:51 +00:00
committed by GitHub
@@ -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 ];
};