Skip to content

Commit

Permalink
python3Packages.ansible: add meta.changelog
Browse files Browse the repository at this point in the history
This is annoying to find so add it here and now.
  • Loading branch information
mweinelt committed May 4, 2022
1 parent 3581eb9 commit b4049c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/ansible/default.nix
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit b4049c2

Please sign in to comment.