ansible, ansible_2_12: add meta.changelog

This commit is contained in:
Martin Weinelt 2022-05-27 01:10:57 +02:00
parent c7d07ecaa2
commit df97614d21
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
changelog = "https://github.com/ansible/ansible/blob/v${version}/changelogs/CHANGELOG-v${lib.versions.majorMinor version}.rst";
description = "Radically simple IT automation";
homepage = "https://www.ansible.com";
license = licenses.gpl3Plus;

View File

@ -14812,6 +14812,7 @@ with pkgs;
inherit version;
hash = "sha256-XzZuhRFZ2Pcs5o0yuMDt2lbuU3wB6faOyjgr0VEK9l0=";
};
meta.changelog = "https://github.com/ansible/ansible/blob/v${version}/changelogs/CHANGELOG-v${lib.versions.majorMinor version}.rst";
}));
ansible-doctor = with python3.pkgs; toPythonApplication ansible-doctor;