python310Packages.extractcode: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-03 23:59:29 +01:00
committed by Martin Weinelt
parent b10c1c2832
commit babc53097a
@@ -69,6 +69,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Universal archive extractor using z7zip, libarchve, other libraries and the Python standard library";
homepage = "https://github.com/nexB/extractcode";
changelog = "https://github.com/nexB/extractcode/releases/tag/v${version}";
license = licenses.asl20;
maintainers = teams.determinatesystems.members;
};