python313Packages.hier-config: fix changelog
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user