python310Packages.ciscoconfparse: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-12 13:55:59 +01:00
parent 39af68a70b
commit f9c43e87ac

View File

@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "mpenning";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-OKPw7P2hhk8yzqjOcf2NYEueJR1ecC/D93ULfkM88Xg=";
};
@@ -60,6 +60,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations";
homepage = "https://github.com/mpenning/ciscoconfparse";
changelog = "https://github.com/mpenning/ciscoconfparse/blob/${version}/CHANGES.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ astro ];
};