python311Packages.zcbor: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-01-11 21:00:55 +01:00
committed by GitHub
parent d7d1f3db1d
commit 2995ed074f
@@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A low footprint CBOR library in the C language (C++ compatible), tailored for use in microcontrollers";
homepage = "https://pypi.org/project/zcbor/";
changelog = "https://github.com/NordicSemiconductor/zcbor/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ otavio ];
};