python311Packages.ntc-templates: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-27 21:51:14 +02:00 committed by GitHub
parent 7f896b49c7
commit a774e3754c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "TextFSM templates for parsing show commands of network devices";
homepage = "https://github.com/networktocode/ntc-templates";
changelog = "https://github.com/networktocode/ntc-templates/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ hexa ];
};