python310Packages.debuglater: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-07 23:52:46 +01:00
parent f605337abc
commit c3921dca5b

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ploomber";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-0fnWXmrlZjlLFGbiLC7HuDgMEM6OJVn8ajjNRqFg3Lc=";
};
@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for post-mortem debugging of Python programs";
homepage = "https://github.com/ploomber/debuglater";
changelog = "https://github.com/ploomber/debuglater/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};