python311Packages.pyinstrument: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-01 14:14:24 +02:00 committed by GitHub
parent e017f76603
commit cb9866da81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Call stack profiler for Python";
homepage = "https://github.com/joerick/pyinstrument";
changelog = "https://github.com/joerick/pyinstrument/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ onny ];
};