python313Packages.hier-config: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:29:29 +02:00
parent aac8bbce91
commit e3977b8535
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Module to handle hierarchical configurations";
homepage = "https://github.com/netdevops/hier_config";
changelog = "https://github.com/netdevops/hier_config/releases/tag/v${finalAttrs.src.tag}";
changelog = "https://github.com/netdevops/hier_config/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};