python3Packages.pyprof2calltree: Add meta.changelog
This commit is contained in:
parent
f2e53bb6a8
commit
ba95fb97e5
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Help visualize profiling data from cProfile with kcachegrind and qcachegrind";
|
||||
homepage = "https://pypi.python.org/pypi/pyprof2calltree/";
|
||||
homepage = "https://github.com/pwaller/pyprof2calltree";
|
||||
changelog = "https://github.com/pwaller/pyprof2calltree/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sfrijters ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue