From 55e2601361a9bbe8d06808e7ce91f210c8f2e8b0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 22:37:16 +0200 Subject: [PATCH] python313Packages.json5: add changelog to meta --- pkgs/development/python-modules/json5/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/json5/default.nix b/pkgs/development/python-modules/json5/default.nix index 9c5383c87eec..affea87f7b13 100644 --- a/pkgs/development/python-modules/json5/default.nix +++ b/pkgs/development/python-modules/json5/default.nix @@ -30,6 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python implementation of the JSON5 data format"; homepage = "https://github.com/dpranke/pyjson5"; + changelog = "https://github.com/dpranke/pyjson5/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ veehaitch ]; mainProgram = "pyjson5";