python310Packages.viv-utils: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-03 09:29:55 +01:00
parent e5cc0358d7
commit 4243d2faad

View File

@ -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;
};