python311Packages.plugincode: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-18 21:43:59 +02:00 committed by GitHub
parent 9b8d1f45f7
commit 5f1adf8775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library that provides plugin functionality for ScanCode toolkit";
homepage = "https://github.com/nexB/plugincode";
changelog = "https://github.com/nexB/plugincode/blob/v${version}/CHANGELOG.rst";
license = licenses.asl20;
maintainers = [ ];
};