python3Packages.pyprof2calltree: Add meta.changelog

This commit is contained in:
Stefan Frijters 2022-11-24 23:26:51 +01:00
parent f2e53bb6a8
commit ba95fb97e5
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -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 ];
};