python311Packages.ntc-templates: add changelog to meta
This commit is contained in:
parent
7f896b49c7
commit
a774e3754c
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "TextFSM templates for parsing show commands of network devices";
|
description = "TextFSM templates for parsing show commands of network devices";
|
||||||
homepage = "https://github.com/networktocode/ntc-templates";
|
homepage = "https://github.com/networktocode/ntc-templates";
|
||||||
|
changelog = "https://github.com/networktocode/ntc-templates/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ hexa ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue