From 0e8992eb4fcb96369f3272d23c3322629e86908f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 26 Nov 2022 12:57:42 +0100 Subject: [PATCH] python310Packages.ansible-doctor: add changelog to meta --- pkgs/development/python-modules/ansible-doctor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/ansible-doctor/default.nix b/pkgs/development/python-modules/ansible-doctor/default.nix index 8efb6d6bc81c..bac3c2e883d6 100644 --- a/pkgs/development/python-modules/ansible-doctor/default.nix +++ b/pkgs/development/python-modules/ansible-doctor/default.nix @@ -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 ]; };