python313Packages.dom-toml: add changelog to meta

This commit is contained in:
Fabian Affolter
2026-01-04 18:19:30 +01:00
committed by GitHub
parent b24c70a82f
commit 1761d15952
@@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = {
description = "Dom's tools for Tom's Obvious, Minimal Language";
homepage = "https://github.com/domdfcoding/dom_toml";
changelog = "https://github.com/domdfcoding/dom_toml/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tyberius-prime ];
};