python310Packages.ansible-later: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-20 09:09:54 +01:00
parent e1d8b23484
commit 66a0a3842c

View file

@ -84,6 +84,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Best practice scanner for Ansible roles and playbooks";
homepage = "https://github.com/thegeeklab/ansible-later";
changelog = "https://github.com/thegeeklab/ansible-later/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ tboerger ];
};