python310Packages.viv-utils: add changelog to meta
This commit is contained in:
parent
e5cc0358d7
commit
4243d2faad
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Utilities for working with vivisect";
|
||||
homepage = "https://github.com/williballenthin/viv-utils";
|
||||
changelog = "https://github.com/williballenthin/viv-utils/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = teams.determinatesystems.members;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue