Merge pull request #219318 from fabaff/viv-utils-bump

python310Packages.viv-utils: add changelog to meta
This commit is contained in:
Fabian Affolter 2023-03-03 13:11:37 +01:00 committed by GitHub
commit 15ad53ff24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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