lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.plugincode: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
5f1adf87 9b8d1f45

+1
+1
pkgs/development/python-modules/plugincode/default.nix
··· 51 51 meta = with lib; { 52 52 description = "Library that provides plugin functionality for ScanCode toolkit"; 53 53 homepage = "https://github.com/nexB/plugincode"; 54 + changelog = "https://github.com/nexB/plugincode/blob/v${version}/CHANGELOG.rst"; 54 55 license = licenses.asl20; 55 56 maintainers = [ ]; 56 57 };