python310Packages.ansible-doctor: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-26 12:57:42 +01:00 committed by GitHub
parent a3b440bccb
commit 0e8992eb4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Annotation based documentation for your Ansible roles";
homepage = "https://github.com/thegeeklab/ansible-doctor";
changelog = "https://github.com/thegeeklab/ansible-doctor/releases/tag/v${version}";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ tboerger ];
};