libcbor: add meta.changelog

This commit is contained in:
Robert Schütz
2026-06-01 21:18:59 -07:00
parent 68ee0a8e0e
commit 8d6931faca
+2 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "PJK";
repo = "libcbor";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-zjajNtj4jKbt3pLjfLrgtYljyMDYJtnzAC5JPdt+Wys=";
};
@@ -61,6 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = {
changelog = "https://github.com/PJK/libcbor/blob/${finalAttrs.src.tag}/CHANGELOG.md";
description = "CBOR protocol implementation for C and others";
homepage = "https://github.com/PJK/libcbor";
license = lib.licenses.mit;