py-spy: add homepage and changelog
This commit is contained in:
parent
c6678ba42d
commit
190082d2fd
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue