python3Packages.anyconfig: add meta.changelog

This commit is contained in:
Harinn
2026-06-04 19:16:46 +07:00
parent 90ddf63ecc
commit c63deb6dae

View File

@@ -51,6 +51,7 @@ buildPythonPackage (finalAttrs: {
description = "Python library provides common APIs to load and dump configuration files in various formats";
mainProgram = "anyconfig_cli";
homepage = "https://github.com/ssato/python-anyconfig";
changelog = "https://github.com/ssato/python-anyconfig/releases/tag/RELEASE_${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tboerger ];
};