python310Packages.ansible-doctor: add changelog to meta
This commit is contained in:
parent
a3b440bccb
commit
0e8992eb4f
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Annotation based documentation for your Ansible roles";
|
description = "Annotation based documentation for your Ansible roles";
|
||||||
homepage = "https://github.com/thegeeklab/ansible-doctor";
|
homepage = "https://github.com/thegeeklab/ansible-doctor";
|
||||||
|
changelog = "https://github.com/thegeeklab/ansible-doctor/releases/tag/v${version}";
|
||||||
license = licenses.lgpl3Only;
|
license = licenses.lgpl3Only;
|
||||||
maintainers = with maintainers; [ tboerger ];
|
maintainers = with maintainers; [ tboerger ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue