python310Packages.pudb: add changelog to meta
This commit is contained in:
parent
ff7422b755
commit
b7ec087ea7
@ -48,6 +48,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "A full-screen, console-based Python debugger";
|
||||
homepage = "https://github.com/inducer/pudb";
|
||||
changelog = "https://github.com/inducer/pudb/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user