From df97614d21c1c78afafb0d3a4c82862ef2eb9512 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 27 May 2022 01:10:57 +0200 Subject: [PATCH] ansible, ansible_2_12: add meta.changelog --- pkgs/development/python-modules/ansible/core.nix | 1 + pkgs/top-level/all-packages.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index e1e198ce1791..32ceb955629f 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -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; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 229bc0805fa4..ec8e79255774 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;