Unverified Commit 5f1adf87 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.plugincode: add changelog to meta

parent 9b8d1f45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = [ ];
  };