python310Packages.netutils: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-06 17:26:34 +01:00
parent 0c4c00d2d7
commit 8f012dd0d8

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "networktocode";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-3c44ZJIEBhKggtqs77gt2fY3tI00ZGmFGLIGR8LF6aE=";
};
@ -51,6 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library that is a collection of objects for common network automation tasks";
homepage = "https://github.com/networktocode/netutils";
changelog = "https://github.com/networktocode/netutils/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
broken = stdenv.isDarwin;