python310Packages.pudb: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-04 23:24:08 +01:00 committed by GitHub
parent ff7422b755
commit b7ec087ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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