From c63deb6daef72c0ffc3dcb9290dbff1899308a0f Mon Sep 17 00:00:00 2001 From: Harinn Date: Thu, 4 Jun 2026 19:16:46 +0700 Subject: [PATCH] python3Packages.anyconfig: add meta.changelog --- pkgs/development/python-modules/anyconfig/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/anyconfig/default.nix b/pkgs/development/python-modules/anyconfig/default.nix index 6eeb585d14cd..4248477d1d70 100644 --- a/pkgs/development/python-modules/anyconfig/default.nix +++ b/pkgs/development/python-modules/anyconfig/default.nix @@ -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 ]; };