python310Packages.shtab: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-20 01:00:42 +01:00
parent 82ee824968
commit dee33b1edd
@@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for shell tab completion of Python CLI applications";
homepage = "https://docs.iterative.ai/shtab/";
changelog = "https://github.com/iterative/shtab/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};