python310Packages.argcomplete: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-14 08:31:41 +01:00
parent 8a48222ce9
commit c921484a98

View File

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Bash tab completion for argparse";
homepage = "https://kislyuk.github.io/argcomplete/";
changelog = "https://github.com/kislyuk/argcomplete/blob/v${version}/Changes.rst";
license = licenses.asl20;
maintainers = with maintainers; [ womfoo ];
};