python311Packages.scancode-toolkit: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-21 21:55:08 +02:00 committed by GitHub
parent c7edaa4943
commit b7aab9951c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Tool to scan code for license, copyright, package and their documented dependencies and other interesting facts";
homepage = "https://github.com/nexB/scancode-toolkit";
changelog = "https://github.com/nexB/scancode-toolkit/blob/v${version}/CHANGELOG.rst";
license = with licenses; [ asl20 cc-by-40 ];
maintainers = [ ];
maintainers = with maintainers; [ ];
};
}