python313Packages.json5: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-09-29 22:10:28 +02:00
parent 6594eaee98
commit 55e2601361
@@ -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";