python3Packages.ansible: add meta.changelog

This is annoying to find so add it here and now.
main
Martin Weinelt 2 years ago
parent 3581eb92df
commit b4049c2bc9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 1
      pkgs/development/python-modules/ansible/default.nix

@ -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 ];
};

Loading…
Cancel
Save