py-spy: add homepage and changelog

This commit is contained in:
Fabian Affolter 2023-03-13 21:41:33 +01:00
parent c6678ba42d
commit 190082d2fd

View file

@ -52,6 +52,8 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Sampling profiler for Python programs";
homepage = "https://github.com/benfred/py-spy";
changelog = "https://github.com/benfred/py-spy/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ lnl7 ];
};