Commit 190082d2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

py-spy: add homepage and changelog

parent c6678ba4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ];
  };