python3Packages.ansible: add meta.changelog

This is annoying to find so add it here and now.
This commit is contained in:
Martin Weinelt 2022-05-04 23:49:59 +02:00
parent 3581eb92df
commit b4049c2bc9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -78,6 +78,7 @@ buildPythonPackage {
meta = with lib; {
description = "Radically simple IT automation";
homepage = "https://www.ansible.com";
changelog = "https://github.com/ansible-community/ansible-build-data/blob/${version}/${lib.versions.major version}/CHANGELOG-v${lib.versions.major version}.rst";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hexa ];
};