jo: add changelog

This commit is contained in:
ZHAO Jin-Xiang 2025-05-18 14:56:33 +08:00
parent 0c30a3fe00
commit e533a48e67

View file

@ -43,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Small utility to create JSON objects";
homepage = "https://github.com/jpmens/jo";
changelog = "https://github.com/jpmens/jo/blob/${finalAttrs.version}/ChangeLog";
mainProgram = "jo";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [